aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2014-11-10 21:27:53 +0200
committerDavid Bremner <david@tethera.net>2014-11-11 08:13:30 +0100
commit50ee7d7e12de1db2c5ce4bb3f45423e47cb9415e (patch)
tree6b6b10ab20bdfc6091d993c7128c953870b11c73
parent049bb7b86ef4b97e217c650dfea8b2e8b9318cda (diff)
NEWS: functions in emacs notmuch-show-stash-mlarchive-link-alist
News for emacs: allow functions in notmuch-show-stash-mlarchive-link-alist.
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b51a6eb..8d7ed0af 100644
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,15 @@ Improved `q` binding in notmuch buffers
buffer if there are multiple windows showing the buffer. If only a
single window is showing the buffer, it is killed.
+`notmuch-show-stash-mlarchive-link-alist` now supports functions
+
+ Some list archives may use a more complicated scheme for referring
+ to messages than just concatenated URL and message ID. For example,
+ patchwork requires a query to translate message ID to a patchwork
+ patch ID. `notmuch-show-stash-mlarchive-link-alist` now supports
+ functions to better cover such cases. See the help documentation for
+ the variable for details.
+
Library changes
---------------