From: Tomi Ollila Date: Fri, 16 Nov 2012 10:33:03 +0000 (+0200) Subject: [PATCH v2 1/1] NEWS (for 0.15): Added note about Bcc & Reply-To headers in json output X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bdcdb0d389f8a04aea6c2a200576048e612bcf4d;p=notmuch-archives.git [PATCH v2 1/1] NEWS (for 0.15): Added note about Bcc & Reply-To headers in json output --- diff --git a/de/3b0280eb9cb724f90c2299568a6075451eacb0 b/de/3b0280eb9cb724f90c2299568a6075451eacb0 new file mode 100644 index 000000000..856acb5dd --- /dev/null +++ b/de/3b0280eb9cb724f90c2299568a6075451eacb0 @@ -0,0 +1,80 @@ +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 1FEB3431FAF + for ; Fri, 16 Nov 2012 02:33:08 -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 rCn5vWhxcxFG for ; + Fri, 16 Nov 2012 02:33:07 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 1EE51431FAE + for ; Fri, 16 Nov 2012 02:33:07 -0800 (PST) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id 2EB821000E3; Fri, 16 Nov 2012 12:33:05 +0200 (EET) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH v2 1/1] NEWS (for 0.15): Added note about Bcc & Reply-To + headers in json output +Date: Fri, 16 Nov 2012 12:33:03 +0200 +Message-Id: <1353061983-7173-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: Fri, 16 Nov 2012 10:33:08 -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.) +--- + +V2 of id:1352997830-1793-1-git-send-email-tomi.ollila@iki.fi +fixed the nitpick in id:20121115200001.GV22284@mit.edu ;) + +Luckily preparing this patch was easy, I just edited the patch file, +then reapplied the patch with git am -- and before sending I will +reapply again to verify that I don't accidentally break things +while adding this comment. +Marking with notmuch::patch (only) as Michal acked the content already. + + 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 +