From: David Bremner Date: Mon, 23 Nov 2015 12:54:24 +0000 (+2000) Subject: Re: [PATCH] test: add sanity tests for threading X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7475be342703993384a9dae47b2ef7bcdb706746;p=notmuch-archives.git Re: [PATCH] test: add sanity tests for threading --- diff --git a/87/d440b9bee084ae0aa4b2862ab54d72f5654a34 b/87/d440b9bee084ae0aa4b2862ab54d72f5654a34 new file mode 100644 index 000000000..79150a05e --- /dev/null +++ b/87/d440b9bee084ae0aa4b2862ab54d72f5654a34 @@ -0,0 +1,63 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 2595D6DE13DA + for ; Mon, 23 Nov 2015 04:54:28 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.306 +X-Spam-Level: +X-Spam-Status: No, score=-0.306 tagged_above=-999 required=5 tests=[AWL=0.245, + RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id L7DvLmi_zg4y for ; + Mon, 23 Nov 2015 04:54:26 -0800 (PST) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 610096DE13AF + for ; Mon, 23 Nov 2015 04:54:26 -0800 (PST) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1a0qdV-0000Wz-6C; Mon, 23 Nov 2015 07:54:25 -0500 +Received: (nullmailer pid 8905 invoked by uid 1000); + Mon, 23 Nov 2015 12:54:24 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH] test: add sanity tests for threading +In-Reply-To: <1442677542-25879-1-git-send-email-david@tethera.net> +References: + + <1442677542-25879-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.21+7~g55fb7da (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Mon, 23 Nov 2015 08:54:24 -0400 +Message-ID: <87io4s511b.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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 Nov 2015 12:54:28 -0000 + +David Bremner writes: + +> These tests are inspired by a problem report +> +> id:CAJhTkNh7_hXDLsAGyD7nwkXV4ca6ymkLtFG945USvfqK4ZJEdQ@mail.gmail.com +> +> Of course I can't duplicate the mentioned problem, it probably depends +> on specific message data. + +applied to master + +d