ENH make new email address official

This commit is contained in:
ndwarshuis 2019-07-28 00:26:46 -04:00
parent 3f16e0bd5c
commit b2d23624b8
1 changed files with 7 additions and 1 deletions

View File

@ -3035,12 +3035,18 @@ Since mu4e is an external program, need to check that it is installed before loa
;; contexts (multiple inboxes) ;; contexts (multiple inboxes)
mu4e-context-policy 'pick-first mu4e-context-policy 'pick-first
mu4e-compose-context-policy 'ask-if-none mu4e-compose-context-policy 'ask-if-none
mu4e-user-mail-address-list '("natedwarshuis@gmail.com" mu4e-user-mail-address-list '("ndwar@yavin4.ch"
"natedwarshuis@gmail.com"
"ndwarshuis3@gatech.edu" "ndwarshuis3@gatech.edu"
"ndwarsh@emory.edu") "ndwarsh@emory.edu")
mu4e-contexts mu4e-contexts
(list (list
(nd/make-mu4e-context "personal" (nd/make-mu4e-context "personal"
"yavin4"
"ndwar@yavin4.ch"
"peart4prez.yavin4.ch"
'sent)
(nd/make-mu4e-context "alpha"
"gmail" "gmail"
"natedwarshuis@gmail.com" "natedwarshuis@gmail.com"
"smtp.gmail.com" "smtp.gmail.com"