From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 893096DE00C6 for ; Thu, 13 Sep 2018 14:25:51 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.469 X-Spam-Level: X-Spam-Status: No, score=0.469 tagged_above=-999 required=5 tests=[AWL=-0.183, SPF_NEUTRAL=0.652] 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 aO5iZuQKEOEc for ; Thu, 13 Sep 2018 14:25:50 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 05D316DE00AC for ; Thu, 13 Sep 2018 14:25:48 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 0FB56100084; Fri, 14 Sep 2018 00:25:37 +0300 (EEST) From: Tomi Ollila To: David Bremner , notmuch@notmuchmail.org Subject: Re: Test suite fixes for Xapian 1.2.x In-Reply-To: <20180910013617.11764-1-david@tethera.net> References: <20180910013617.11764-1-david@tethera.net> User-Agent: Notmuch/0.27+14~ge594ae3 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 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: Thu, 13 Sep 2018 21:25:51 -0000 On Sun, Sep 09 2018, David Bremner wrote: > Some bit rot crept in, and the test suite no longer passes on Xapian > without field processors. The fix is simple enough not to pull the > plug on support for old Xapian just yet. Fine by me. Also dropping xapian 1.2.x support is fine by me (so that I have to have a reason to upgrade >;) Tomi