Rename mu4e contexts

Proton -> Personal, iCloud -> Alternate, to keep same naming scheme as
Work
This commit is contained in:
Evie Litherland-Smith 2024-05-14 08:52:36 +01:00
parent 5f9b81d865
commit 766e39d0df

View file

@ -1154,7 +1154,7 @@ Calls `project-remember-project-under' for ~/.config/,
(setq mu4e-contexts
(list
(make-mu4e-context
:name "Proton"
:name "Personal"
:match-func (lambda (msg) (when msg (string-prefix-p "/Proton" (mu4e-message-field msg :maildir))))
:vars '(
(user-mail-address . "e.litherlandsmith@proton.me")
@ -1165,7 +1165,7 @@ Calls `project-remember-project-under' for ~/.config/,
(gnus-icalendar-org-capture-headline . ("Email" "Personal"))
))
(make-mu4e-context
:name "iCloud"
:name "Alternate"
:match-func (lambda (msg) (when msg (string-prefix-p "/iCloud" (mu4e-message-field msg :maildir))))
:vars '(
(user-mail-address . "e.litherlandsmith@icloud.com")