From: David Bremner Date: Mon, 14 Mar 2016 23:29:16 +0000 (+2100) Subject: Re: [PATCH 3/3] test: canonicalize quotes in xapian error messages X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b2a29fbc105af135b7a1de9c371683cca844ae9c;p=notmuch-archives.git Re: [PATCH 3/3] test: canonicalize quotes in xapian error messages --- diff --git a/78/21221f1dcf3b97b1a2c7f4f7d58d4d5aa29ae6 b/78/21221f1dcf3b97b1a2c7f4f7d58d4d5aa29ae6 new file mode 100644 index 000000000..40f37637a --- /dev/null +++ b/78/21221f1dcf3b97b1a2c7f4f7d58d4d5aa29ae6 @@ -0,0 +1,59 @@ +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 BB8576DE1868 + for ; Mon, 14 Mar 2016 16:29:20 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.03 +X-Spam-Level: +X-Spam-Status: No, score=-0.03 tagged_above=-999 required=5 tests=[AWL=-0.019, + 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 gmauYElG2jWi for ; + Mon, 14 Mar 2016 16:29:18 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id BD30A6DE185A + for ; Mon, 14 Mar 2016 16:29:18 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1afbvu-0005iN-SR; Mon, 14 Mar 2016 19:29:54 -0400 +Received: (nullmailer pid 29676 invoked by uid 1000); + Mon, 14 Mar 2016 23:29:16 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH 3/3] test: canonicalize quotes in xapian error messages +In-Reply-To: <1454068393-5406-4-git-send-email-david@tethera.net> +References: <1454068393-5406-1-git-send-email-david@tethera.net> + <1454068393-5406-4-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.21+74~g6c60fb1 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Mon, 14 Mar 2016 20:29:16 -0300 +Message-ID: <87wpp44p0z.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, 14 Mar 2016 23:29:20 -0000 + +David Bremner writes: + +> These differ between 1.2 and 1.3, so we transform the 1.2 backquote to a +> single quote for compatibility + +pushed the remaining to 2 patches. We can now claim to support xapian +1.3, although it would be nice if configure knew about xapian-config-1.3 + +d