aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2016-01-01 22:07:41 -0800
committerDavid Bremner <david@tethera.net>2016-03-24 07:39:25 -0300
commit031ca3f1bdb5e9edb9fc21779149bdfcb554a83f (patch)
tree3feb63286b74a05c6a99860cd2da9cf9e3bb8421 /NEWS
parente253c94888046926794f58124cbd2a219501ab1b (diff)
nmbug-status: Add meta.message-url config setting
So you can link to archives other than Gmane. For example, I'm doing this in [1]. [1]: https://github.com/wking/nmbug-oci
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 613fdfeb..6ccff2b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
Notmuch 0.22 (UNRELEASED)
=========================
+nmbug-status
+------------
+
+`nmbug-status` now supports `meta.message-url` to override the Gmane
+template. For example, you can use:
+
+ {
+ "meta": {
+ "message-url": "https://groups.google.com/a/opencontainers.org/forum/#!search/messageid$3A%22{message-id}%22"
+ ...
+ },
+ ...
+ }
+
+To link to messages in the [opencontainers.org Google
+Groups](https://groups.google.com/a/opencontainers.org/forum/#!overview).
+
Emacs Interface
---------------