* mu4e: prefix thread levels with a single space (rather than two)
This commit is contained in:
@ -320,7 +320,7 @@ into a string."
|
|||||||
(let ((get-prefix
|
(let ((get-prefix
|
||||||
(lambda (cell) (if mu4e-use-fancy-chars (cdr cell) (car cell)))))
|
(lambda (cell) (if mu4e-use-fancy-chars (cdr cell) (car cell)))))
|
||||||
(concat
|
(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)
|
(plist-get thread :level)) ?\s)
|
||||||
(cond
|
(cond
|
||||||
((plist-get thread :has-child)
|
((plist-get thread :has-child)
|
||||||
|
|||||||
Reference in New Issue
Block a user