mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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
This commit is contained in:
parent
32becfa37a
commit
429ec8666e
1 changed files with 26 additions and 0 deletions
26
NEWS
26
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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in a new issue