summaryrefslogtreecommitdiff
path: root/mu4e
diff options
context:
space:
mode:
authorPaul W. Rankin <pwr@sdf.org>2019-08-09 18:20:33 +1000
committerGitHub <noreply@github.com>2019-08-09 18:20:33 +1000
commitca7449c575e92b10daa4990533c099d5b7615ad1 (patch)
tree856cab1b9796835b04218006dc5b5fa629809731 /mu4e
parentaec2a7884027d15cf591bf7758f24d6a26b27915 (diff)
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.
Diffstat (limited to 'mu4e')
-rw-r--r--mu4e/mu4e-compose.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el
index 98d5e8f..65f4009 100644
--- a/mu4e/mu4e-compose.el
+++ b/mu4e/mu4e-compose.el
@@ -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.