mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
remove extra space in Emacs prompt
Trivial: fix extra space in the "Insert failed" Emacs prompt message.
This commit is contained in:
parent
85c8304058
commit
c9deb32933
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue