]> git.notmuchmail.org Git - notmuch/blob - NEWS
05ffaca9342e5c352d2403dafbbf8028493adfa0
[notmuch] / NEWS
1 Auto-tagging replied messages
2
3   Add functionality for auto-tagging messages when they are replied
4   to. The tags (which can be either added or removed) can be
5   customized with the customization variable
6   `notmuch-message-replied-tags': a list of strings. Any string
7   prefaced with a "-" will be removed; any string prefaced with a "+"
8   (or neither "+" nor "-") will be added. The default is for all
9   replied messages to be marked "replied"
10
11
12 Notmuch 0.3 (2010-04-27)
13 ========================
14 New command-line features
15 -------------------------
16 User-configurable tags for new messages
17
18   A new "new.tags" option is available in the configuration file to
19   determine which tags are applied to new messages. Run "notmuch
20   setup" to generate new documentation within ~/.notmuch-config on how
21   to specify this value.
22
23 Threads search results named based on subjects that match search
24
25   This means that when new mails arrived to a thread you've previously
26   read, and the new mails have a new subject, you will see that
27   subject in the search results rather than the old subject.
28
29 Faster operation of "notmuch tag" (avoid unneeded sorting)
30
31   Since the user just wants to tag all matching messages, we can make
32   things perform a bit faster by avoiding the sort.
33
34 Even Better guessing of From: header for "notmuch reply"
35
36   Notmuch now looks at a number of headers when trying to figure out
37   the best From: header to use in a reply. This is helpful if you have
38   several configured email addresses, and you also subscribe to various
39   mailing lists with different addresses, (so that mails you are
40   replying to won't always include your subscribed address in the To:
41   header).
42
43 Indication of author names that match a search
44
45   When notmuch displays threads as the result of a search, it now
46   lists the authors that match the search before listing the other
47   authors in the thread. It inserts a pipe '|' symbol between the last
48   matching and first non-matching author. This is especially useful in
49   a search that includes tag:unread. Now the authors of the unread
50   messages in the thread are listed first.
51
52 New: Python bindings
53 --------------------
54 Sebastian Spaeth has contributed his python bindings for the notmuch
55 library to the central repository. These bindings were previously
56 known as "cnotmuch" within python but have now been renamed to be
57 accessible with a simple, and more official-looking "import notmuch".
58
59 The bindings have already proven very useful as people proficient in
60 python have been able to easily develop programs to do notmuch-based
61 searches for email-address completion, maildir-flag synchronization,
62 and other tasks.
63
64 These bindings are available within the bindings/python directory, but
65 are not yet integrated into the top-level Makefiles, nor the top-level
66 package-building scripts. Improvements are welcome.
67
68 Emacs interface improvements
69 ----------------------------
70 An entirely new initial view for notmuch, (friendly yet powerful)
71
72   Some of us call the new view "notmuch hello" but you can get at it
73   by simply calling "emacs -f notmuch". The new view provides a search
74   bar where new searches can be performed. It also displays a list of
75   recent searches, along with a button to save any of these, giving it
76   a new name as a "saved search". Many people find these "saved
77   searches" one of the most convenient ways of organizing their mail,
78   (providing all of the features of "folders" in other mail clients,
79   but without any of the disadvantages).
80
81   Finally, this view can also optionally display all of the tags that
82   exist in the database, along with a count for each tag, and a custom
83   search of messages with that tag that's simply a click (or keypress)
84   away.
85
86   Note: For users that liked the original mode of "emacs -f notmuch"
87         immediately displaying a particular search result, we
88         recommend instead running something like:
89
90                 emacs --eval '(notmuch search "tag:inbox" t)'
91
92         The "t" means to sort the messages in an "oldest first" order,
93         (as notmuch would do previously by default). You can also
94         leave that off to have your search results in "newest first"
95         order.
96
97 Full-featured "customize" support for configuring notmuch
98
99   Notmuch now plugs in well to the emacs "customize" mode to make it
100   much simpler to find things about the notmuch interface that can be
101   tweaked by the user.
102
103   You can get to this mode by starting at the main "Customize" menu in
104   emacs, then browsing through "Applications", "Mail", and
105   "Notmuch". Or you can go straight to "M-x customize-group"
106   "notmuch".
107
108   Once you're at the customize screen, you'll see a list of documented
109   options that can be manipulated along with checkboxes, drop-down
110   selectors, and text-entry boxes for configuring the various
111   settings.
112
113 Support for doing tab-completion of email addresses
114
115   This support currently relies on an external program,
116   (notmuch-addresses), that is not yet shipped with notmuch
117   itself. But multiple, suitable implementations of this program have
118   already been written that generate address completions by doing
119   notmuch searches of your email collection. For example, providing
120   first those addresses that you have composed messages to in the
121   past, etc.
122
123   One such program (implemented in python with the python bindings to
124   notmuch) is available via:
125
126         git clone  http://jkr.acm.jhu.edu/git/notmuch_addresses.git
127
128   Install that program as notmuch-addresses on your PATH, and then
129   hitting TAB on a partial email address or name within the To: or Cc:
130   line of an email message will provide matching completions.
131
132 Support for file-based (Fcc) delivery of sent messages to mail store
133
134   This isn't yet enabled by default. To enable this, one will have to
135   set the "Notmuch Fcc Dirs" setting within the notmuch customize
136   screen, (see its documentation there for details). We anticipate
137   making this automatic in a future release.
138
139 New 'G' key binding to trigger mail refresh (G == "Get new mail")
140
141   The 'G' key works wherever '=' works. Before refreshing the screen
142   it calls an external program that can be used to poll email servers,
143   run notmuch new and setup specific tags for the new emails. The
144   script to be called should be configured with the "Notmuch Poll
145   Script" setting in the customize interface. This script will
146   typically invoke "notmuch new" and then perhaps several "notmuch
147   tag" commands.
148
149 Implement emacs message display with the JSON output from notmuch.
150
151   This is much more robust than the previous implementation, (where
152   some HTML mails and mail quoting the notmuch code with the delimiter
153   characters in it would cause the parser to fall over).
154
155 Better handling of HTML messages and MIME attachments (inline images!)
156
157   Allow for any MIME parts that emacs can display to be displayed
158   inline. This includes inline viewing of image attachments, (provided
159   the window is large enough to fit the image at its natural size).
160
161   Much more robust handling of HTML messages. Currently both text/plan
162   and text/html alternates will be rendered next to each other. In a
163   future release, users will be able to decide to see only one or the
164   other representation.
165
166   Each attachment now has its own button so that attachments can be
167   saved individually (the 'w' key is still available to save all
168   attachments).
169
170 Customizable support for tidying of text/plain message content
171
172   Many new functions are available for tidying up message
173   content. These include options such as wrapping long lines,
174   compressing duplicate blank lines, etc.
175
176   Most of these are disabled by default, but can easily be enabled by
177   clicking the available check boxes under the "Notmuch Show Insert
178   Text/Plain Hook" within the notmuch customize screen.
179
180 New support for searchable citations (even when hidden)
181
182   When portions of overly-long citations are hidden, the contents of
183   these citations will still be available for emacs' standard
184   "incremental search" functions. When the search matches any portion
185   of a hidden citation, the citation will become visible temporarily
186   to display the search result.
187
188 More flexible handling of header visibility
189
190   As an answer to complaints from many users, the To, Cc, and Date
191   headers of messages are no longer hidden by default. For those users
192   that liked that these were hidden, a new "Notmuch Messages Headers
193   Visible" option in the customize interface can be set to nil. The
194   visibility of headers can still be toggled on a per-message basis
195   with the 'h' keybinding.
196
197   For users that don't want to see some subset of those headers, the
198   new "Notmuch Message Headers" variable can be customized to list
199   only those headers that should be present in the display of a message.
200
201 The Return key now toggles message visibility anywhere
202
203   Previously this worked only on the first summary-line of a message.
204
205 Customizable formatting of search results
206
207   The user can easily customize the order, width, and formatting of
208   the various fields in a "notmuch search" buffer. See the "Notmuch
209   Search Result Format" section of the customize interface.
210
211 Generate nicer names for search buffers when using a saved search.
212
213 Add a notmuch User-Agent header when sending mail from notmuch/emacs.
214
215 New keybinding (M-Ret) to open all collapsed messages in a thread.
216
217 New library feature
218 -------------------
219 Provide a new NOTMUCH_SORT_UNSORTED value for queries
220
221   This can be somewhat faster when sorting simply isn't desired. For
222   example when collecting a set of messages that will all be
223   manipulated identically, (adding a tag, removing a tag, deleting the
224   messages), then there's no advantage to sorting the messages by
225   date.
226
227 Build fixes
228 -----------
229 Fix to compile against GMime 2.6
230
231   Previously notmuch insisted on being able to find GMime 2.4, (even
232   though GMime 2.6 would have worked all along).
233
234 Fix configure script to accept (and ignore) various standard options.
235
236   For example, those that the gentoo build scripts expect configure to
237   accept are now all accepted.
238
239 Test suite
240 ----------
241 A large number of new tests for the many new features.
242
243 Better display of output from failed tests.
244
245   Now shows failures with diff rather than forcing the user to gaze at
246   complete actual and expected output looking for deviation.
247
248 Notmuch 0.2 (2010-04-16)
249 ========================
250 This is the second release of the notmuch mail system, with actual
251 detailed release notes this time!
252
253 This release consists of a number of minor new features that make
254 notmuch more pleasant to use, and a few fairly major bug fixes.
255
256 We didn't quite hit our release target of "about a week" from the 0.1
257 release, (0.2 is happening 11 days after 0.1), but we hope to do
258 better for next week. Look forward to some major features coming to
259 notmuch in subsequent releases.
260
261 -Carl
262
263 General features
264 ----------------
265 Better guessing of From: header.
266
267   Notmuch now tries harder to guess which configured address should be
268   used as the From: line in a "notmuch reply". It will examine the
269   Received: headers if it fails to find any configured address in To:
270   or Cc:. This allows it to often choose the correct address even when
271   replying to a message sent to a mailing list, and not directly to a
272   configured address.
273
274 Make "notmuch count" with no arguments count all messages
275
276   Previously, it was hard to construct a search term that was
277   guaranteed to match all messages.
278
279 Provide a new special-case search term of "*" to match all messages.
280
281   This can be used in any command accepting a search term, such as
282   "notmuch search '*'". Note that you'll want to take care that the
283   shell doesn't expand * against the current files. And note that the
284   support for "*" is a special case. It's only meaningful as a single
285   search term and loses its special meaning when combined with any
286   other search terms.
287
288 Automatically detect thread connections even when a parent message is
289 missing.
290
291   Previously, if two or more message were received with a common
292   parent, but that parent was not received, then these messages would
293   not be recognized as belonging to the same thread. This is now fixed
294   so that such messages are properly connected in a thread.
295
296 General bug fixes
297 -----------------
298 Fix potential data loss in "notmuch new" with SIGINT
299
300   One code path in "notmuch new" was not properly handling
301   SIGINT. Previously, this could lead to messages being removed from
302   the database (and their tags being lost) if the user pressed
303   Control-C while "notmuch new" was working.
304
305 Fix segfault when a message includes a MIME part that is empty.
306
307 Fix handling of non-ASCII characters with --format=json
308
309   Previously, characters outside the range of 7-bit ASCII were
310   silently dropped from the JSON output. This led to corrupted display
311   of utf-8 content in the upcoming notmuch web-based frontends.
312
313 Fix headers to be properly decoded in "notmuch reply"
314
315   Previously, the user might see:
316
317         Subject: Re: =?iso-8859-2?q?Rozlu=E8ka?=
318
319   rather than:
320
321         Subject: Re: Rozlučka
322
323   The former text is properly encoded to be RFC-compliant SMTP, will
324   be sent correctly, and will be properly decoded by the
325   recipient. But the user trying to edit the reply would likely be
326   unable to read or edit that field in its encoded form.
327
328 Emacs client features
329 ---------------------
330 Show the last few lines of citations as well as the first few lines.
331
332   It's often the case that the last sentence of a citation is what is
333   being replied to directly, so the last few lines are often much more
334   important. The number of lines shown at the beginning and end of any
335   citation can be configured, (notmuch-show-citation-lines-prefix and
336   notmuch-show-citation-lines-suffix).
337
338 The '+' and '-' commands in the search view can now add and remove
339 tags by region.
340
341   Selective bulk tagging is now possible by selecting a region of
342   threads and then using either the '+' or '-' keybindings. Bulk
343   tagging is still available for all threads matching the current
344   search with th '*' binding.
345
346 More meaningful buffer names for thread-view buffers.
347
348   Notmuch now uses the Subject of the thread as the buffer
349   name. Previously it was using the thread ID, which is a meaningless
350   number to the user.
351
352 Provide for customized colors of threads in search view based on tags.
353
354   See the documentation of notmuch-search-line-faces, (or us "M-x
355   customize" and browse to the "notmuch" group within "Applications"
356   and "Mail"), for details on how to configure this colorization.
357
358 Build-system features
359 ---------------------
360 Add support to properly build libnotmuch on Darwin systems (OS X).
361
362 Add support to configure for many standard options.
363
364   We include actual support for:
365
366         --includedir --mandir --sysconfdir
367
368   And accept and silently ignore several more:
369
370         --build --infodir --libexecdir --localstatedir
371         --disable-maintainer-mode --disable-dependency-tracking
372
373 Install emacs client in "make install" rather than requiring a
374 separate "make install-emacs".
375
376 Automatically compute versions numbers between releases.
377
378   This support uses the git-describe notation, so a version such as
379   0.1-144-g43cbbfc indicates a version that is 144 commits since the
380   0.1 release and is available as git commit "43cbbfc".
381
382 Add a new "make test" target to run the test suite and actually verify
383 its results.
384
385 Notmuch 0.1 (2010-04-05)
386 ========================
387 This is the first release of the notmuch mail system.
388
389 It includes the libnotmuch library, the notmuch command-line
390 interface, and an emacs-based interface to notmuch.
391
392 Note: Notmuch will work best with Xapian 1.0.18 (or later) or Xapian
393 1.1.4 (or later). Previous versions of Xapian (whether 1.0 or 1.1) had
394 a performance bug that made notmuch very slow when modifying
395 tags. This would cause distracting pauses when reading mail while
396 notmuch would wait for Xapian when removing the "inbox" and "unread"
397 tags from messages in a thread.