From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0N2BKgeD215CIAAA0tVLHw (envelope-from ) for ; Sat, 06 Jun 2020 11:50:31 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id MA1RJgeD216DGQAAB5/wlQ (envelope-from ) for ; Sat, 06 Jun 2020 11:50:31 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1E7449404C5 for ; Sat, 6 Jun 2020 11:50:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A81CC6DE1385; Sat, 6 Jun 2020 04:50:27 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 dApt1L5wpJYT; Sat, 6 Jun 2020 04:50:27 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 97B606DE1372; Sat, 6 Jun 2020 04:50:26 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 5C06A6DE1372 for ; Sat, 6 Jun 2020 04:50:25 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 KazZaOU0E60l for ; Sat, 6 Jun 2020 04:50:24 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id D43B56DE136C for ; Sat, 6 Jun 2020 04:50:24 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.92) (envelope-from ) id 1jhXLE-0002cp-3P; Sat, 06 Jun 2020 07:50:24 -0400 Received: (nullmailer pid 205638 invoked by uid 1000); Sat, 06 Jun 2020 11:50:22 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] doc: field processor support now always included, adjust manual pages In-Reply-To: <20200602202159.28395-1-tomi.ollila@iki.fi> References: <20200602202159.28395-1-tomi.ollila@iki.fi> Date: Sat, 06 Jun 2020 08:50:22 -0300 Message-ID: <87img4wgzl.fsf@tethera.net> MIME-Version: 1.0 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: , Cc: tomi.ollila@iki.fi Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.49 X-TUID: ao/cO9yxHQpj Tomi Ollila writes: > The features that require field processor support, are now just > documented w/o mentioning **Xapian Field Processors**' is needed > for those. > > Replaced "compact" and "field_processor" with "retry_lock" in > build_with config option, as it is currently the only one that > is optionally excluded. The former 2 are now documented as > features always included. > > Dropped one 'we' "passive" in notmuch-search-terms.rst. It was the > only one, and inconsistent with rest of the documentation in that > file. > > Dropped message about conditional open-ended ranges support, as > those are now always supported. thanks for that work Tomi. I've included it in the latest release candidate. d