aboutsummaryrefslogtreecommitdiffstats
path: root/_spacemacs.d
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-19 18:56:31 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-19 18:56:31 +0800
commitd3f6e2625090f67d4cb3adba3a7adea25e8b4b74 (patch)
treeaf555b25954025bd9fb662cd79f9555e35023ab4 /_spacemacs.d
parentab3b60442d7142e58a59ca0eabb0362ce51be230 (diff)
downloaddotfiles-d3f6e2625090f67d4cb3adba3a7adea25e8b4b74.tar.bz2
spacemacs/mu4e: Use mbsync (replace offlineimap)
Diffstat (limited to '_spacemacs.d')
-rw-r--r--_spacemacs.d/config/aly-mu4e-config.el2
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)