From c0714d677bb18ca63351aeeb802def4e573e65d3 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Tue, 11 Jan 2022 00:06:23 +0200 Subject: [PATCH] news for notmuch 0.34.3 --- news/release-0.34.3.mdwn | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 news/release-0.34.3.mdwn diff --git a/news/release-0.34.3.mdwn b/news/release-0.34.3.mdwn new file mode 100644 index 0000000..168c5a2 --- /dev/null +++ b/news/release-0.34.3.mdwn @@ -0,0 +1,22 @@ +[[!meta date="2022-01-09"]] + +Notmuch 0.34.3 (2022-01-09) +=========================== + +Library +------- + +Do not crash when presented with a .notmuch directory without a +xapian/ subdirectory. + +Python Bindings (notmuch2) +-------------------------- + +Database constructor now searches for configuration by default. Pass +`config=Database.CONFIG.EMPTY` to disable. + +The `Message.replies()` method now returns OwnedMessage objects, to +prevent certain memory de-allocation errors. + +Fix for importing `notmuch2` module when building bindings +documentation. -- 2.43.0