]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.34.2.mdwn
News for release 0.38.3
[notmuch-wiki] / news / release-0.34.2.mdwn
1 [[!meta date="2021-12-09"]]
2
3 Notmuch 0.34.2 (2021-12-09)
4 ===========================
5
6 Library
7 -------
8
9 Fix a bug that wrongly resolved conflict between the `database_path`
10 parameter to `notmuch_database_open_with_config` and configuration
11 item `database.path` in favour of the latter.
12
13 Python Bindings (notmuch2)
14 --------------------------
15
16 When building the documentation for the `notmuch2` python module,
17 import from the built module, not a system wide installed one.
18
19 The notmuch2.Database constructor now uses the library function
20 `notmuch_database_open_with_config` to support the same configuration
21 and database location options as the library does.
22
23 Fix some unprintable exception objects.