summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/init-email.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/init-email.el b/lisp/init-email.el
index a0f8fcc..f8a47e0 100644
--- a/lisp/init-email.el
+++ b/lisp/init-email.el
@@ -34,8 +34,11 @@
mu4e-trash-folder "/Trash"
mu4e-refile-folder "/Archive")
- ;; offlineimap downloads email
- (setq mu4e-get-mail-command "offlineimap")
+ ;; mbsync downloads email
+ (setq mu4e-get-mail-command "mbsync fastmail")
+
+ ;; change filename when moving (recommended when using mbsync)
+ (setq mu4e-change-filenames-when-moving t)
;; shortcuts
(setq mu4e-maildir-shortcuts '(("/INBOX" . ?i)