From 406e310448f033467c362aa060ce178fac0b36e1 Mon Sep 17 00:00:00 2001 From: djcb Date: Sun, 7 Jul 2013 18:52:07 +0300 Subject: [PATCH] * mu4e: prefix thread levels with a single space (rather than two) --- mu4e/mu4e-headers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index c47b4751..3b6e51fa 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -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)