From 01bb743c6c560161936e7205ca6aafb38d86729c Mon Sep 17 00:00:00 2001 From: tecosaur Date: Sun, 11 Sep 2022 05:52:36 +0800 Subject: [PATCH] tweak(mu4e): set last-child thread symbol Also tweak the line order and whitespace while I'm at it, to show the overall styling more clearly. --- modules/email/mu4e/config.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/email/mu4e/config.el b/modules/email/mu4e/config.el index 4242a798b..0481e723a 100644 --- a/modules/email/mu4e/config.el +++ b/modules/email/mu4e/config.el @@ -103,10 +103,11 @@ is non-nil." ;; no need to ask mu4e-confirm-quit nil mu4e-headers-thread-single-orphan-prefix '("─>" . "─▶") - mu4e-headers-thread-orphan-prefix '("┬>" . "┬▶ ") - mu4e-headers-thread-last-child-prefix '("└>" . "╰▶") - mu4e-headers-thread-child-prefix '("├>" . "├▶") - mu4e-headers-thread-connection-prefix '("│" . "│ ") + mu4e-headers-thread-orphan-prefix '("┬>" . "┬▶ ") + mu4e-headers-thread-connection-prefix '("│ " . "│ ") + mu4e-headers-thread-first-child-prefix '("├>" . "├▶") + mu4e-headers-thread-child-prefix '("├>" . "├▶") + mu4e-headers-thread-last-child-prefix '("└>" . "╰▶") ;; remove 'lists' column mu4e-headers-fields '((:account-stripe . 1)