From fd430f7d87005bfa29000afeefad1c2b28987e48 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 15 Dec 2013 09:15:58 +0800 Subject: [PATCH] [PATCH 2/2] test: remove call to notmuch-hello from emacs_deliver_message --- 6e/bb497a265eb49057d372dfaddb4a20d6b22ec6 | 72 +++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 6e/bb497a265eb49057d372dfaddb4a20d6b22ec6 diff --git a/6e/bb497a265eb49057d372dfaddb4a20d6b22ec6 b/6e/bb497a265eb49057d372dfaddb4a20d6b22ec6 new file mode 100644 index 000000000..bc06148f4 --- /dev/null +++ b/6e/bb497a265eb49057d372dfaddb4a20d6b22ec6 @@ -0,0 +1,72 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 82BB6431FD0 + for ; Sat, 14 Dec 2013 17:16:41 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id pN50TTJZuGtB for ; + Sat, 14 Dec 2013 17:16:35 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id A33F3431FAE + for ; Sat, 14 Dec 2013 17:16:31 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1Vs0Jr-0000Ss-Bp; Sat, 14 Dec 2013 21:16:31 -0400 +Received: (nullmailer pid 13835 invoked by uid 1000); Sun, 15 Dec 2013 + 01:16:15 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH 2/2] test: remove call to notmuch-hello from + emacs_deliver_message +Date: Sun, 15 Dec 2013 09:15:58 +0800 +Message-Id: <1387070158-30547-3-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.8.4.3 +In-Reply-To: <1387070158-30547-1-git-send-email-david@tethera.net> +References: <1387070158-30547-1-git-send-email-david@tethera.net> +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 15 Dec 2013 01:16:41 -0000 + +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 + -- 2.26.2