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 6D9AC431FD0 for ; Tue, 6 Sep 2011 00:17:41 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 YmYO8H0-84gO for ; Tue, 6 Sep 2011 00:17:39 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 5CE40431FB6 for ; Tue, 6 Sep 2011 00:17:39 -0700 (PDT) Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1]) by fire-doxen-postvirus (Postfix) with ESMTP id D7E4832835A for ; Tue, 6 Sep 2011 00:17:36 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new Received: from finestructure.net (cpe-76-166-145-155.socal.res.rr.com [76.166.145.155]) (Authenticated sender: jrollins) by fire-doxen-submit (Postfix) with ESMTP id DB6CC328207 for ; Tue, 6 Sep 2011 00:17:30 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id 6124B1E1; Tue, 6 Sep 2011 00:17:30 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: [PATCH] Add NEWS item output improvements to rfc822 part handling. Date: Tue, 6 Sep 2011 00:17:30 -0700 Message-Id: <1315293450-18259-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <87sjoav1vo.fsf@zancas.localnet> References: <87sjoav1vo.fsf@zancas.localnet> 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: Tue, 06 Sep 2011 07:17:41 -0000 --- NEWS | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index f715142..65aca75 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Notmuch 0.8 (2011-09-05) +======================== + +Improved handling of message/rfc822 parts + + Both in the CLI and the emacs interface. Output of rfc822 parts now + includes the primary headers, as well as the body and all subparts. + Output of the completely raw rfc822-formatted message, including all + headers, is unfortunately not yet supported (but hopefully will be + soon). + Notmuch 0.7 (2011-08-01) ======================== -- 1.7.5.4