remove extra space in Emacs prompt

Trivial: fix extra space in the "Insert failed" Emacs prompt message.
This commit is contained in:
Piotr Trojanek 2017-06-16 13:57:05 +01:00 committed by David Bremner
parent 85c8304058
commit c9deb32933

View file

@ -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))