specified the refile path for each mu4e context

This commit is contained in:
petrucci4prez 2018-09-07 11:31:21 -04:00
parent bd1bbe43ce
commit 0afcc43991
1 changed files with 3 additions and 0 deletions

View File

@ -1799,6 +1799,7 @@ I have current have three contexts, personal and two work accounts. The first is
:vars '((mu4e-trash-folder . "/gmail/trash") :vars '((mu4e-trash-folder . "/gmail/trash")
(mu4e-drafts-folder . "/gmail/drafts") (mu4e-drafts-folder . "/gmail/drafts")
(mu4e-sent-folder . "/gmail/sent") (mu4e-sent-folder . "/gmail/sent")
(mu4e-refile-folder . "/gmail/archive")
(mu4e-sent-messages-behavior . delete) (mu4e-sent-messages-behavior . delete)
(smtpmail-stream-type . starttls) (smtpmail-stream-type . starttls)
(smtpmail-smtp-server . "smtp.gmail.com") (smtpmail-smtp-server . "smtp.gmail.com")
@ -1820,6 +1821,7 @@ I have current have three contexts, personal and two work accounts. The first is
:vars '((mu4e-trash-folder . "/gatech/trash") :vars '((mu4e-trash-folder . "/gatech/trash")
(mu4e-drafts-folder . "/gatech/drafts") (mu4e-drafts-folder . "/gatech/drafts")
(mu4e-sent-folder . "/gatech/sent") (mu4e-sent-folder . "/gatech/sent")
(mu4e-refile-folder . "/gatech/archive")
(mu4e-sent-messages-behavior . sent) (mu4e-sent-messages-behavior . sent)
(smtpmail-stream-type . starttls) (smtpmail-stream-type . starttls)
(smtpmail-smtp-server . "smtp.office365.com") (smtpmail-smtp-server . "smtp.office365.com")
@ -1841,6 +1843,7 @@ I have current have three contexts, personal and two work accounts. The first is
:vars '((mu4e-trash-folder . "/emory/trash") :vars '((mu4e-trash-folder . "/emory/trash")
(mu4e-drafts-folder . "/emory/drafts") (mu4e-drafts-folder . "/emory/drafts")
(mu4e-sent-folder . "/emory/sent") (mu4e-sent-folder . "/emory/sent")
(mu4e-refile-folder . "/emory/archive")
(mu4e-sent-messages-behavior . sent) (mu4e-sent-messages-behavior . sent)
(smtpmail-stream-type . starttls) (smtpmail-stream-type . starttls)
(smtpmail-smtp-server . "smtp.office365.com") (smtpmail-smtp-server . "smtp.office365.com")