--- /dev/null
+Return-Path: <tomi.ollila@iki.fi>\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 0F9106DE02A9\r
+ for <notmuch@notmuchmail.org>; Sun, 8 May 2016 01:25:37 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.595\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.595 tagged_above=-999 required=5 tests=[AWL=-0.057,\r
+ SPF_NEUTRAL=0.652] 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 vgyYkMpJ5Prb for <notmuch@notmuchmail.org>;\r
+ Sun, 8 May 2016 01:25:28 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 9BD116DE0217\r
+ for <notmuch@notmuchmail.org>; Sun, 8 May 2016 01:25:28 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 2506B1000B3;\r
+ Sun, 8 May 2016 11:25:24 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
+Subject: Re: v4 of libconfig / single argument date / named query patches\r
+In-Reply-To: <1462665889-17121-1-git-send-email-david@tethera.net>\r
+References: <1462665889-17121-1-git-send-email-david@tethera.net>\r
+User-Agent: Notmuch/0.22+9~gb26b5ad (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Sun, 08 May 2016 11:25:23 +0300\r
+Message-ID: <m2oa8h2byk.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Sun, 08 May 2016 08:25:37 -0000\r
+\r
+On Sun, May 08 2016, David Bremner <david@tethera.net> wrote:\r
+\r
+> This obsoletes\r
+>\r
+> id:1462065879-29860-1-git-send-email-david@tethera.net\r
+\r
+looks pretty good & tests pass. one problem though, rest are nits:\r
+\r
+\r
+;; This buffer is for notes you don't want to save, and for Lisp evaluation.\r
+;; If you want to create a file, visit that file with C-x C-f,\r
+;; then enter the text in that file's own buffer.\r
+\r
+\r
+*** in id:1462665889-17121-2-git-send-email-david@tethera.net\r
+\r
++ -DHAVE_XAPIAN_FIELD_PROCESSOR=\$(HAVE_XAPIAN_PROCESSOR) \\\r
+\r
+build gives compile /warning/ there, unfortunately this is not fatal and\r
+therefore can go unnoticed. -Wundef would do the same, complain about\r
+undefined macro but would not be fatal.\r
+\r
+then, some more nits:\r
+\r
+\r
+*** id:1462665889-17121-4-git-send-email-david@tethera.net\r
+\r
++_notmuch_config_list_options () {\r
+\r
+\r
+*** id:1462665889-17121-8-git-send-email-david@tethera.net\r
+\r
++typedef enum dump_includes {\r
++ DUMP_INCLUDE_TAGS=1,\r
++ DUMP_INCLUDE_CONFIG=2,\r
++} dump_include_t;\r
+\r
+print_dump_header () has some empty lines before closing '}'\r
+\r
+\r
+*** id:1462665889-17121-9-git-send-email-david@tethera.net\r
+\r
++process_config_line(notmuch_database_t *notmuch, const char* line){\r
+\r
++ val_p = strtok_len_c(key_p+key_len, delim, &val_len); \r
+\r
+\r
+\r
++ int include=0;\r
+\r
+\r
+*** id:1462665889-17121-12-git-send-email-david@tethera.net\r
+\r
++/* query-fp.cc - "query:" field processor glue glue\r
+\r
+\r
+id:1462665889-17121-13-git-send-email-david@tethera.net\r
+\r
++_notmuch_config_list_built_with () {\r
+\r