From: Mark Walters Date: Wed, 21 Oct 2015 18:40:41 +0000 (+0100) Subject: NEWS for minor emacs updates X-Git-Tag: 0.21_rc3~2 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=429ec8666ec3e87f68dde879eea9f865b68275fe;hp=32becfa37a460512ff6048726255e945cf9289ea NEWS for minor emacs updates 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 --- diff --git a/NEWS b/NEWS index 8aa41dbe..de4e3d9a 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 -------