diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index 37b61ddc..4d6373a7 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -298,9 +298,9 @@ Also see `mu4e-compose-context-policy'." (const :tag "Ask if none of the contexts match" 'ask) (const :tag "Ask when there's no context yet" 'ask-if-none) (const :tag "Pick the first context if none match" 'pick-first) - (const :tag "Don't change the context when none match" nil) + (const :tag "Don't change the context when none match" nil)) :safe 'symbolp - :group 'mu4e)) + :group 'mu4e) ;; crypto