"snoozing" with notmuch?
[notmuch-archives.git] / de / 3b0280eb9cb724f90c2299568a6075451eacb0
1 Return-Path: <too@guru-group.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 1FEB3431FAF\r
6         for <notmuch@notmuchmail.org>; Fri, 16 Nov 2012 02:33:08 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id rCn5vWhxcxFG for <notmuch@notmuchmail.org>;\r
16         Fri, 16 Nov 2012 02:33:07 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 1EE51431FAE\r
19         for <notmuch@notmuchmail.org>; Fri, 16 Nov 2012 02:33:07 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 2EB821000E3; Fri, 16 Nov 2012 12:33:05 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH v2 1/1] NEWS (for 0.15): Added note about Bcc & Reply-To\r
25         headers in json output\r
26 Date: Fri, 16 Nov 2012 12:33:03 +0200\r
27 Message-Id: <1353061983-7173-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.8.0\r
29 Cc: tomi.ollila@iki.fi\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.13\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Fri, 16 Nov 2012 10:33:08 -0000\r
43 \r
44 notmuch show --format json now includes Bcc and Reply-To headers of\r
45 the message. Mention that in NEWS.\r
46 (Heavily modified version of text originally from Michal Nazarewicz.)\r
47 ---\r
48 \r
49 V2 of id:1352997830-1793-1-git-send-email-tomi.ollila@iki.fi\r
50 fixed the nitpick in id:20121115200001.GV22284@mit.edu ;)\r
51 \r
52 Luckily preparing this patch was easy, I just edited the patch file,\r
53 then reapplied the patch with git am -- and before sending I will\r
54 reapply again to verify that I don't accidentally break things\r
55 while adding this comment.\r
56 Marking with notmuch::patch (only) as Michal acked the content already.\r
57 \r
58  NEWS | 6 ++++++\r
59  1 file changed, 6 insertions(+)\r
60 \r
61 diff --git a/NEWS b/NEWS\r
62 index f134a22..4f4e2c3 100644\r
63 --- a/NEWS\r
64 +++ b/NEWS\r
65 @@ -12,6 +12,12 @@ Empty tag names and tags beginning with "-" are deprecated\r
66    tags continues to be supported to allow cleanup of existing tags,\r
67    but may be removed in a future release.\r
68  \r
69 +Bcc and Reply-To headers are now available in notmuch show json output\r
70 +\r
71 +  The `notmuch show --format=json` now includes "Bcc" and "Reply-To" headers.\r
72 +  For example notmuch Emacs client can now have these headers visible\r
73 +  when the headers are added to the `notmuch-message-headers` variable.\r
74 +\r
75  Library changes\r
76  ---------------\r
77  \r
78 -- \r
79 1.8.0\r
80 \r