Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 8B056431FAF for ; Thu, 15 Nov 2012 08:43:55 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MUS3nmswhokA for ; Thu, 15 Nov 2012 08:43:54 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id EC183431FAE for ; Thu, 15 Nov 2012 08:43:53 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id 532EE1000E3; Thu, 15 Nov 2012 18:43:52 +0200 (EET) From: Tomi Ollila To: notmuch@notmuchmail.org Subject: [PATCH 1/1] NEWS (for 0.15): Added note about Bcc & Reply-To headers in json output Date: Thu, 15 Nov 2012 18:43:50 +0200 Message-Id: <1352997830-1793-1-git-send-email-tomi.ollila@iki.fi> X-Mailer: git-send-email 1.8.0 Cc: tomi.ollila@iki.fi X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2012 16:43:55 -0000 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.) --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index f134a22..4f4e2c3 100644 --- a/NEWS +++ b/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, 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 --------------- -- 1.8.0