mu4e: Decrease update interval to 90 seconds

master
Pierre Neidhardt 2018-01-15 12:16:44 +01:00
parent 32232ac81f
commit 3f29148531
1 changed files with 5 additions and 2 deletions

View File

@ -34,8 +34,8 @@ Default to unread messages if no"
;; IMAP sync.
mu4e-maildir "~/.cache/mail"
mu4e-get-mail-command "mbsync -a"
mu4e-update-interval 120
mu4e-change-filenames-when-moving t ; Needed for mbsync.
mu4e-update-interval 90
mu4e-change-filenames-when-moving t ; Preferred for mbsync according to the man page.
;; SMTP
message-send-mail-function 'smtpmail-send-it
@ -71,6 +71,9 @@ Default to unread messages if no"
;; Gmail-style threading.
mu4e-headers-include-related t
;; Gmail likes format=flowed(?)
;; mu4e-compose-format-flowed
;; Because default completion can be extended (e.g. Helm, Ivy).
mu4e-completing-read-function 'completing-read)