Remove mu4e-headers
This commit is contained in:
parent
5f23376588
commit
06ed06e858
1 changed files with 0 additions and 12 deletions
|
@ -46,18 +46,6 @@
|
|||
(when (eq system-type 'gnu/linux)
|
||||
(use-package mu4e
|
||||
:ensure nil
|
||||
:init
|
||||
(setq mu4e-headers-unread-mark '("u" . "📩 ")
|
||||
mu4e-headers-draft-mark '("D" . "🚧 ")
|
||||
mu4e-headers-flagged-mark '("F" . "🚩 ")
|
||||
mu4e-headers-new-mark '("N" . "✨ ")
|
||||
mu4e-headers-passed-mark '("P" . "↪ ")
|
||||
mu4e-headers-replied-mark '("R" . "↩ ")
|
||||
mu4e-headers-seen-mark '("S" . " ")
|
||||
mu4e-headers-trashed-mark '("T" . "🗑️")
|
||||
mu4e-headers-attach-mark '("a" . "📎 ")
|
||||
mu4e-headers-encrypted-mark '("x" . "🔑 ")
|
||||
mu4e-headers-signed-mark '("s" . "🖊 "))
|
||||
:hook (mu4e-compose-pre . (lambda () (setf mu4e-compose-signature (mk/signature))))
|
||||
:custom
|
||||
(mu4e-change-filenames-when-moving t)
|
||||
|
|
Loading…
Add table
Reference in a new issue