Re: Filesystem functionality used by notmuch
[notmuch-archives.git] / c1 / 20ada679eacb59ab294f7fc372e775b96994ef
1 Return-Path: <jrollins@finestructure.net>\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 6D9AC431FD0\r
6         for <notmuch@notmuchmail.org>; Tue,  6 Sep 2011 00:17:41 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 YmYO8H0-84gO for <notmuch@notmuchmail.org>;\r
16         Tue,  6 Sep 2011 00:17:39 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 5CE40431FB6\r
20         for <notmuch@notmuchmail.org>; Tue,  6 Sep 2011 00:17:39 -0700 (PDT)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id D7E4832835A\r
23         for <notmuch@notmuchmail.org>; Tue,  6 Sep 2011 00:17:36 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-166-145-155.socal.res.rr.com\r
26         [76.166.145.155]) (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id DB6CC328207\r
28         for <notmuch@notmuchmail.org>; Tue,  6 Sep 2011 00:17:30 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 6124B1E1; Tue,  6 Sep 2011 00:17:30 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH] Add NEWS item output improvements to rfc822 part handling.\r
34 Date: Tue,  6 Sep 2011 00:17:30 -0700\r
35 Message-Id: <1315293450-18259-1-git-send-email-jrollins@finestructure.net>\r
36 X-Mailer: git-send-email 1.7.5.4\r
37 In-Reply-To: <87sjoav1vo.fsf@zancas.localnet>\r
38 References: <87sjoav1vo.fsf@zancas.localnet>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 06 Sep 2011 07:17:41 -0000\r
52 \r
53 ---\r
54  NEWS |   11 +++++++++++\r
55  1 files changed, 11 insertions(+), 0 deletions(-)\r
56 \r
57 diff --git a/NEWS b/NEWS\r
58 index f715142..65aca75 100644\r
59 --- a/NEWS\r
60 +++ b/NEWS\r
61 @@ -1,3 +1,14 @@\r
62 +Notmuch 0.8 (2011-09-05)\r
63 +========================\r
64 +\r
65 +Improved handling of message/rfc822 parts\r
66 +\r
67 +  Both in the CLI and the emacs interface.  Output of rfc822 parts now\r
68 +  includes the primary headers, as well as the body and all subparts.\r
69 +  Output of the completely raw rfc822-formatted message, including all\r
70 +  headers, is unfortunately not yet supported (but hopefully will be\r
71 +  soon).\r
72 +\r
73  Notmuch 0.7 (2011-08-01)\r
74  ========================\r
75  \r
76 -- \r
77 1.7.5.4\r
78 \r