mu4e: update index only, don't call mbsync

This commit is contained in:
Evie Litherland-Smith 2023-12-26 07:25:33 +00:00
parent a8c1af95d6
commit c938357f59

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-split-view 'single-window)
(mu4e-attachment-dir "~/Downloads")
(mu4e-get-mail-command "mbsync -a")
(mu4e-get-mail-command "true")
(mu4e-update-interval (* 5 60)) ; Every 5 minutes
(mu4e-headers-auto-update nil)
(mu4e-sent-messages-behavior 'sent)