diff options
| author | David Bremner <david@tethera.net> | 2026-01-22 21:34:12 +0900 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2026-01-22 21:34:12 +0900 |
| commit | 0b69e2a4fd9fc28b44d9ba95e8de43ddbd9fe449 (patch) | |
| tree | 65677df9019ac97ff6ec0ae35b30ba48d75307a0 /NEWS | |
| parent | 47661269c779313d205af77cddcb88efd4d17764 (diff) | |
NEWS: initial news for 0.40
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -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) ========================= |
