summaryrefslogtreecommitdiff
path: root/modules/mail-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mail-config.el')
-rw-r--r--modules/mail-config.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mail-config.el b/modules/mail-config.el
index 95ee88d2..170711bb 100644
--- a/modules/mail-config.el
+++ b/modules/mail-config.el
@@ -82,7 +82,8 @@ Prompts user for the action when executing."
(setq mu4e-maildir mail-dir) ;; same as above (for newer mu4e)
(setq mu4e-sent-messages-behavior 'delete) ;; don't save to "Sent", IMAP does this already
(setq mu4e-show-images t) ;; show embedded images
- (setq mu4e-update-interval 600) ;; check for new mail every 10 minutes (600 seconds)
+ ;; (setq mu4e-update-interval 600) ;; check for new mail every 10 minutes (600 seconds)
+ ;; TEMPORARILY DISABLED: Causing password prompts that interrupt work
(setq mu4e-hide-index-messages t) ;; don't show indexing messages buffer
(setq mu4e-headers-from-or-to-prefix '("" . "➜ "))