[PATCH] remove extra space in Emacs prompt
Piotr Trojanek
piotr.trojanek at gmail.com
Fri Jun 16 05:57:05 PDT 2017
From: Piotr Trojanek <piotr.trojanek at gmail.com>
Trivial: fix extra space in the "Insert failed" Emacs prompt message.
---
emacs/notmuch-maildir-fcc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs/notmuch-maildir-fcc.el b/emacs/notmuch-maildir-fcc.el
index 777658c..1551e8b 100644
--- a/emacs/notmuch-maildir-fcc.el
+++ b/emacs/notmuch-maildir-fcc.el
@@ -250,7 +250,7 @@ If CREATE is non-nil then create the folder if necessary."
;; how to deal with it.
(error
(let ((response (notmuch-read-char-choice
- "Insert failed: (r)etry, (c)reate folder, (i)gnore, or (e)dit the header? "
+ "Insert failed: (r)etry, (c)reate folder, (i)gnore, or (e)dit the header? "
'(?r ?c ?i ?e))))
(case response
(?r (notmuch-maildir-fcc-with-notmuch-insert fcc-header))
--
2.1.4
More information about the notmuch
mailing list