aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2011-12-26 16:38:59 +0200
committerGravatar David Bremner <bremner@debian.org>2011-12-26 15:50:51 -0400
commitdddbb9c4a84c4be348df941c4962c2edd281b4de (patch)
tree313442217470392d077436b04ebc0ccf3d60b7df /NEWS
parentc616ada48934ae2452baa5d44f8d7eb7194592f4 (diff)
NEWS: emacs: notmuch-poll-script and saved search news items
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eaed960c..0d882582 100644
--- 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
-----------