mu4e update every 15 minutes (from 5 minutes)

This commit is contained in:
Evie Litherland-Smith 2025-02-03 08:12:44 +00:00
parent 73d9feb68e
commit d1ad08b231

View file

@ -258,7 +258,7 @@
(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 "mbsync -a")
(mu4e-update-interval (* 5 60)) ; Every 5 minutes (mu4e-update-interval (* 15 60)) ; Every 15 minutes
(mu4e-headers-auto-update nil) (mu4e-headers-auto-update nil)
(mu4e-sent-messages-behavior 'sent) (mu4e-sent-messages-behavior 'sent)
(mu4e-change-filenames-when-moving t) (mu4e-change-filenames-when-moving t)