Update --email
This commit is contained in:
parent
44164414b5
commit
d93987d8d4
1 changed files with 13 additions and 12 deletions
|
@ -13,6 +13,18 @@
|
|||
(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" . "🖊 "))
|
||||
:custom
|
||||
(mu4e-change-filenames-when-moving t)
|
||||
(mu4e-drafts-folder "/Drafts")
|
||||
|
@ -23,18 +35,7 @@
|
|||
(mu4e-trash-folder "/Trash")
|
||||
(mu4e-split-view 'horizontal)
|
||||
(mu4e-compose-signature "Cheers Marcus (Nuremberg . Germany)\nGnuPG Key: https://meta.sr.ht/~marcuskammer.pgp\nFingerprint: 86DB 0F30 F9F1 661A 54E2 1664 C374 817B E285 268F")
|
||||
(mu4e-update-interval (* 10 60))
|
||||
(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" . "🖊 "))))
|
||||
(mu4e-update-interval (* 10 60))))
|
||||
|
||||
;; (setq mml-secure-openpgp-signers '("86DB0F30F9F1661A54E21664C374817BE285268F"))
|
||||
;; (add-hook 'message-send-hook 'mml-secure-message-sign-pgpmime)
|
||||
|
|
Loading…
Add table
Reference in a new issue