From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 87AE76DE0FE1 for ; Mon, 27 May 2019 03:47:03 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.042 X-Spam-Level: X-Spam-Status: No, score=-0.042 tagged_above=-999 required=5 tests=[AWL=-0.041, SPF_PASS=-0.001] 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 v-NQR8sRKdep for ; Mon, 27 May 2019 03:47:02 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id B4BD46DE0F74 for ; Mon, 27 May 2019 03:47:02 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1hVD9h-00006s-Lf; Mon, 27 May 2019 06:47:01 -0400 Received: (nullmailer pid 9922 invoked by uid 1000); Mon, 27 May 2019 10:47:03 -0000 From: David Bremner To: David Bremner , notmuch@notmuchmail.org Subject: [PATCH] NEWS: News for my changes for 0.29 Date: Mon, 27 May 2019 07:46:55 -0300 Message-Id: <20190527104655.9877-1-david@tethera.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190526115945.23413-1-david@tethera.net> References: <20190526115945.23413-1-david@tethera.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Mon, 27 May 2019 10:47:03 -0000 These are pretty terse overall, and could be expanded in future commits. --- NEWS | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/NEWS b/NEWS index d8aa272f..b852efec 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,33 @@ Notmuch 0.29 (UNRELEASED) ========================= +General +------- + +Add "body:" field to allow searching for terms that occur only in the +message body. Users will need to reindex their mail to take advantage +of this feature. + +Add support for indexing user specified headers (e.g. List-Id). See +notmuch-config(1) for details. This requires reindexing after changing +the set of headers to be indexed. + +Fix bug for searching in some headers for Xapian keywords in quoted +strings. + +Add support for gzip compressed mail messages (/not/ multi-message +mboxes); e.g. `gzip -9 $MAIL/archive/giant-message && notmuch new` +should work. Note that maildir flag syncing for gzipped messages is +currently untested. + Command Line Interface ---------------------- `notmuch show` now supports --body=false and --include-html with --format=text +Fix several performance problems with `notmuch reindex`. + Emacs ----- @@ -15,6 +36,22 @@ The minimum supported major version of Emacs is now 24. Support for GNU Emacs older than 25.1 is deprecated with this release, and may be removed in a future release. +Notmuch-emacs documentation is somewhat expanded. More contributions +are very welcome. + +Build System +------------ + +Notmuch release tarballs are now compressed with `xz`. + +We now provide conventional detached signatures of the release +tarballs in addition to the signed `sha256sum` files. + +Dependencies +------------ + +Support for GMime 2.6 is removed. + Notmuch 0.28.4 (2019-05-05) =========================== -- 2.20.1