[PATCH] configure: add --without-docs switch
[notmuch-archives.git] / c3 / 8cf0bd33d61b77b2b7dd34f6834ee5e23a0d63
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 8B056431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 15 Nov 2012 08:43:55 -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 MUS3nmswhokA for <notmuch@notmuchmail.org>;\r
16         Thu, 15 Nov 2012 08:43:54 -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 EC183431FAE\r
19         for <notmuch@notmuchmail.org>; Thu, 15 Nov 2012 08:43:53 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 532EE1000E3; Thu, 15 Nov 2012 18:43:52 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 1/1] NEWS (for 0.15): Added note about Bcc & Reply-To headers\r
25         in json output\r
26 Date: Thu, 15 Nov 2012 18:43:50 +0200\r
27 Message-Id: <1352997830-1793-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: Thu, 15 Nov 2012 16:43:55 -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  NEWS | 6 ++++++\r
49  1 file changed, 6 insertions(+)\r
50 \r
51 diff --git a/NEWS b/NEWS\r
52 index f134a22..4f4e2c3 100644\r
53 --- a/NEWS\r
54 +++ b/NEWS\r
55 @@ -12,6 +12,12 @@ Empty tag names and tags beginning with "-" are deprecated\r
56    tags continues to be supported to allow cleanup of existing tags,\r
57    but may be removed in a future release.\r
58  \r
59 +Bcc and Reply-To headers are now available in notmuch show json output\r
60 +\r
61 +The `notmuch show --format=json` now includes "Bcc" and "Reply-To" headers.\r
62 +For example notmuch Emacs client can now have these headers visible\r
63 +when the headers are added to the `notmuch-message-headers` variable.\r
64 +\r
65  Library changes\r
66  ---------------\r
67  \r
68 -- \r
69 1.8.0\r
70 \r