summaryrefslogtreecommitdiff
path: root/emacs/notmuch-maildir-fcc.el
diff options
context:
space:
mode:
authorPiotr Trojanek <piotr.trojanek@gmail.com>2017-06-16 13:57:05 +0100
committerDavid Bremner <david@tethera.net>2017-06-25 09:57:48 -0300
commitc9deb329331afbd16f42ef122aba92375ce6dad8 (patch)
tree21280a64bfdff88f0ef15c573e8a08b0a15217dc /emacs/notmuch-maildir-fcc.el
parent85c830405886207196aedbd0a2b757b227ba769d (diff)
remove extra space in Emacs prompt
Trivial: fix extra space in the "Insert failed" Emacs prompt message.
Diffstat (limited to 'emacs/notmuch-maildir-fcc.el')
-rw-r--r--emacs/notmuch-maildir-fcc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-maildir-fcc.el b/emacs/notmuch-maildir-fcc.el
index 777658cc..1551e8b6 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))