From: David Bremner Date: Mon, 23 Dec 2013 01:11:21 +0000 (+0800) Subject: Re: [PATCH 1/2] test: add emacs_fcc_message that does not use smtp-dummy X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=87fbb372c5fb7d1e52dcb338af900d77e20ef1fd;p=notmuch-archives.git Re: [PATCH 1/2] test: add emacs_fcc_message that does not use smtp-dummy --- diff --git a/4c/a6de4c5910ca28e41b9951285d5765957efa87 b/4c/a6de4c5910ca28e41b9951285d5765957efa87 new file mode 100644 index 000000000..0ae3a554b --- /dev/null +++ b/4c/a6de4c5910ca28e41b9951285d5765957efa87 @@ -0,0 +1,73 @@ +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 0C97B431FD0 + for ; Sun, 22 Dec 2013 17:11: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 F6lfKUYWYCuZ for ; + Sun, 22 Dec 2013 17:11:33 -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 3BF84431FBF + for ; Sun, 22 Dec 2013 17:11:33 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1Vuu3O-0006S1-G8; Sun, 22 Dec 2013 21:11:30 -0400 +Received: (nullmailer pid 9228 invoked by uid 1000); Mon, 23 Dec 2013 + 01:11:21 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] test: add emacs_fcc_message that does not use + smtp-dummy +In-Reply-To: <87eh55i084.fsf@qmul.ac.uk> +References: <1387070158-30547-1-git-send-email-david@tethera.net> + <1387070158-30547-2-git-send-email-david@tethera.net> + <87eh55i084.fsf@qmul.ac.uk> +User-Agent: Notmuch/0.17~rc3 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Mon, 23 Dec 2013 09:11:21 +0800 +Message-ID: <878uvc9xs6.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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: Mon, 23 Dec 2013 01:11:41 -0000 + +Mark Walters writes: +> +> If I add the line +> +> (mail-host-address \"example.com\")) +> +> inside the let in emacs_fcc_message below then it passes. All tests also +> pass on current master. + +I pushed the version suggested by Mark to the release branch. + +Depending on the response to + + id:87bo089y0t.fsf@maritornes.cs.unb.ca + +I'll either wait for a fix for the other intmittent test failure, or tag +another release candidate. + +d