Merge pull request #1530 from Vonfry/fix/mu4e-contexts

mu4e: switch mu4e-contexts from defvar to defcustom
This commit is contained in:
Dirk-Jan C. Binnema
2019-12-22 14:54:00 +02:00
committed by GitHub

View File

@ -31,8 +31,9 @@
(defvar smtpmail-smtp-user) (defvar smtpmail-smtp-user)
(defvar mu4e-view-date-format) (defvar mu4e-view-date-format)
(defvar mu4e-contexts nil "The list of `mu4e-context' objects (defcustom mu4e-contexts nil "The list of `mu4e-context' objects
describing mu4e's contexts.") describing mu4e's contexts."
:group 'mu4e)
(defcustom mu4e-context-changed-hook nil (defcustom mu4e-context-changed-hook nil
"Hook run just *after* the context changed." "Hook run just *after* the context changed."