From: David Bremner Date: Tue, 6 May 2014 13:06:26 +0000 (+0900) Subject: (no commit message) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=54048cb6a905bbc8b6acaf992424adf20dbad52f;p=notmuch-archives.git --- diff --git a/49/ba8dbece7296ee35767ffa573e304e2fd8668e b/49/ba8dbece7296ee35767ffa573e304e2fd8668e new file mode 100644 index 000000000..945be99ba --- /dev/null +++ b/49/ba8dbece7296ee35767ffa573e304e2fd8668e @@ -0,0 +1,52 @@ +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 6EDED431FDF + for ; Tue, 6 May 2014 06:07:10 -0700 (PDT) +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 HaXd9qXz0jOD for ; + Tue, 6 May 2014 06:07:05 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 9F3BB431FD6 + for ; Tue, 6 May 2014 06:07:05 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1Whf56-0006xc-MR + for notmuch@notmuchmail.org; Tue, 06 May 2014 13:06:48 +0000 +Received: (nullmailer pid 29567 invoked by uid 1000); Tue, 06 May 2014 + 13:06:29 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: +Date: Tue, 6 May 2014 22:06:26 +0900 +Message-Id: <1399381588-26271-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.9.2 +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: Tue, 06 May 2014 13:07:10 -0000 + +The first of these fixes a build failure on Debian Linux/armhf (and +OS/X). If the patch seems ok, I'd like to roll it into a bug fix +release. The second is more of a suggestion to make that atomicity +test easier to debug, since it seems to find the dark corners of gdb. +