diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-19 18:56:31 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-19 18:56:31 +0800 |
commit | d3f6e2625090f67d4cb3adba3a7adea25e8b4b74 (patch) | |
tree | af555b25954025bd9fb662cd79f9555e35023ab4 /_spacemacs.d/config/aly-mu4e-config.el | |
parent | ab3b60442d7142e58a59ca0eabb0362ce51be230 (diff) | |
download | dotfiles-d3f6e2625090f67d4cb3adba3a7adea25e8b4b74.tar.bz2 |
spacemacs/mu4e: Use mbsync (replace offlineimap)
Diffstat (limited to '_spacemacs.d/config/aly-mu4e-config.el')
-rw-r--r-- | _spacemacs.d/config/aly-mu4e-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_spacemacs.d/config/aly-mu4e-config.el b/_spacemacs.d/config/aly-mu4e-config.el index de98dde..048c45f 100644 --- a/_spacemacs.d/config/aly-mu4e-config.el +++ b/_spacemacs.d/config/aly-mu4e-config.el @@ -181,7 +181,7 @@ sendmail-program "msmtp") ;; allow for fetch mail and update index using 'U' in the main view - (setq mu4e-get-mail-command "offlineimap -o -1") + (setq mu4e-get-mail-command "mbsync -a") ;; get mail and update index periodically in the background (unit: seconds) (setq mu4e-update-interval 900) |