From: David Bremner Date: Thu, 22 Jan 2026 12:34:12 +0000 (+0900) Subject: NEWS: initial news for 0.40 X-Git-Tag: 0.40_rc1~3 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=0b69e2a4fd9fc28b44d9ba95e8de43ddbd9fe449;p=notmuch NEWS: initial news for 0.40 --- diff --git a/NEWS b/NEWS index 82b1a2e0..c52b6746 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,36 @@ Notmuch 0.40 (UNRELEASED) ========================= +General +------- + +Accept "key-missing" from a signature from a revoked key + +Library +------- + +New API notmuch_{threads,messages}_status to allow distinguishing +iterator exaustion from iterator invalidation due to errors. + +Emacs +----- + +Documentation improvements. Fix for bug related to "hide-exclude" in +notmuch-hello. A new autoloads file is generated for people installing +without package.el or similar. Fix disabling notmuch-show-header-line +via custom. + +Python Bindings +--------------- + +Provide a binding reopen a database. Some small fixes to +documentation. Make IndexOptions public. + +Ruby Bindings +------------- + +Simplify and cleanup build, fix talloc flags. + Notmuch 0.39 (2025-03-15) =========================