* mu4e: prefix thread levels with a single space (rather than two)

This commit is contained in:
djcb
2013-07-07 18:52:07 +03:00
parent 5ecbb40557
commit 406e310448

View File

@ -320,7 +320,7 @@ into a string."
(let ((get-prefix
(lambda (cell) (if mu4e-use-fancy-chars (cdr cell) (car cell)))))
(concat
(make-string (* (if (plist-get thread :empty-parent) 0 2)
(make-string (* (if (plist-get thread :empty-parent) 0 1)
(plist-get thread :level)) ?\s)
(cond
((plist-get thread :has-child)