From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 4P0VFsZISl/vLQAA0tVLHw (envelope-from ) for ; Sat, 29 Aug 2020 12:23:34 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id qBvzEcZISl/XbgAA1q6Kng (envelope-from ) for ; Sat, 29 Aug 2020 12:23:34 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A438A9401CD for ; Sat, 29 Aug 2020 12:23:32 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 365CE29309; Sat, 29 Aug 2020 08:23:21 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id 9A7BC2062B for ; Sat, 29 Aug 2020 08:23:17 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 85EA25FACC; Sat, 29 Aug 2020 08:23:15 -0400 (EDT) Received: (nullmailer pid 801728 invoked by uid 1000); Sat, 29 Aug 2020 12:23:13 -0000 From: David Bremner To: notmuch@notmuchmail.org Cc: David Bremner Subject: [PATCH 1/2] NEWS: mention Emacs 27.1 compatibility fixes Date: Sat, 29 Aug 2020 09:23:09 -0300 Message-Id: <20200829122310.801682-1-david@tethera.net> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Message-ID-Hash: UW45KHYUDFSVTZ53UYHK4IYBMONEIS4I X-Message-ID-Hash: UW45KHYUDFSVTZ53UYHK4IYBMONEIS4I X-MailFrom: bremner@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 1.53 X-TUID: Dv+G9pFQjUwf --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 16a5b116..f226dffb 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ Notmuch 0.31 (UNRELEASED) Emacs ----- +Notmuch now supports Emacs 27.1. You may need to set +`mml-secure-openpgp-sign-with-sender` and/or +`mml-secure-smime-sign-with-sender` to continue signing messages. + The minimum supported major version of GNU Emacs is now 25.1. Add support for moving between threads after notmuch-tree-from-search-thread. @@ -47,6 +51,11 @@ Dependencies We now support building notmuch against Xapian 1.5 (the current development version). +Test Suite +---------- + +Test suite fixes for compatibility with Emacs 27.1. + Notmuch 0.30 (2020-07-10) ========================= -- 2.28.0