"snoozing" with notmuch?
[notmuch-archives.git] / 1e / c66229a3fb649346cbc81b294056eb664240b8
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 1E91A429E26\r
6         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 16:59:37 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id pimPYSWARKVy for <notmuch@notmuchmail.org>;\r
16         Fri, 13 Jan 2012 16:59:36 -0800 (PST)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 1A5A0431FB6\r
21         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 16:59:36 -0800 (PST)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034076032.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.76.32]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id q0E0xVOX012700\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Fri, 13 Jan 2012 20:59:34 -0400\r
28 Received: from bremner by zancas.localnet with local (Exim 4.77)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1Rlrxz-00087Y-Kl; Fri, 13 Jan 2012 20:59:31 -0400\r
31 From: David Bremner <david@tethera.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: notmuch release 0.11 now available\r
34 User-Agent: Notmuch/0.11 (http://notmuchmail.org) Emacs/23.3.1\r
35         (x86_64-pc-linux-gnu)\r
36 Date: Fri, 13 Jan 2012 20:59:30 -0400\r
37 Message-ID: <87vcofjdzh.fsf@zancas.localnet>\r
38 MIME-Version: 1.0\r
39 Content-Type: multipart/signed; boundary="=-=-=";\r
40         micalg=pgp-sha1; protocol="application/pgp-signature"\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Sat, 14 Jan 2012 00:59:37 -0000\r
54 \r
55 --=-=-=\r
56 \r
57 \r
58 Where to obtain notmuch 0.11\r
59 ===========================\r
60   http://notmuchmail.org/releases/notmuch-0.11.tar.gz\r
61 \r
62 Which can be verified with:\r
63 \r
64   http://notmuchmail.org/releases/notmuch-0.11.tar.gz.sha1\r
65   11eb1d967af089ed36f6816f61ebae308bc19339  notmuch-0.11.tar.gz\r
66 \r
67   http://notmuchmail.org/releases/notmuch-0.11.tar.gz.sha1.asc\r
68   (signed by David Bremner)\r
69 \r
70 What's new in notmuch 0.11\r
71 =========================\r
72 \r
73 Command-Line Interface\r
74 ----------------------\r
75 \r
76 Hooks\r
77 \r
78   Hooks have been introduced to notmuch. Hooks are scripts that notmuch\r
79   invokes before and after certain actions. Initially, "notmuch new"\r
80   supports "pre-new" and "post-new" hooks that are run before and after\r
81   importing new messages into the database.\r
82 \r
83 notmuch reply --decrypt bugfix\r
84 \r
85   The "notmuch reply" command with --decrypt argument had a rarely\r
86   occurring bug that caused an encrypted message not to be decrypted\r
87   sometimes. This is now fixed.\r
88 \r
89 Performance\r
90 -----------\r
91 \r
92 Automatic tag query optimization\r
93 \r
94   "notmuch tag" now automatically optimizes the user's query to\r
95   exclude messages whose tags won't change.  In the past, we've\r
96   suggested that people do this by hand; this is no longer necessary.\r
97 \r
98 Don't sort messages when creating a dump file\r
99 \r
100   This speeds up tag dumps considerably, without any loss of\r
101   information. To replicate the old behavior of sorted output (for\r
102   example to compare two dump files), one can use e.g. sort(1).\r
103 \r
104 Memory Management\r
105 -----------------\r
106 \r
107 Reduction of memory leaks\r
108 \r
109   Two memory leaks when searching and showing messages were identified\r
110   and fixed in this release.\r
111 \r
112 Emacs Interface\r
113 ---------------\r
114 \r
115 Bug fixes\r
116 \r
117   notmuch-show-advance (bound to the spacebar in notmuch-show-mode) had\r
118   a bug that caused it to always jump to the next message, even if it\r
119   should have scrolled down to show more of the current message instead.\r
120   This is now fixed.\r
121 \r
122 Support "notmuch new" as a notmuch-poll-script\r
123 \r
124   It's now possible to use "notmuch new" as a notmuch-poll-script\r
125   directly. This is also the new default. This allows taking better\r
126   advantage of the "notmuch new" hooks from emacs without intermediate\r
127   scripts.\r
128 \r
129 Improvements in saved search management\r
130 \r
131   New saved searches are now appended to the list of saved searches,\r
132   not inserted in front. It's also possible to define a sort function\r
133   for displaying saved searches; alphabetical sort is provided.\r
134 \r
135 Hooks for notmuch-hello\r
136 \r
137   Two new hooks have been added: "notmuch-hello-mode-hook" (called after\r
138   entering notmuch-hello-mode) and "notmuch-hello-refresh-hook" (called\r
139   after updating a notmuch-hello buffer).\r
140 \r
141 New face for crypto parts headers\r
142 \r
143   Crypto parts used to be displayed with a hardcoded color. A new face\r
144   has been introduced to fix this: notmuch-crypto-part-header. It\r
145   defaults to the same value as before, but can be customized to match\r
146   other color themes.\r
147 \r
148 Use space as default thousands separator\r
149 \r
150   Large numbers in notmuch-hello are now displayed using a space as\r
151   thousands separator (e.g. "123 456" instead of "123,456"). This can be\r
152   changed by customizing "notmuch-hello-thousands-separator".\r
153 \r
154 Call notmuch-show instead of notmuch-search when clicking on\r
155 buttonized id: links.\r
156 \r
157 New function notmuch-show-advance\r
158 \r
159   This new function advances through just the current thread, and is\r
160   less invasive than notmuch-show-advance-and-archive.  It can easily\r
161   be bound to SPC with:\r
162 \r
163   (define-key notmuch-show-mode-map " " 'notmuch-show-advance)\r
164 \r
165 Various performance improvements.\r
166 \r
167 New add-on tool\r
168 ---------------\r
169 \r
170 The tool contrib/notmuch-deliver helps with initial delivery and\r
171 tagging of mail (replacing running notmuch new).\r
172 \r
173 \r
174 What is notmuch\r
175 ===============\r
176 Notmuch is a system for indexing, searching, reading, and tagging\r
177 large collections of email messages in maildir or mh format. It uses\r
178 the Xapian library to provide fast, full-text search with a convenient\r
179 search syntax.\r
180 \r
181 For more about notmuch, see http://notmuchmail.org\r
182 \r
183 \r
184 --=-=-=\r
185 Content-Type: application/pgp-signature\r
186 \r
187 -----BEGIN PGP SIGNATURE-----\r
188 Version: GnuPG v1.4.11 (GNU/Linux)\r
189 \r
190 iJwEAQECAAYFAk8Q03MACgkQTiiN/0Um85nq2AP9EeBF2A4igHFwLtAHRxrVWLnU\r
191 nyi4K8S6p7ss2WjV0Bo191Aenchzf0JwJ1VAh888Qbe5YJ7JGupDsXwYHhWmoVjR\r
192 dVW4BLKxxLxMFspk195KA2tEakCE0nN5+50Bl6AJeR3viYysHrfZdwYszBwwuZMI\r
193 5Fwc9pFcrjXBkqedyQA=\r
194 =x+3x\r
195 -----END PGP SIGNATURE-----\r
196 --=-=-=--\r