mu4e: restore mu4e-index-cleanup t

Let's go back to the old default.
This commit is contained in:
Dirk-Jan C. Binnema
2020-03-15 00:58:31 +02:00
parent 46ae663937
commit 3ac71ecfbe
3 changed files with 6 additions and 15 deletions

View File

@ -584,10 +584,12 @@ messages, even if other programs have modified the Maildir.
The downside of this thoroughness (which is the default) is that it is
relatively slow, something that can be noticeable with large e-mail
corpa. For a faster approach, you can use the following:
corpa on slow file-systems. For a faster approach, you can use the
following:
@lisp
(setq
mu4e-index-cleanup nil ;; don't do a full cleanup check
mu4e-index-lazy-check t) ;; don't consider up-to-date dirs
@end lisp