From 0afcc439911378449bfcd4bbc182c37e7fe6fa5b Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Fri, 7 Sep 2018 11:31:21 -0400 Subject: [PATCH] specified the refile path for each mu4e context --- conf.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.org b/conf.org index c876f5c..a7a84f0 100644 --- a/conf.org +++ b/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")