Rename mu4e contexts
Proton -> Personal, iCloud -> Alternate, to keep same naming scheme as Work
This commit is contained in:
parent
5f9b81d865
commit
766e39d0df
4
init.el
4
init.el
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue