From: David Bremner Date: Tue, 5 Apr 2016 11:18:00 +0000 (+2100) Subject: WIP: update for xapian 1.3.5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a03cc0a76e836cb12df5474b9dba93dc67de69ee;p=notmuch-archives.git WIP: update for xapian 1.3.5 --- diff --git a/ec/0d66298b0216175785293e502352e18f7ff547 b/ec/0d66298b0216175785293e502352e18f7ff547 new file mode 100644 index 000000000..9f69ebb99 --- /dev/null +++ b/ec/0d66298b0216175785293e502352e18f7ff547 @@ -0,0 +1,50 @@ +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 CAD2F6DE01C2 + for ; Tue, 5 Apr 2016 04:18:27 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.02 +X-Spam-Level: +X-Spam-Status: No, score=-0.02 tagged_above=-999 required=5 tests=[AWL=-0.009, + SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 IEt0ZzUvJFQS for ; + Tue, 5 Apr 2016 04:18:20 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 02A3F6DE0022 + for ; Tue, 5 Apr 2016 04:18:19 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) id 1anP0V-0002xd-DR + for notmuch@notmuchmail.org; Tue, 05 Apr 2016 07:18:51 -0400 +Received: (nullmailer pid 5776 invoked by uid 1000); + Tue, 05 Apr 2016 11:18:15 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: WIP: update for xapian 1.3.5 +Date: Tue, 5 Apr 2016 08:18:00 -0300 +Message-Id: <1459855082-5715-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.8.0.rc3 +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: Tue, 05 Apr 2016 11:18:27 -0000 + +In Xapian 1.3.5, the glass backend is default. This breaks 11 tests +that assume things about internal database file structure. This isn't +a complete fix, but at least gets rid of the noise if someone is also +working on this. I think the first patch is OK/useful independent of +xapian versions. +