mu4e: default to mu4e-index-cleanup nil
By default, do _not_ run the clean up phase after indexing; that should be safe and make indexing a lot faster for some users.
This commit is contained in:
@ -588,13 +588,12 @@ corpa. 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
|
||||
|
||||
In many cases, the mentioned thoroughness might not be needed, and these
|
||||
settings give a very significant speed-up. Note that you can of course
|
||||
occasionally run a thorough indexing round.
|
||||
In many cases, the mentioned thoroughness might not be needed, and
|
||||
these settings give a very significant speed-up. Note that you can of
|
||||
course occasionally run a thorough indexing round.
|
||||
|
||||
For further details, please refer to the @t{mu-index} manpage; in
|
||||
particular, see @t{.noindex} and @t{.noupdate} which can help reducing
|
||||
|
||||
Reference in New Issue
Block a user