]> git.notmuchmail.org Git - notmuch/commitdiff
News: add entry for unthreaded mode
authorMark Walters <markwalters1009@gmail.com>
Sat, 5 Sep 2020 17:44:45 +0000 (18:44 +0100)
committerDavid Bremner <david@tethera.net>
Sun, 6 Sep 2020 00:22:09 +0000 (21:22 -0300)
A belated NEWS entry for the new un-threaded mode introduced in Notmuch
0.30.

NEWS

diff --git a/NEWS b/NEWS
index af903252a4fd88c0876936ade253f06749623fcd..a04c09370da8c118bbf2b5d857e5571af10646eb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,25 @@ The minimum supported major version of GNU Emacs is now 25.1.
 
 Add support for moving between threads after notmuch-tree-from-search-thread.
 
+New `notmuch-unthreaded` mode (added in Notmuch 0.30)
+
+  Unthreaded view is a mode where each matching message is shown on a
+  separate line.
+
+  The main key entries to unthreaded view are
+
+  'u' enter a query to view in unthreaded mode (works in hello,
+      search, show and tree mode)
+
+  'U' view the current query in unthreaded mode (works from search,
+      show and tree)
+
+  Saved searches can also specify that they should open in unthreaded
+  view.
+
+  Currently it is not possible to specify the sort order: it will
+  always be newest first.
+
 Notmuch-Mutt
 ------------