Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 8b / 15fb7abecbde9f6c04ddad4c843b2723420cc7
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 049566DE19CE\r
6  for <notmuch@notmuchmail.org>; Sat, 17 Oct 2015 13:45:22 -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.108\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.108 tagged_above=-999 required=5 tests=[AWL=0.098, \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 4K1Jtw8QzKPw for <notmuch@notmuchmail.org>;\r
16  Sat, 17 Oct 2015 13:45:20 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 45DF26DE19E8\r
19  for <notmuch@notmuchmail.org>; Sat, 17 Oct 2015 13:45:20 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <bremner@tesseract.cs.unb.ca>)\r
22  id 1ZnYLG-0006uo-Gc; Sat, 17 Oct 2015 20:44:38 +0000\r
23 Received: (nullmailer pid 25679 invoked by uid 1000); Sat, 17 Oct 2015\r
24  20:43:04 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: [PATCH 1/8] NEWS: news for initial revision tracking support (0.21)\r
28 Date: Sat, 17 Oct 2015 17:42:46 -0300\r
29 Message-Id: <1445114573-25561-2-git-send-email-david@tethera.net>\r
30 X-Mailer: git-send-email 2.5.3\r
31 In-Reply-To: <1445114573-25561-1-git-send-email-david@tethera.net>\r
32 References: <1445114573-25561-1-git-send-email-david@tethera.net>\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: Sat, 17 Oct 2015 20:45:22 -0000\r
46 \r
47 ---\r
48  NEWS | 31 +++++++++++++++++++++++++++++++\r
49  1 file changed, 31 insertions(+)\r
50 \r
51 diff --git a/NEWS b/NEWS\r
52 index 3593ded..019da55 100644\r
53 --- a/NEWS\r
54 +++ b/NEWS\r
55 @@ -7,6 +7,31 @@ General\r
56  Notmuch now requires gmime >= 2.6.7. The gmime 2.4 series is no longer\r
57  supported.\r
58  \r
59 +Database revision tracking: `lastmod:` queries\r
60 +\r
61 +  Each message now has a metadata revision number that increases with\r
62 +  every tagging operation. See the discussion of `lastmod:` in\r
63 +  `notmuch-search-terms(7)` for more information.\r
64 +\r
65 +Notmuch database upgrade to support `lastmod:` queries\r
66 +\r
67 +  The above mentioned `lastmod:` prefix. This will be done\r
68 +  automatically, without prompting on the next time `notmuch new` is\r
69 +  run after the upgrade. The upgrade is not reversible, and the\r
70 +  upgraded database will not be readable by older versions of\r
71 +  Notmuch. As a safeguard, a database dump will be created in the\r
72 +  `.notmuch` directory before upgrading.\r
73 +\r
74 +Command Line Interface\r
75 +----------------------\r
76 +\r
77 +Database revision tracking\r
78 +\r
79 +  Two new options were added to support revision tracking. A global\r
80 +  option "--uuid" (`notmuch(1)`) was added for to detect counter\r
81 +  rollover and reinitialization, and `notmuch-count(1)` gained a\r
82 +  `--lastmod` option to query database revision tracking data.\r
83 +\r
84  Emacs Interface\r
85  ---------------\r
86  \r
87 @@ -27,6 +52,12 @@ Library\r
88  The use of absolute paths is now enforced when calling\r
89  `notmuch_database_{open, create}`.\r
90  \r
91 +Database revision tracking\r
92 +\r
93 +  Revision tracking is supported via a new prefix "lastmod:" in the\r
94 +  query parser and the new function\r
95 +  `notmuch_database_get_revision`. For the latter, see `notmuch(3)`.\r
96 +\r
97  Notmuch 0.20.2 (2015-06-27)\r
98  ===========================\r
99  \r
100 -- \r
101 2.5.3\r
102 \r