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 B27DB6DE0F7E for ; Thu, 28 Mar 2019 10:43:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.019 X-Spam-Level: X-Spam-Status: No, score=-0.019 tagged_above=-999 required=5 tests=[AWL=-0.018, 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 ojHoTeGG1GUs for ; Thu, 28 Mar 2019 10:43:32 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 8D5B16DE0F62 for ; Thu, 28 Mar 2019 10:43:32 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1h9Z3r-0005oy-Pj for notmuch@notmuchmail.org; Thu, 28 Mar 2019 13:43:31 -0400 Received: (nullmailer pid 27483 invoked by uid 1000); Thu, 28 Mar 2019 17:43:29 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] test: add two known broken tests searching for xapian keywords In-Reply-To: <20180930162755.10856-1-david@tethera.net> References: <20180930162755.10856-1-david@tethera.net> Date: Thu, 28 Mar 2019 14:43:29 -0300 Message-ID: <87bm1u99oe.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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, 28 Mar 2019 17:43:33 -0000 David Bremner writes: > Thanks to plujon for pointing out this problem on IRC. The underlying > issue is that the quotes are stripped before the field processors get > the query string, and the heuristic for putting them back is not quite > right. > --- Series pushed. Let me know if it breaks something. d