unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] remove extra space in Emacs prompt
@ 2017-06-16 12:57 Piotr Trojanek
  2017-06-25 13:04 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: Piotr Trojanek @ 2017-06-16 12:57 UTC (permalink / raw)
  To: notmuch

From: Piotr Trojanek <piotr.trojanek@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] remove extra space in Emacs prompt
  2017-06-16 12:57 [PATCH] remove extra space in Emacs prompt Piotr Trojanek
@ 2017-06-25 13:04 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2017-06-25 13:04 UTC (permalink / raw)
  To: Piotr Trojanek, notmuch

Piotr Trojanek <piotr.trojanek@gmail.com> writes:

> From: Piotr Trojanek <piotr.trojanek@gmail.com>
>
> Trivial: fix extra space in the "Insert failed" Emacs prompt message.

pushed.

d

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-25 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-16 12:57 [PATCH] remove extra space in Emacs prompt Piotr Trojanek
2017-06-25 13:04 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).