X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=NEWS;h=0d9496d66b7be1c8a3084ec069af293d297eff0b;hb=6c0b6c8e1c4a8ab139db3cadee26d05962c3ce2c;hp=613fdfebd6ed3f8745232711bd5de70984f0f1e9;hpb=08f35973e3a313c7f38544b6712dcf27f9499f91;p=notmuch diff --git a/NEWS b/NEWS index 613fdfeb..0d9496d6 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,26 @@ Notmuch 0.22 (UNRELEASED) ========================= +nmbug-status +------------ + +`nmbug-status` now wraps query phrases in parentheses when and-ing +them together, to avoid confusion about clause grouping. + +`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 ---------------