Merge pull request #1465 from rnkn/patch-1

mu4e: Balance parens in mu4e-compose-context-policy
This commit is contained in:
Dirk-Jan C. Binnema 2019-08-10 10:51:25 +03:00 committed by GitHub
commit 7e72c6ebac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -134,9 +134,9 @@ Also see `mu4e-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-compose))
:group 'mu4e-compose)
(defcustom mu4e-compose-crypto-reply-encrypted-policy 'sign-and-encrypt
"Policy for signing/encrypting replies to encrypted messages.