diff options
author | Alan Pearce | 2019-08-26 16:05:20 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-26 16:05:20 +0200 |
commit | 20f783a881af19d29ab73d40b5f2b8f90bdeb5b9 (patch) | |
tree | fd7fdcfc3b33cd780efc591d380ac735428dd8d9 | |
parent | 5dacdb2e03472d0af9c3fcf1b2b6bf2b39810dbb (diff) | |
download | dotfiles-20f783a881af19d29ab73d40b5f2b8f90bdeb5b9.tar.lz dotfiles-20f783a881af19d29ab73d40b5f2b8f90bdeb5b9.tar.zst dotfiles-20f783a881af19d29ab73d40b5f2b8f90bdeb5b9.zip |
Emacs: make mu4e indexing quieter and more efficient
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 902b55e..4a49f0b 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -678,6 +678,8 @@ With two prefix arguments, write out the day and month name." (mu4e-maildir "~/mail") (mu4e-update-interval 600) (mu4e-change-filenames-when-moving t) + (mu4e-index-lazy-check t) + (mu4e-hide-index-messages t) (mu4e-compose-format-flowed t)) :config (progn (with-eval-after-load 'evil-ex |