Emacs: switched to mbsync
This commit is contained in:
parent
3f5c2cda3d
commit
42c1c6979d
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue