Balance parens in mu4e-compose-context-policy

Fixes unbalanced parens in mu4e-compose-context-policy, which prevents Custom mode UI working.

Using standard indentation helps prevent missing these little issues.
This commit is contained in:
Paul W. Rankin 2019-08-09 18:20:33 +10:00 committed by GitHub
parent aec2a78840
commit ca7449c575
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.