--- /dev/null
+Return-Path: <bremner@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id A561F6DE0297\r
+ for <notmuch@notmuchmail.org>; Tue, 22 Mar 2016 03:55:24 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.029\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.029 tagged_above=-999 required=5\r
+ tests=[AWL=-0.018, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id NdJb6qBYsq93 for <notmuch@notmuchmail.org>;\r
+ Tue, 22 Mar 2016 03:55:16 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 7C34D6DE0217\r
+ for <notmuch@notmuchmail.org>; Tue, 22 Mar 2016 03:55:16 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <bremner@tethera.net>) id 1aiJyY-00013y-56\r
+ for notmuch@notmuchmail.org; Tue, 22 Mar 2016 06:55:50 -0400\r
+Received: (nullmailer pid 14064 invoked by uid 1000);\r
+ Tue, 22 Mar 2016 10:55:11 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: field processor features, merged series\r
+Date: Tue, 22 Mar 2016 07:54:41 -0300\r
+Message-Id: <1458644094-13951-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.7.0\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 22 Mar 2016 10:55:24 -0000\r
+\r
+This series merges and obsoletes\r
+\r
+ id:1458437904-17677-1-git-send-email-david@tethera.net\r
+\r
+and all except the last patch\r
+\r
+ id:1458437904-17677-1-git-send-email-david@tethera.net\r
+\r
+I represents an alternative initial motivation for the library config patches\r
+\r
+The first 4 are independent, and provide date:foo queries without the trailing ..\r
+\r
+ [PATCH 01/13] config: autodetect xapian-1.3\r
+ [PATCH 02/13] configure: detect Xapian:FieldProcessor\r
+ [PATCH 03/13] lib: optionally support single argument date: queries\r
+ [PATCH 04/13] lib/cli: add library API / CLI for compile time options\r
+\r
+This is just an optional cleanup, here to avoid conflicts.\r
+\r
+ [PATCH 05/13] configure: check directly for xapian compaction API\r
+\r
+This is the previous library config series, rebased. This could be\r
+merged without the following 3, although the motivation is maybe a bit\r
+unclear.\r
+\r
+ [PATCH 06/13] lib: provide config API\r
+ [PATCH 07/13] lib: config list iterators\r
+ [PATCH 08/13] CLI: add print_status_database\r
+ [PATCH 09/13] CLI: add optional config data to dump output.\r
+ [PATCH 10/13] CLI: optionally restore config data.\r
+\r
+Finally, add support for "named queries". I'm open to suggestions\r
+about naming ("the hardest problem...") but I thought it was a bit\r
+less confusing than "saved searches".\r
+\r
+ [PATCH 11/13] CLI: add notmuch-config support for named queries\r
+ [PATCH 12/13] lib: make a global constant for query parser flags\r
+ [PATCH 13/13] lib: add support for named queries\r
+\r
+Outstanding issues that I know about\r
+\r
+ - missing docs for named queries. It might be nice to have optionally\r
+ included sections in the docs. Or we could just write in something\r
+ like "These search terms are only available if you have field\r
+ processors. `notmuch config get option.field_processor` to find\r
+ out.\r
+\r
+- compiler warnings about visibility. I suspect I'm somehow failing at\r
+ C++ here\r
+\r
+- compiler warnings about deprecated compact API. This is only related\r
+ in the sense that it is triggered by using xapian 1.3\r
+\r
+- as I write this, I realise I probably need to test these patches\r
+ again with xapian 1.2\r