mu4e: switch mu4e-contexts from defvar to defcustom

This commit is contained in:
Vonfry 2019-12-22 14:54:08 +08:00
parent 384fcc5df3
commit 40d4abc8fb
No known key found for this signature in database
GPG Key ID: 80763355C0BF6934
1 changed files with 3 additions and 2 deletions

View File

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