summaryrefslogtreecommitdiff
path: root/lisp/email.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/email.el')
-rw-r--r--lisp/email.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/email.el b/lisp/email.el
index e713ed4..bb5dde7 100644
--- a/lisp/email.el
+++ b/lisp/email.el
@@ -14,6 +14,10 @@
(setq mu4e-headers-seen-mark '("" . ""))
(setq mu4e-headers-unread-mark '("u" . "✉"))
+;; Don't update list of emails automatically. I update the list
+;; manually with "g".
+(setq mu4e-headers-auto-update nil)
+
(setq mu4e-view-show-addresses t)
(setq mu4e-hide-index-messages t)
(setq mu4e-html2text-command 'mu4e-shr2text)