aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch-draft.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-08-08 13:49:38 +0200
committerDavid Bremner <david@tethera.net>2020-08-09 20:48:09 -0300
commitcaaa10876046096320f4e69053542eabe17e7e55 (patch)
treed5a18a73cafb3ee8954203ac4dcb74c04bef0aea /emacs/notmuch-draft.el
parent6fb7d35069c8770b872128156cb4f0511da6b6e9 (diff)
emacs: Fix indentation
Diffstat (limited to 'emacs/notmuch-draft.el')
-rw-r--r--emacs/notmuch-draft.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/emacs/notmuch-draft.el b/emacs/notmuch-draft.el
index c3cb619f..ea995379 100644
--- a/emacs/notmuch-draft.el
+++ b/emacs/notmuch-draft.el
@@ -153,17 +153,17 @@ Used when a new version is saved, or the message is sent."
`notmuch-draft-save-plaintext' controls the behaviour."
(cl-case notmuch-draft-save-plaintext
- ((ask)
- (unless (yes-or-no-p
- "(Customize `notmuch-draft-save-plaintext' to avoid this warning)
+ ((ask)
+ (unless (yes-or-no-p
+ "(Customize `notmuch-draft-save-plaintext' to avoid this warning)
This message contains mml tags that suggest it is intended to be encrypted.
Really save and index an unencrypted copy? ")
- (error "Save aborted")))
- ((nil)
- (error "Refusing to save draft with encryption tags (see `%s')"
- 'notmuch-draft-save-plaintext))
- ((t)
- (ignore))))
+ (error "Save aborted")))
+ ((nil)
+ (error "Refusing to save draft with encryption tags (see `%s')"
+ 'notmuch-draft-save-plaintext))
+ ((t)
+ (ignore))))
(defun notmuch-draft--make-message-id ()
;; message-make-message-id gives the id inside a "<" ">" pair,