]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.30.mdwn
News for release 0.38.3
[notmuch-wiki] / news / release-0.30.mdwn
1 [[!meta date="2020-07-10"]]
2
3 Notmuch 0.30 (2020-07-10)
4 =========================
5
6 S/MIME
7 ------
8
9 Handle S/MIME (PKCS#7) messages -- one-part signed messages, encrypted
10 messages, and multilayer messages. Treat them symmetrically to
11 OpenPGP messages. This includes handling protected headers
12 gracefully.
13
14 If you're using Notmuch with S/MIME, you currently need to configure
15 gpgsm appropriately.
16
17 Mixed-up MIME Repair
18 --------------------
19
20 Detect and automatically repair a common form of message mangling
21 created by Microsoft Exchange (see index.repaired=mixedup in
22 notmuch-properties(7)).
23
24 Protected Headers
25 -----------------
26
27 Avoid indexing the legacy-display part of an encrypted message that
28 has protected headers (see
29 index.repaired=skip-protected-headers-legacy-display in
30 notmuch-properties(7)).
31
32 Python
33 ------
34
35 Drop support for python2, focus on python3.
36
37 Introduce new CFFI-based python bindings in the python module named
38 "notmuch2".  Officially deprecate (but still support) the older
39 "notmuch" module.
40
41 Dependencies
42 ------------
43
44 Support for Xapian 1.2 is removed. The minimum supported version of
45 Xapian is now 1.4.0.