notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit a49174b3957726cb8172bc2a760b0850837c9199 (patch)
   parent 3b8c0dee debian: recommend gpg-agent instead of gnupg agent
     tree cfa1251f25ad1e1a739ea017a0052dd04f26a10c
   author David Bremner <david@tethera.net>  2024-03-09 22:42:08 -0400
committer David Bremner <david@tethera.net>  2024-03-09 22:47:14 -0400

NEWS: update for 0.38.3

---
 NEWS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/NEWS b/NEWS
index 315f4136..a064671f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Notmuch 0.38.3 (2024-03-09)
+===========================
+
+CLI
+---
+
+Fix a bug in configuration code that caused the notmuch command to
+erroneously report "Error: could not locate database" under some
+circumstances.
+
 Notmuch 0.38.2 (2023-12-01)
 ===========================
 


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git