Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 469D06DE0B22 for ; Fri, 1 May 2015 07:56:00 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.327 X-Spam-Level: X-Spam-Status: No, score=0.327 tagged_above=-999 required=5 tests=[AWL=0.317, T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ApgeaX-FwmB6 for ; Fri, 1 May 2015 07:55:58 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id D25826DE09ED for ; Fri, 1 May 2015 07:55:56 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1YoCLR-0005pM-2m; Fri, 01 May 2015 14:55:13 +0000 Received: (nullmailer pid 17495 invoked by uid 1000); Fri, 01 May 2015 14:54:59 -0000 From: David Bremner To: David Bremner , notmuch@notmuchmail.org Subject: [PATCH] docs: initial draft of NEWS for 0.20 Date: Fri, 1 May 2015 23:54:57 +0900 Message-Id: <1430492097-17451-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 2.1.4 In-Reply-To: <874moi71p1.fsf@maritornes.cs.unb.ca> References: <874moi71p1.fsf@maritornes.cs.unb.ca> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Fri, 01 May 2015 14:56:00 -0000 This is meant as much to jog people's memory as to be definitive. --- NEWS | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 25e5b5a..47fc507 100644 --- a/NEWS +++ b/NEWS @@ -10,11 +10,66 @@ There is a new `mimetype:` search prefix content-type of attachments, which is now indexed. See the `notmuch-search-terms` manual page for details. +Path to gpg is now configurable + + On systems with multiple versions of gpg, you can tell + notmuch which one to use by setting `crypto.gpg_path' + +New command, `notmuch-emacs-mua' + + This new wrapper script is intended to be a drop in replacement for + mutt to compose and send mail using `notmuch-emacs' + +Emacs +----- + +Avoid rendering large text attachements. + +Improved rendering of CID references in HTML. + +Vim +--- + +Vim client now respects excluded tags. + +Notmuch-Mutt +------------ + +Support messages without Message-IDs. + +Library +------- + +Undeprecate single message mboxes + + It seems more trouble to remove this feature than expected, so + `notmuch new' will no longer nag about mboxes with a single message. + +New error logging facility + + Clients should call `notmuch_database_status_string' to retrieve + output formerly printed to stderr. + +Several bug fixes related to stale iterators + +New status code returning API for n_query_search_{messages,thread} + +Fix for library `install_name' on Mac OS X + +Fix for rounding of seconds + Documentation ------------- -Support for using rst2man in place of sphinx to build the -docmumentation has been removed. +Sphinx is now mandatory to build docs + + Support for using rst2man in place of sphinx to build the + docmumentation has been removed. + +Improved notmuch-search-terms.7 + + The man page `notmuch-search-terms(7)' has been extended, merging + some material from the relicensed wiki. Contrib ------- -- 2.1.4