Emacs: switched to mbsync

This commit is contained in:
Marcel Kapfer 2018-07-24 19:36:31 +02:00
parent 3f5c2cda3d
commit 42c1c6979d
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 3 deletions

View File

@ -866,8 +866,9 @@
:config :config
;; get mail ;; get mail
(setq (setq
mu4e-get-mail-command "offlineimap" mu4e-get-mail-command "mbsync -a"
mu4e-update-interval 300) mu4e-update-interval 300
mu4e-change-filenames-when-moving t)
;; faster reindexing ;; faster reindexing
(setq mu4e-maildir-index-cleanup nil (setq mu4e-maildir-index-cleanup nil
@ -894,7 +895,7 @@
;; don't reply to myself ;; don't reply to myself
mu4e-compose-dont-reply-to-self t mu4e-compose-dont-reply-to-self t
;; maildir ;; maildir
mu4e-maildir "~/.mail" mu4e-maildir "~/.mbsync"
;; use correct account context when sending mail based from headers ;; use correct account context when sending mail based from headers
message-sendmail-envelope-from 'header) message-sendmail-envelope-from 'header)