Re: [PATCH] emacs: notmuch-tree: customizable strings for drawing trees

Subject: Re: [PATCH] emacs: notmuch-tree: customizable strings for drawing trees

Date: Mon, 30 Aug 2021 08:37:20 -0700

To: jao, notmuch@notmuchmail.org

Cc: jao

From: David Bremner


jao <jao@gnu.org> writes:

> +(defcustom notmuch-tree-thread-symbols '(" " "─" "┬" "│" "├" "╰" "►")

How hard would it be to use a plist or an alist, and allow the user to
overide only the symbols they are interested in?

> +      (push (elt notmuch-tree-thread-symbols 4) tree-status))

As hinted above, I don't love the intriduction of magic indices,
although I guess it might be tolerable if they are used only in one place.
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: