Re: Hi all
[notmuch-archives.git] / f2 / 8eeb418cc694f4a6306e79e08770e43239ff4d
1 Return-Path: <bremner@tesseract.cs.unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 193D96DE1B66\r
6  for <notmuch@notmuchmail.org>; Sun,  5 Apr 2015 16:00:02 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.596\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.596 tagged_above=-999 required=5 tests=[AWL=0.586, \r
12  T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id EtMrWxzcHm0f for <notmuch@notmuchmail.org>;\r
16  Sun,  5 Apr 2015 16:00:00 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 040136DE1B64\r
20  for <notmuch@notmuchmail.org>; Sun,  5 Apr 2015 15:59:59 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <bremner@tesseract.cs.unb.ca>)\r
23  id 1YetW2-0002nS-FT\r
24  for notmuch@notmuchmail.org; Sun, 05 Apr 2015 22:59:42 +0000\r
25 Received: (nullmailer pid 2234 invoked by uid 1000); Sun, 05 Apr 2015\r
26  22:59:24 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: Revision tracking, round 2\r
30 Date: Mon,  6 Apr 2015 07:59:02 +0900\r
31 Message-Id: <1428274754-1698-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 2.1.4\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.18\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37  <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Sun, 05 Apr 2015 23:00:02 -0000\r
46 \r
47 There is lots to tidy up here, but the series has balooned to 12 patches since since Austin posted\r
48 \r
49       id:1413181203-1676-1-git-send-email-aclements@csail.mit.edu\r
50 \r
51 So I figure I better post it to get some feedback.\r
52 \r
53 These are unmodified from Austin's post\r
54  [WIP2 01/12] lib: Only sync modified message documents\r
55  [WIP2 02/12] lib: Add per-message last modification tracking\r
56  [WIP2 07/12] lib: Add "lastmod:" queries for filtering by last\r
57  \r
58 This has two small bug fixes, a typo and an extra * removed.\r
59  [WIP2 03/12] lib: API to retrieve database revision and UUID\r
60 \r
61 Together, the next 5  patches implement output format 3\r
62  [WIP2 04/12] cli: add type introspection to sprinter type\r
63  [WIP2 05/12] cli: add two sprinter utility functions\r
64  [WIP2 06/12] cli/show: add extra element to structured output for\r
65  [WIP2 08/12] cli/show: add lastmod to structured output\r
66  [WIP2 09/12] cli/search: add  metadata element to structured output\r
67 \r
68 These two do a trivial convesion of parts of the emacs interface to use the new format:\r
69  [WIP2 10/12] emacs: convert notmuch-search to format-version 3\r
70  [WIP2 11/12] emacs: convert notmuch-tree to format-version 3\r
71 \r
72 Finally, add db-revision argument. I'm not sure about the name, but I\r
73 went with what Austin had written.  This patch should probably be earlier in the sequence \r
74 \r
75  [WIP2 12/12] cli: add global option "--db-revision"\r