specified the refile path for each mu4e context
This commit is contained in:
parent
bd1bbe43ce
commit
0afcc43991
3
conf.org
3
conf.org
|
@ -1799,6 +1799,7 @@ I have current have three contexts, personal and two work accounts. The first is
|
|||
:vars '((mu4e-trash-folder . "/gmail/trash")
|
||||
(mu4e-drafts-folder . "/gmail/drafts")
|
||||
(mu4e-sent-folder . "/gmail/sent")
|
||||
(mu4e-refile-folder . "/gmail/archive")
|
||||
(mu4e-sent-messages-behavior . delete)
|
||||
(smtpmail-stream-type . starttls)
|
||||
(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")
|
||||
(mu4e-drafts-folder . "/gatech/drafts")
|
||||
(mu4e-sent-folder . "/gatech/sent")
|
||||
(mu4e-refile-folder . "/gatech/archive")
|
||||
(mu4e-sent-messages-behavior . sent)
|
||||
(smtpmail-stream-type . starttls)
|
||||
(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")
|
||||
(mu4e-drafts-folder . "/emory/drafts")
|
||||
(mu4e-sent-folder . "/emory/sent")
|
||||
(mu4e-refile-folder . "/emory/archive")
|
||||
(mu4e-sent-messages-behavior . sent)
|
||||
(smtpmail-stream-type . starttls)
|
||||
(smtpmail-smtp-server . "smtp.office365.com")
|
||||
|
|
Loading…
Reference in New Issue