diff --git a/init.el b/init.el index 2f5256b..176f8ab 100644 --- a/init.el +++ b/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")