[PATCH] NEWS for minor emacs updates
Mark Walters
markwalters1009 at gmail.com
Wed Oct 21 11:40:41 PDT 2015
This adds NEWS items for
the new limit/filter function in notmuch-show,
the saved-search option for tree view,
the binding S to run the current tree-view search in notmuch-search,
the increase in max text part size
the bugfix for replying to encrypted messages from tree view
---
I think this all my NEWS for 0.21. I am not certain it all deserves a
NEWS item, so feel free to delete items.
Best wishes
Mark
NEWS | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/NEWS b/NEWS
index 8aa41db..de4e3d9 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,32 @@ New message composition mode: `notmuch-compose-mode`
This is mainly to fix fcc handling, but may be useful for user
customization as well.
+Bug fix for replying to encrypted messages in `notmuch-tree` mode
+
+Bind `l` in `notmuch-show` to limit or filter
+
+ Use this to narrow the search query in show buffers.
+
+Allow saved searched to specify tree view rather than search view
+
+ Applies to saved searches run from `notmuch-hello`, or by a keyboard
+ shortcut (`notmuch-jump`). Can be set in the customize interface, or
+ by adding :search-type tree to the appropriate saved search plist in
+ `notmuch-saved-searches`.
+
+Bind `S` in `notmuch-tree` to run the same search in `notmuch-search`
+
+ Analogous with `Z` in search view (which runs the current search in
+ tree view). It is particularly useful with saved searches that
+ specify tree view.
+
+Increase maximum size of rendered text parts
+
+ The variable `notmuch-show-max-text-part-size` controls the maximum
+ size (in bytes) which is automatically rendered. This may make
+ rendering large threads slower. To get the previous behaviour set
+ this variable to 10000.
+
Library
-------
--
2.1.4
More information about the notmuch
mailing list