mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 01:14:53 +01:00
NEWS: functions in emacs notmuch-show-stash-mlarchive-link-alist
News for emacs: allow functions in notmuch-show-stash-mlarchive-link-alist.
This commit is contained in:
parent
049bb7b86e
commit
50ee7d7e12
1 changed files with 9 additions and 0 deletions
9
NEWS
9
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
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue