mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 01:14:53 +01:00
NEWS: Consolidate nmbug-status and notmuch-report sections
These are the same tool; the nmbug-status text just landed before the name change. We can also drop the message-url details from NEWS, since they're already in the man page.
This commit is contained in:
parent
dc13fcbf87
commit
14f1b39969
1 changed files with 4 additions and 19 deletions
23
NEWS
23
NEWS
|
@ -39,28 +39,13 @@ users looking for generic notmuch reporting tools.
|
|||
The default configuration file name (extracted from the `config`
|
||||
branch of `NBMGIT` has changed from `status-config.json` to
|
||||
`notmuch-report.json` so it is more obviously associated with the
|
||||
report-generating script.
|
||||
report-generating script. The configuration file also has a new
|
||||
`meta.message-url` setting, which is documented in
|
||||
`notmuch-report.json(5)`.
|
||||
|
||||
nmbug-status
|
||||
------------
|
||||
|
||||
`nmbug-status` now wraps query phrases in parentheses when and-ing
|
||||
`notmuch-report` 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).
|
||||
|
||||
Notmuch 0.21 (2015-10-29)
|
||||
=========================
|
||||
|
||||
|
|
Loading…
Reference in a new issue