jao <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected]
