summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-09-25 15:43:00 +0200
committerAlan Pearce2017-09-25 15:43:00 +0200
commit8de306475646926afea510bbbbef1e51da9782cc (patch)
tree264e9f634e8086e9e185f645917b820d5bfce308 /emacs
parent1b4d97aa1b1f80effa0c205b8bf6ba70dbef9fa7 (diff)
downloaddotfiles-8de306475646926afea510bbbbef1e51da9782cc.tar.lz
dotfiles-8de306475646926afea510bbbbef1e51da9782cc.tar.zst
dotfiles-8de306475646926afea510bbbbef1e51da9782cc.zip
Emacs: add mu4e optimisations
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index c82f5e3..2579dcf 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1223,6 +1223,8 @@ With two prefix arguments, write out the day and month name."
                     mu4e-view-show-images t
                     mu4e-headers-date-format "%Y-%m-%d %H:%M"
                     mu4e-update-interval 1800
+                    mu4e-index-cleanup nil
+                    mu4e-index-lazy-check t
 
                     mu4e-mu-home (expand-file-name "~/.cache/mu/alanpearce.eu")
                     mu4e-maildir (expand-file-name "~/mail/personal/alanpearce/")