From 6d703721e5339e05e0d2f471bfa1840d89e8af30 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 10 May 2024 14:18:12 +0100 Subject: [PATCH] mu4e: switch to using global drafts Should stop auto-saved draft emails being synced back to the server and duplicating --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index fcfa370..4160b73 100644 --- a/init.el +++ b/init.el @@ -1183,7 +1183,7 @@ Uses `my/projects-directory' to find correct directory" :vars '( (user-mail-address . "evie@xenia.me.uk") (mu4e-sent-folder . "/Proton/Sent") - (mu4e-drafts-folder . "/Proton/Drafts") + ;; (mu4e-drafts-folder . "/Proton/Drafts") (mu4e-trash-folder . "/Proton/Trash") (mu4e-refile-folder . "/Proton/Archive") (gnus-icalendar-org-capture-headline . ("Email" "Personal")) @@ -1194,7 +1194,7 @@ Uses `my/projects-directory' to find correct directory" :vars '( (user-mail-address . "e.litherlandsmith@proton.me") (mu4e-sent-folder . "/Proton/Sent") - (mu4e-drafts-folder . "/Proton/Drafts") + ;; (mu4e-drafts-folder . "/Proton/Drafts") (mu4e-trash-folder . "/Proton/Trash") (mu4e-refile-folder . "/Proton/Archive") (gnus-icalendar-org-capture-headline . ("Email" "Personal")) @@ -1205,7 +1205,7 @@ Uses `my/projects-directory' to find correct directory" :vars '( (user-mail-address . "e.litherlandsmith@icloud.com") (mu4e-sent-folder . "/iCloud/Sent Messages") - (mu4e-drafts-folder . "/iCloud/Drafts") + ;; (mu4e-drafts-folder . "/iCloud/Drafts") (mu4e-trash-folder . "/iCloud/Deleted Messages") (mu4e-refile-folder . "/iCloud/Archive") (gnus-icalendar-org-capture-headline . ("Email" "Personal"))