diff options
-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) |