mu4e-vars.el: cosmetics

whitespace cleanup and some typo fixes; fixes issue #1065.
This commit is contained in:
djcb 2017-04-10 20:05:31 +03:00
parent abe732111a
commit 22e11fc112
1 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
;;; mu4e-vars.el -- part of mu4e, the mu mail user agent
;;
;; Copyright (C) 2011-2016 Dirk-Jan C. Binnema
;; Copyright (C) 2011-2017 Dirk-Jan C. Binnema
;; Author: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
;; Maintainer: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
@ -91,12 +91,13 @@ background."
:safe 'booleanp)
(defcustom mu4e-index-cleanup t
"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)
"Whether to run a cleanup phase after indexing -- that is,
validate that each message in the message store has a
corresponding message file in the filesystem.
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)
(defcustom mu4e-index-lazy-check nil
"Whether to only use a 'lazy check' to decide whether a message
@ -106,7 +107,6 @@ 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
"Number of seconds between automatic calls to retrieve mail and
update the database. If nil, don't update automatically. Note,