Make `mu4e-hide-index-messages' customizable

This commit is contained in:
Remco van 't Veer 2016-06-03 09:50:52 +02:00
parent 36571518b0
commit 4814548318
1 changed files with 5 additions and 3 deletions

View File

@ -105,9 +105,11 @@ mu4e."
You can use this hook for example to `mu4e-get-mail-command' with You can use this hook for example to `mu4e-get-mail-command' with
some specific setting.") some specific setting.")
(defvar mu4e-hide-index-messages nil (defcustom mu4e-hide-index-messages nil
"If non-nil, mu4e does not show the \"Indexing...\" messages, or "Whether to hide the \"Indexing...\" messages, or any messages
any messages relating to updated contacts.") relating to updated contacts."
:type 'boolean
:group 'mu4e)
(defcustom mu4e-change-filenames-when-moving nil (defcustom mu4e-change-filenames-when-moving nil
"When moving messages to different folders, normally mu/mu4e keep "When moving messages to different folders, normally mu/mu4e keep