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:
Tomi Ollila 2012-11-16 12:33:03 +02:00 committed by David Bremner
parent 5aba32208f
commit b939b98723

6
NEWS
View file

@ -12,6 +12,12 @@ Empty tag names and tags beginning with "-" are deprecated
tags continues to be supported to allow cleanup of existing tags,
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
---------------