Remove mu4e-headers

This commit is contained in:
Marcus Kammer 2023-02-09 18:29:53 +01:00
parent 5f23376588
commit 06ed06e858
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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)