Mu4e: Replace stray setq with defvar and docstring

This commit is contained in:
TEC 2021-07-23 03:20:22 +08:00
parent b20b233986
commit abe2ac28c0
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

@ -99,13 +99,15 @@
(add-to-list 'mu4e-bookmarks (add-to-list 'mu4e-bookmarks
'(:name "Flagged messages" :query "flag:flagged" :key ?f) t) '(:name "Flagged messages" :query "flag:flagged" :key ?f) t)
(setq +mu4e-header-colorized-faces ;; TODO avoid assuming that all-the-icons is present
'(all-the-icons-green (defvar +mu4e-header-colorized-faces
all-the-icons-lblue '(all-the-icons-green
all-the-icons-purple-alt all-the-icons-lblue
all-the-icons-blue-alt all-the-icons-purple-alt
all-the-icons-purple all-the-icons-blue-alt
all-the-icons-yellow)) all-the-icons-purple
all-the-icons-yellow)
"Faces to use when coloring folders and account stripes.")
;; Add a column to display what email account the email belongs to, ;; Add a column to display what email account the email belongs to,
;; and an account color stripe column ;; and an account color stripe column