[PATCH 2/2] test: remove call to notmuch-hello from emacs_deliver_message

Subject: [PATCH 2/2] test: remove call to notmuch-hello from emacs_deliver_message

Date: Sun, 15 Dec 2013 09:15:58 +0800

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


There is an obscure bug in notmuch-hello that very occasionally causes
emacs_deliver_message to fail. Since it it doesn't serve any actual
purpose in the function we delete it, and leave tracking down the the
bug for another day.
---
 test/test-lib.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test-lib.sh b/test/test-lib.sh
index 66c0720..1bb5610 100644
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -452,7 +452,6 @@ emacs_deliver_message ()
                (mail-host-address \"example.com\")
 	       (smtpmail-smtp-server \"localhost\")
 	       (smtpmail-smtp-service \"25025\"))
-	   (notmuch-hello)
 	   (notmuch-mua-mail)
 	   (message-goto-to)
 	   (insert \"test_suite@notmuchmail.org\nDate: 01 Jan 2000 12:00:00 -0000\")
-- 
1.8.4.3


Thread: