From a9d1b468c1acf3ef786e1cc6145108567a8930d8 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 8 Aug 2021 12:20:09 -0400 Subject: [PATCH] ENH update mu and use fancy chars --- etc/conf.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index 28a7c57..7f8068b 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -3242,7 +3242,14 @@ Initialize by running =nd/mu-init=. mu4e-confirm-quit nil mu4e-compose-dont-reply-to-self t mu4e-get-mail-command "mbsync -a && mu-index-emacs-maybe" - mu4e-use-fancy-chars nil + mu4e-use-fancy-chars t + + ;; sub some fancy chars that don't have valid codes + mu4e-headers-trashed-mark '("T" . "Ω") + mu4e-headers-unread-mark '("T" . "✉") + mu4e-headers-thread-root-prefix '("* " . "● ") + mu4e-headers-threaded-label '("T" . "Ψ") + mu4e-headers-related-label '("R" . "↔") ;; directories mu4e-attachment-dir "~/Downloads"