[PATCH v2 1/1] NEWS (for 0.15): Added note about Bcc & Reply-To headers in json output
authorTomi Ollila <tomi.ollila@iki.fi>
Fri, 16 Nov 2012 10:33:03 +0000 (12:33 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:50:37 +0000 (09:50 -0800)
de/3b0280eb9cb724f90c2299568a6075451eacb0 [new file with mode: 0644]

diff --git a/de/3b0280eb9cb724f90c2299568a6075451eacb0 b/de/3b0280eb9cb724f90c2299568a6075451eacb0
new file mode 100644 (file)
index 0000000..856acb5
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <too@guru-group.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1FEB3431FAF\r
+       for <notmuch@notmuchmail.org>; Fri, 16 Nov 2012 02:33:08 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id rCn5vWhxcxFG for <notmuch@notmuchmail.org>;\r
+       Fri, 16 Nov 2012 02:33:07 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1EE51431FAE\r
+       for <notmuch@notmuchmail.org>; Fri, 16 Nov 2012 02:33:07 -0800 (PST)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 2EB821000E3; Fri, 16 Nov 2012 12:33:05 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 1/1] NEWS (for 0.15): Added note about Bcc & Reply-To\r
+       headers in json output\r
+Date: Fri, 16 Nov 2012 12:33:03 +0200\r
+Message-Id: <1353061983-7173-1-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 1.8.0\r
+Cc: tomi.ollila@iki.fi\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 16 Nov 2012 10:33:08 -0000\r
+\r
+notmuch show --format json now includes Bcc and Reply-To headers of\r
+the message. Mention that in NEWS.\r
+(Heavily modified version of text originally from Michal Nazarewicz.)\r
+---\r
+\r
+V2 of id:1352997830-1793-1-git-send-email-tomi.ollila@iki.fi\r
+fixed the nitpick in id:20121115200001.GV22284@mit.edu ;)\r
+\r
+Luckily preparing this patch was easy, I just edited the patch file,\r
+then reapplied the patch with git am -- and before sending I will\r
+reapply again to verify that I don't accidentally break things\r
+while adding this comment.\r
+Marking with notmuch::patch (only) as Michal acked the content already.\r
+\r
+ NEWS | 6 ++++++\r
+ 1 file changed, 6 insertions(+)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index f134a22..4f4e2c3 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -12,6 +12,12 @@ Empty tag names and tags beginning with "-" are deprecated\r
+   tags continues to be supported to allow cleanup of existing tags,\r
+   but may be removed in a future release.\r
\r
++Bcc and Reply-To headers are now available in notmuch show json output\r
++\r
++  The `notmuch show --format=json` now includes "Bcc" and "Reply-To" headers.\r
++  For example notmuch Emacs client can now have these headers visible\r
++  when the headers are added to the `notmuch-message-headers` variable.\r
++\r
+ Library changes\r
+ ---------------\r
\r
+-- \r
+1.8.0\r
+\r