From 06ed06e85869b87ccbb69f74804bc91d1064b577 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 9 Feb 2023 18:29:53 +0100 Subject: [PATCH] Remove mu4e-headers --- bundle/bundle--email.el | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/bundle/bundle--email.el b/bundle/bundle--email.el index 99735b07..e47586d7 100644 --- a/bundle/bundle--email.el +++ b/bundle/bundle--email.el @@ -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)