]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.27.mdwn
News for release 0.38.3
[notmuch-wiki] / news / release-0.27.mdwn
1 [[!meta date="2018-06-13"]]
2
3 Notmuch 0.27 (2018-06-13)
4 =========================
5
6 General
7 -------
8
9 ### Add support for thread:{} queries
10
11 Queries of the form `thread:{foo} and thread:{bar}` match threads
12 containing (possibly distinct) messages matching foo and bar. See
13 `notmuch-search-terms(7)` for details.
14
15 Command Line Interface
16 ----------------------
17
18 ### Add the --full-scan option to `notmuch new`
19
20 This option disables mtime based optimization of scanning for new mail.
21
22 ### Add new --decrypt=stash option for `notmuch show`
23
24 This facilitates a workflow for encrypted messages where message
25 cleartext are indexed on first read, but the user's decryption key
26 does not have to be available during message receipt.
27
28 Documentation
29 -------------
30
31 An initial manual for `notmuch-emacs` is now installed by default (in
32 `info` format).
33
34 Dependencies
35 ------------
36
37 As of this release, support for versions of Xapian before 1.4.0 is
38 deprecated, and may disappear in a future release of notmuch.