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

View File

@ -1,6 +1,6 @@
;;; mu4e-vars.el -- part of mu4e, the mu mail user agent ;;; 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> ;; Author: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
;; Maintainer: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ;; Maintainer: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
@ -91,12 +91,13 @@ background."
:safe 'booleanp) :safe 'booleanp)
(defcustom mu4e-index-cleanup t (defcustom mu4e-index-cleanup t
"Whether to run a cleanup phase after indexing -- that is, see "Whether to run a cleanup phase after indexing -- that is,
if the is a message in the filesystem for each file in the validate that each message in the message store has a
message store. Having this option as `t' ensures that no corresponding message file in the filesystem.
non-existing mesages are shown but can also be quite slow with
large message stores." :type 'boolean :group 'mu4e :safe Having this option as `t' ensures that no non-existing mesages
'booleanp) are shown but can also be quite slow with large message stores."
:type 'boolean :group 'mu4e :safe 'booleanp)
(defcustom mu4e-index-lazy-check nil (defcustom mu4e-index-lazy-check nil
"Whether to only use a 'lazy check' to decide whether a message "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 modified outside mu. On the other hand, it's significantly
faster." :type 'boolean :group 'mu4e :safe 'booleanp) faster." :type 'boolean :group 'mu4e :safe 'booleanp)
(defcustom mu4e-update-interval nil (defcustom mu4e-update-interval nil
"Number of seconds between automatic calls to retrieve mail and "Number of seconds between automatic calls to retrieve mail and
update the database. If nil, don't update automatically. Note, update the database. If nil, don't update automatically. Note,