mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Mu4e: Replace stray setq with defvar and docstring
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user