Customise mu4e header layout and symbols

This commit is contained in:
Evie Litherland-Smith 2023-11-28 16:45:34 +00:00
parent 481f62ef0c
commit 1132d862ba
2 changed files with 66 additions and 2 deletions

View file

@ -623,7 +623,7 @@
mu4e-modeline-unread-items '("U:" . "󰶊 ")
mu4e-search-full-label '("F" . "󱊖 ")
mu4e-search-hide-label '("H" . "󰘓 ")
mu4e-search-related-label '("R" . "󰌹 ")
mu4e-search-related-label '("R" . "󰻧 ")
mu4e-search-skip-duplicates-label '("D" . "󰆑 ")
mu4e-search-threaded-label'("T" . "󱇫 ")
mu4e-headers-fields '((:human-date . 12)
@ -639,7 +639,39 @@
(use-package mu4e
:bind (("C-c o m" . mu4e))
:custom
(mu4e-headers-fields '((:human-date . 12)
(:from-or-to . 25)
(:subject . 80)
(:flags)))
(mu4e-headers-visible-flags '(draft
flagged
unread
passed
replied
trashed
attach
calendar
encrypted
signed
list
personal))
:config
(setq
mu4e-headers-draft-mark '("D" . "󰻣 ")
mu4e-headers-flagged-mark '("F" . "󰈻 ")
mu4e-headers-unread-mark '("u" . "󰶊 ")
mu4e-headers-passed-mark '("P" . "󱃜 ")
mu4e-headers-replied-mark '("R" . "󱃚 ")
mu4e-headers-trashed-mark '("T" . "󰩹 ")
mu4e-headers-attach-mark '("a" . "󰁦 ")
mu4e-headers-calendar-mark '("c" . "󰃭 ")
mu4e-headers-encrypted-mark '("x" . "󰇱 ")
mu4e-headers-signed-mark '("s" . "󰷻 ")
mu4e-headers-list-mark '("l" . "󰻧 ")
mu4e-headers-personal-mark '("p" . "󰍡 ")
mu4e-headers-seen-mark '("S" . "󰑇 ")
mu4e-headers-new-mark '("N" . "󰎔 "))
(require 'mu4e-org)
(mu4e-modeline-mode)
(setq mu4e-contexts

View file

@ -743,7 +743,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
mu4e-modeline-unread-items '("U:" . "󰶊 ")
mu4e-search-full-label '("F" . "󱊖 ")
mu4e-search-hide-label '("H" . "󰘓 ")
mu4e-search-related-label '("R" . "󰌹 ")
mu4e-search-related-label '("R" . "󰻧 ")
mu4e-search-skip-duplicates-label '("D" . "󰆑 ")
mu4e-search-threaded-label'("T" . "󱇫 ")
mu4e-headers-fields '((:human-date . 12)
@ -759,7 +759,39 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
(use-package mu4e
:bind (("C-c o m" . mu4e))
:custom
(mu4e-headers-fields '((:human-date . 12)
(:from-or-to . 25)
(:subject . 80)
(:flags)))
(mu4e-headers-visible-flags '(draft
flagged
unread
passed
replied
trashed
attach
calendar
encrypted
signed
list
personal))
:config
(setq
mu4e-headers-draft-mark '("D" . "󰻣 ")
mu4e-headers-flagged-mark '("F" . "󰈻 ")
mu4e-headers-unread-mark '("u" . "󰶊 ")
mu4e-headers-passed-mark '("P" . "󱃜 ")
mu4e-headers-replied-mark '("R" . "󱃚 ")
mu4e-headers-trashed-mark '("T" . "󰩹 ")
mu4e-headers-attach-mark '("a" . "󰁦 ")
mu4e-headers-calendar-mark '("c" . "󰃭 ")
mu4e-headers-encrypted-mark '("x" . "󰇱 ")
mu4e-headers-signed-mark '("s" . "󰷻 ")
mu4e-headers-list-mark '("l" . "󰻧 ")
mu4e-headers-personal-mark '("p" . "󰍡 ")
mu4e-headers-seen-mark '("S" . "󰑇 ")
mu4e-headers-new-mark '("N" . "󰎔 "))
(require 'mu4e-org)
(mu4e-modeline-mode)
(setq mu4e-contexts