mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
NEWS (for 0.15): Added note about Bcc & Reply-To headers in json output
notmuch show --format json now includes Bcc and Reply-To headers of the message. Mention that in NEWS. (Heavily modified version of text originally from Michal Nazarewicz.)
This commit is contained in:
parent
5aba32208f
commit
b939b98723
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -12,6 +12,12 @@ Empty tag names and tags beginning with "-" are deprecated
|
||||||
tags continues to be supported to allow cleanup of existing tags,
|
tags continues to be supported to allow cleanup of existing tags,
|
||||||
but may be removed in a future release.
|
but may be removed in a future release.
|
||||||
|
|
||||||
|
Bcc and Reply-To headers are now available in notmuch show json output
|
||||||
|
|
||||||
|
The `notmuch show --format=json` now includes "Bcc" and "Reply-To" headers.
|
||||||
|
For example notmuch Emacs client can now have these headers visible
|
||||||
|
when the headers are added to the `notmuch-message-headers` variable.
|
||||||
|
|
||||||
Library changes
|
Library changes
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue