]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: emacs: notmuch-poll-script and saved search news items
authorJani Nikula <jani@nikula.org>
Mon, 26 Dec 2011 14:38:59 +0000 (16:38 +0200)
committerDavid Bremner <bremner@debian.org>
Mon, 26 Dec 2011 19:50:51 +0000 (15:50 -0400)
NEWS

diff --git a/NEWS b/NEWS
index eaed960c18ef4865b9342e4fdbdacda77a1e5ee2..0d882582d29322422dbd6456f514d7ebba900c69 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
 -----------