diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2015-10-21 19:40:41 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-22 07:44:13 -0300 |
| commit | 429ec8666ec3e87f68dde879eea9f865b68275fe (patch) | |
| tree | 37474a77b10955f024a9510d7f0e1164a7039e74 | |
| parent | 32becfa37a460512ff6048726255e945cf9289ea (diff) | |
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
| -rw-r--r-- | NEWS | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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 ------- |
