mu4e: minor cleanup in docstrings

This commit is contained in:
djcb
2016-11-23 23:26:12 +02:00
parent 1494923472
commit 217e06641d

View File

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