diff options
| author | W. Trevor King <wking@tremily.us> | 2016-01-01 22:07:41 -0800 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-03-24 07:39:25 -0300 |
| commit | 031ca3f1bdb5e9edb9fc21779149bdfcb554a83f (patch) | |
| tree | 3feb63286b74a05c6a99860cd2da9cf9e3bb8421 /NEWS | |
| parent | e253c94888046926794f58124cbd2a219501ab1b (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-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 --------------- |
