mu4e get command -> "true"

Using systemd service for mbsync instead
This commit is contained in:
Evie Litherland-Smith 2024-08-28 08:25:44 +01:00
parent 607d3ae7eb
commit e7512a1c06

View file

@ -364,7 +364,7 @@ Configure email with iCalendar event support, to integrate with
(mu4e-completing-read-function #'completing-read) (mu4e-completing-read-function #'completing-read)
(mu4e-split-view 'horizontal) (mu4e-split-view 'horizontal)
(mu4e-attachment-dir "~/Downloads") (mu4e-attachment-dir "~/Downloads")
(mu4e-get-mail-command "mbsync -a") (mu4e-get-mail-command "true")
(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)