diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2020-09-05 18:44:45 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-09-05 21:22:09 -0300 |
| commit | f43ea63953ce5b2ad9e08558d1462b3edc1ba6eb (patch) | |
| tree | 3d7516d6f9b8345cfb90c2f845fde5947eacc8c4 /NEWS | |
| parent | 81b390950903474ba9e4287947b247bf56d6c6bc (diff) | |
News: add entry for unthreaded mode
A belated NEWS entry for the new un-threaded mode introduced in Notmuch
0.30.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 ------------ |
