--- /dev/null
+Return-Path: <bremner@tesseract.cs.unb.ca>\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 193D96DE1B66\r
+ for <notmuch@notmuchmail.org>; Sun, 5 Apr 2015 16:00:02 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.596\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.596 tagged_above=-999 required=5 tests=[AWL=0.586, \r
+ T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] 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 EtMrWxzcHm0f for <notmuch@notmuchmail.org>;\r
+ Sun, 5 Apr 2015 16:00:00 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 040136DE1B64\r
+ for <notmuch@notmuchmail.org>; Sun, 5 Apr 2015 15:59:59 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
+ id 1YetW2-0002nS-FT\r
+ for notmuch@notmuchmail.org; Sun, 05 Apr 2015 22:59:42 +0000\r
+Received: (nullmailer pid 2234 invoked by uid 1000); Sun, 05 Apr 2015\r
+ 22:59:24 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: Revision tracking, round 2\r
+Date: Mon, 6 Apr 2015 07:59:02 +0900\r
+Message-Id: <1428274754-1698-1-git-send-email-david@tethera.net>\r
+X-Mailer: git-send-email 2.1.4\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 05 Apr 2015 23:00:02 -0000\r
+\r
+There is lots to tidy up here, but the series has balooned to 12 patches since since Austin posted\r
+\r
+ id:1413181203-1676-1-git-send-email-aclements@csail.mit.edu\r
+\r
+So I figure I better post it to get some feedback.\r
+\r
+These are unmodified from Austin's post\r
+ [WIP2 01/12] lib: Only sync modified message documents\r
+ [WIP2 02/12] lib: Add per-message last modification tracking\r
+ [WIP2 07/12] lib: Add "lastmod:" queries for filtering by last\r
+ \r
+This has two small bug fixes, a typo and an extra * removed.\r
+ [WIP2 03/12] lib: API to retrieve database revision and UUID\r
+\r
+Together, the next 5 patches implement output format 3\r
+ [WIP2 04/12] cli: add type introspection to sprinter type\r
+ [WIP2 05/12] cli: add two sprinter utility functions\r
+ [WIP2 06/12] cli/show: add extra element to structured output for\r
+ [WIP2 08/12] cli/show: add lastmod to structured output\r
+ [WIP2 09/12] cli/search: add metadata element to structured output\r
+\r
+These two do a trivial convesion of parts of the emacs interface to use the new format:\r
+ [WIP2 10/12] emacs: convert notmuch-search to format-version 3\r
+ [WIP2 11/12] emacs: convert notmuch-tree to format-version 3\r
+\r
+Finally, add db-revision argument. I'm not sure about the name, but I\r
+went with what Austin had written. This patch should probably be earlier in the sequence \r
+\r
+ [WIP2 12/12] cli: add global option "--db-revision"\r