X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=3a11dc87d6b21bed342cabfb1c2eb6cc526155ae;hb=bd0c56b2bdb10aa88b41ec9460f9e67a90d63c12;hp=1cbca9f03821069b94469434e75454e624f13528;hpb=44bff5ce8cbf24cd0f955e0cb9bf7e03eb6c635c;p=notmuch diff --git a/NEWS b/NEWS index 1cbca9f0..3a11dc87 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,5 @@ - -Notmuch 0.17 (UNRELEASED) -========================= +Notmuch 0.17~rc1 (2013-11-20) +============================= Command-Line Interface ---------------------- @@ -33,6 +32,38 @@ Improved `notmuch new` performance for unchanged folders Emacs Interface --------------- +`notmuch-tree` (formerly `notmuch-pick`) has been added to mainline + + `notmuch-tree` is a threaded message view for the emacs + interface. Each message is one line in the results and the thread + structure is shown using UTF-8 box drawing characters (similar to + Mutt's threaded view). It comes between search and show in terms of + amount of output and can be useful for viewing both single threads + and multiple threads. + + Using `notmuch-tree` + + The main key entries to notmuch tree are + + 'z' enter a query to view using notmuch tree (works in hello, + search, show and tree mode itself) + + 'Z' view the current query in tree notmuch tree (works from search + and show) + + Once in tree mode, keybindings are mostly in line with the rest of + notmuch and are all viewable with '?' as usual. + + Customising `notmuch-tree` + + `notmuch-tree` has several customisation variables. The most + significant is the first notmuch-tree-show-out which determines the + behaviour when selecting a message (with RET) in tree view. By + default tree view uses a split window showing the single message in + the bottom pane. However, if this option is set then it views the + whole thread in the complete window jumping to the selected message + in the thread. In either case command-prefix selects the other option. + Tagging threads in search is now race-free Previously, adding or removing a tag from a thread in a search @@ -59,6 +90,12 @@ Built-in help improvements `notmuch-help` (usually bound to "?"). The bindings listed by `notmuch-help` also now include descriptions of prefixed commands. +Quote replies as they are displayed in show view + + We now render the parts for reply quoting the same way they are + rendered for show. At this time, the notable change is that replies + to text/calendar are now pretty instead of raw vcalendar. + Fixed inconsistent use of configured search order All ways of interactively invoking search now honor the value of @@ -78,6 +115,13 @@ The `notmuch-tag` function now requires a list of tag changes changes or a space-separated string of tag changes. The latter is no longer supported and the function now returns nothing. +Fixed `notmuch-mua-reply` point placement when signature involved + + By restricting cursor movement to body section for cursor placement + after signature is inserted, the cursor cannot "leak" to header + section anymore. Now inserted citation content will definitely go to + the body part of the message. + Notmuch 0.16 (2013-08-03) =========================