projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c8304
)
remove extra space in Emacs prompt
author
Piotr Trojanek
<piotr.trojanek@gmail.com>
Fri, 16 Jun 2017 12:57:05 +0000
(13:57 +0100)
committer
David Bremner
<david@tethera.net>
Sun, 25 Jun 2017 12:57:48 +0000
(09:57 -0300)
Trivial: fix extra space in the "Insert failed" Emacs prompt message.
emacs/notmuch-maildir-fcc.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-maildir-fcc.el
b/emacs/notmuch-maildir-fcc.el
index 777658ccfb4aa89124910448f0bc519d7f12edfa..1551e8b649102ccdfecad9a2ef278949bfb3d702 100644
(file)
--- 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))