Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 48 / 6d53fb43248f6758a21ea854e553a3ac82cf22
1 Return-Path: <bremner@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 olra.theworths.org (Postfix) with ESMTP id D47F1431FB6\r
6         for <notmuch@notmuchmail.org>; Tue, 21 Aug 2012 02:57:15 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "To"\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: 0\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id mOOyQKtmYpgt for <notmuch@notmuchmail.org>;\r
17         Tue, 21 Aug 2012 02:57:14 -0700 (PDT)\r
18 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
19         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 34452431FAE\r
22         for <notmuch@notmuchmail.org>; Tue, 21 Aug 2012 02:57:14 -0700 (PDT)\r
23 Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.72)\r
24         (envelope-from <bremner@unb.ca>)\r
25         id 1T3lCz-0003Cv-F7; Tue, 21 Aug 2012 06:57:13 -0300\r
26 Received: (nullmailer pid 22128 invoked by uid 1000);\r
27         Tue, 21 Aug 2012 09:57:09 -0000\r
28 From: David Bremner <david@tethera.net>\r
29 To: Notmuch Mail <notmuch@notmuchmail.org>\r
30 To: notmuch@notmuchmail.org\r
31 Subject: notmuch release 0.14 now available\r
32 User-Agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/24.1.1\r
33         (x86_64-pc-linux-gnu)\r
34 Date: Tue, 21 Aug 2012 11:57:08 +0200\r
35 Message-ID: <87harwd0uj.fsf@maritornes.cs.unb.ca>\r
36 MIME-Version: 1.0\r
37 Content-Type: multipart/signed; boundary="=-=-=";\r
38         micalg=pgp-sha1; protocol="application/pgp-signature"\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 21 Aug 2012 09:57:16 -0000\r
52 \r
53 --=-=-=\r
54 Content-Type: text/plain\r
55 \r
56 \r
57 Where to obtain notmuch 0.14\r
58 ===========================\r
59   http://notmuchmail.org/releases/notmuch-0.14.tar.gz\r
60 \r
61 Which can be verified with:\r
62 \r
63   http://notmuchmail.org/releases/notmuch-0.14.tar.gz.sha1\r
64   ad1ef9c2d29cfb0faab7837968d11325dee404bd  notmuch-0.14.tar.gz\r
65 \r
66   http://notmuchmail.org/releases/notmuch-0.14.tar.gz.sha1.asc\r
67   (signed by David Bremner)\r
68 \r
69 What's new in notmuch 0.14\r
70 =========================\r
71 \r
72 General bug fixes\r
73 -----------------\r
74 \r
75 Maildir tag synchronization\r
76 \r
77   Maildir flag-to-tag synchronization now applies only to messages in\r
78   maildir-like directory structures.  Previously, it applied to any\r
79   message that had a maildir "info" part, which meant it could\r
80   incorrectly synchronize tags for non-maildir messages, while at the\r
81   same time failing to synchronize tags for newly received maildir\r
82   messages (typically causing new messages to not receive the "unread"\r
83   tag).\r
84 \r
85 Command-Line Interface\r
86 ----------------------\r
87 \r
88   The deprecated positional output file argument to `notmuch dump` has\r
89   been replaced with an `--output` option. The input file positional\r
90   argument to `notmuch restore` has been replaced with an `--input`\r
91   option for consistency with dump.  These changes simplify the syntax\r
92   of dump/restore options and make them more consistent with other\r
93   notmuch commands.\r
94 \r
95 Emacs Interface\r
96 ---------------\r
97 \r
98 Search results now get re-colored when tags are updated\r
99 \r
100 The formatting of tags in search results can now be customized\r
101 \r
102   Previously, attempting to change the format of tags in\r
103   `notmuch-search-result-format` would usually break tagging from\r
104   search-mode.  We no longer make assumptions about the format.\r
105 \r
106 Experimental support for multi-line search result formats\r
107 \r
108   It is now possible to embed newlines in\r
109   `notmuch-search-result-format` to make individual search results\r
110   span multiple lines.\r
111 \r
112 Next/previous in search and show now move by boundaries\r
113 \r
114   All "next" and "previous" commands in the search and show modes now\r
115   move to the next/previous result or message boundary.  This doesn't\r
116   change the behavior of "next", but "previous" commands will first\r
117   move to the beginning of the current result or message if point is\r
118   inside the result or message.\r
119 \r
120 Search now uses the JSON format internally\r
121 \r
122   This should address problems with unusual characters in authors and\r
123   subject lines that could confuse the old text-based search parser.\r
124 \r
125 The date shown in search results is no longer padded before applying\r
126 user-specified formatting\r
127 \r
128   Previously, the date in the search results was padded to fixed width\r
129   before being formatted with `notmuch-search-result-format`.  It is\r
130   no longer padded.  The default format has been updated, but if\r
131   you've customized this variable, you may have to change your date\r
132   format from `"%s "` to `"%12s "`.\r
133 \r
134 The thread-id for the `target-thread` argument for `notmuch-search` should\r
135 now be supplied without the "thread:" prefix.\r
136 \r
137 What is notmuch\r
138 ===============\r
139 Notmuch is a system for indexing, searching, reading, and tagging\r
140 large collections of email messages in maildir or mh format. It uses\r
141 the Xapian library to provide fast, full-text search with a convenient\r
142 search syntax.\r
143 \r
144 For more about notmuch, see http://notmuchmail.org\r
145 \r
146 \r
147 --=-=-=\r
148 Content-Type: application/pgp-signature\r
149 \r
150 -----BEGIN PGP SIGNATURE-----\r
151 Version: GnuPG v1.4.12 (GNU/Linux)\r
152 \r
153 iJwEAQECAAYFAlAzW3QACgkQTiiN/0Um85kbiQP9HAXTevaPkmJrSGd2UvYjUPbQ\r
154 j/o4c27SHcIK0EpE8h+ED9hakNYLBi/CYJlu230GjdVI7B4kmkJCslK9vAMmA6Ho\r
155 l3TY6wkrK9uzpyGwRWXLa5Uc9H/YtHaqYdApfZ1HjDAb+xWUVsNopfJdNs347mPe\r
156 6T8UsdRiZpdRrHQdD7I=\r
157 =48gV\r
158 -----END PGP SIGNATURE-----\r
159 --=-=-=--\r