mu4e update every 15 minutes (from 5 minutes)
This commit is contained in:
parent
73d9feb68e
commit
d1ad08b231
2
init.el
2
init.el
|
@ -258,7 +258,7 @@
|
|||
(mu4e-split-view 'horizontal)
|
||||
(mu4e-attachment-dir "~/Downloads")
|
||||
(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-sent-messages-behavior 'sent)
|
||||
(mu4e-change-filenames-when-moving t)
|
||||
|
|
Loading…
Reference in a new issue