]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.34.3.mdwn
News for release 0.38.3
[notmuch-wiki] / news / release-0.34.3.mdwn
1 [[!meta date="2022-01-09"]]
2
3 Notmuch 0.34.3 (2022-01-09)
4 ===========================
5
6 Library
7 -------
8
9 Do not crash when presented with a .notmuch directory without a
10 xapian/ subdirectory.
11
12 Python Bindings (notmuch2)
13 --------------------------
14
15 Database constructor now searches for configuration by default. Pass
16 `config=Database.CONFIG.EMPTY` to disable.
17
18 The `Message.replies()` method now returns OwnedMessage objects, to
19 prevent certain memory de-allocation errors.
20
21 Fix for importing `notmuch2` module when building bindings
22 documentation.