ENH update mu and use fancy chars
This commit is contained in:
parent
e004f9dcdb
commit
a9d1b468c1
|
@ -3242,7 +3242,14 @@ Initialize by running =nd/mu-init=.
|
||||||
mu4e-confirm-quit nil
|
mu4e-confirm-quit nil
|
||||||
mu4e-compose-dont-reply-to-self t
|
mu4e-compose-dont-reply-to-self t
|
||||||
mu4e-get-mail-command "mbsync -a && mu-index-emacs-maybe"
|
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
|
;; directories
|
||||||
mu4e-attachment-dir "~/Downloads"
|
mu4e-attachment-dir "~/Downloads"
|
||||||
|
|
Loading…
Reference in New Issue