Revert "mu4e: update index only, don't call mbsync"

This reverts commit c938357f59.
This commit is contained in:
Evie Litherland-Smith 2023-12-27 10:42:47 +00:00
parent c938357f59
commit 617bb7e5d4

View file

@ -989,7 +989,7 @@ Set fill column to 88 and enable display in python buffers
(mu4e-completing-read-function #'completing-read-default) (mu4e-completing-read-function #'completing-read-default)
(mu4e-split-view 'single-window) (mu4e-split-view 'single-window)
(mu4e-attachment-dir "~/Downloads") (mu4e-attachment-dir "~/Downloads")
(mu4e-get-mail-command "true") (mu4e-get-mail-command "mbsync -a")
(mu4e-update-interval (* 5 60)) ; Every 5 minutes (mu4e-update-interval (* 5 60)) ; Every 5 minutes
(mu4e-headers-auto-update nil) (mu4e-headers-auto-update nil)
(mu4e-sent-messages-behavior 'sent) (mu4e-sent-messages-behavior 'sent)