NEWS: emacs: notmuch-poll-script and saved search news items

This commit is contained in:
Jani Nikula 2011-12-26 16:38:59 +02:00 committed by David Bremner
parent c616ada489
commit dddbb9c4a8

16
NEWS
View file

@ -11,6 +11,22 @@ Hooks
supports "pre-new" and "post-new" hooks that are run before and after
importing new messages into the database.
New emacs UI features
---------------------
Support "notmuch new" as a notmuch-poll-script
It's now possible to use "notmuch new" as a notmuch-poll-script
directly. This is also the new default. This allows taking better
advantage of the "notmuch new" hooks from emacs without intermediate
scripts.
Improvements in saved search management
New saved searches are now appended to the list of saved searches,
not inserted in front. It's also possible to define a sort function
for displaying saved searches; alphabetical sort is provided.
Performance
-----------