aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Daniel Schoepe <daniel@schoepe.org>2011-11-16 18:53:13 +0100
committerGravatar David Bremner <bremner@debian.org>2011-11-16 14:10:30 -0400
commite93bf1f842d4d06b2468d1cdbd5e4e25877c7a44 (patch)
tree1fd8b450458f4c6629b18b0020e4323fd02794eb /NEWS
parent2d5b927d2a9cad6c05a68c3140723efd8b9960f2 (diff)
NEWS entry for id-links
This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ff12ca67..a2fa69ff 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,11 @@ Add tab-completion for notmuch-search and notmuch-search-filter
These functions now support completion tags for query parts
starting with "tag:".
+Turn "id:MSG-ID" links into buttons associated with notmuch searches
+
+ Text of the form "id:MSG-ID" in mails is now a clickable button that
+ opens a notmuch search for the given message id.
+
Performance
-----------
@@ -93,7 +98,6 @@ New functions
notmuch_database_begin_atomic and notmuch_database_end_atomic allow
multiple database operations to be performed atomically.
-
notmuch_database_find_message_by_filename does exactly what it says.
API changes