]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS for minor emacs updates
authorMark Walters <markwalters1009@gmail.com>
Wed, 21 Oct 2015 18:40:41 +0000 (19:40 +0100)
committerDavid Bremner <david@tethera.net>
Thu, 22 Oct 2015 10:44:13 +0000 (07:44 -0300)
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

NEWS

diff --git a/NEWS b/NEWS
index 8aa41dbe0a78f7b145e6dfe23d42815d94a20433..de4e3d9a84db90f1aa0dd34eab0a1190e05c7b8b 100644 (file)
--- 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.
 
   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
 -------
 
 Library
 -------