summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Walters <markwalters1009@gmail.com>2020-09-05 18:44:45 +0100
committerDavid Bremner <david@tethera.net>2020-09-05 21:22:09 -0300
commitf43ea63953ce5b2ad9e08558d1462b3edc1ba6eb (patch)
tree3d7516d6f9b8345cfb90c2f845fde5947eacc8c4
parent81b390950903474ba9e4287947b247bf56d6c6bc (diff)
News: add entry for unthreaded mode
A belated NEWS entry for the new un-threaded mode introduced in Notmuch 0.30.
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index af903252..a04c0937 100644
--- 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
------------