mu4e: minor cleanup in docstrings

This commit is contained in:
djcb 2016-11-23 23:26:12 +02:00
parent 1494923472
commit 217e06641d
1 changed files with 9 additions and 13 deletions

View File

@ -91,24 +91,20 @@ background."
:safe 'booleanp)
(defcustom mu4e-index-cleanup t
"Whether to run a cleanup face after indexing -- that is, see
"Whether to run a cleanup phase after indexing -- that is, see
if the is a message in the filesystem for each file in the
message store. Having this option as `t' ensures that no
non-existing mesages are shown but can also be quite slow with
large message stores."
:type 'boolean
:group 'mu4e
:safe 'booleanp)
large message stores." :type 'boolean :group 'mu4e :safe
'booleanp)
(defcustom mu4e-index-lazy-check nil
"Whether to run do a 'lazy check' for deciding whether to
indexing a message. When this is set to `t', mu only uses the
directory timestamps to decide on whether it needs to check the
messages beneath it, which would miss messages that are modified
outside mu. On the other hand, it's significantly faster."
:type 'boolean
:group 'mu4e
:safe 'booleanp)
"Whether to only use a 'lazy check' to decide whether a message
needs (re)indexing or not. When this is set to `t', mu only uses
the directory timestamps to decide on whether it needs to check
the messages beneath it, which would miss messages that are
modified outside mu. On the other hand, it's significantly
faster." :type 'boolean :group 'mu4e :safe 'booleanp)
(defcustom mu4e-update-interval nil