]> git.cworth.org Git - notmuch-wiki/blob - news/release-0.25.mdwn
News for release 0.38.3
[notmuch-wiki] / news / release-0.25.mdwn
1 [[!meta date="2017-07-25"]]
2
3 Notmuch 0.25 (2017-07-25)
4 =========================
5
6 General
7 -------
8
9 Add regexp searching for mid, paths, and tags.
10
11 ### Skip HTML tags when indexing
12
13 In particular this avoids indexing large inline images.
14
15 Command Line Interface
16 ----------------------
17
18 Bash completion is now installed to /usr/share by default.
19
20 Allow space as separator for keyword arguments.
21
22 Emacs
23 -----
24
25 ### Support for stashing message timestamp in show and tree views
26
27 Invoking `notmuch-show-stash-date` with a prefix argument
28 stashes the unix timestamp of the current message instead of
29 the date string.
30
31 Don't use 'function' as variable name, workaround emacs bug 26406.
32
33 Library Changes
34 ---------------
35
36 ### Add workaround for date parsing of bad input in older GMime
37
38 In certain circumstances, older GMime libraries could return
39 negative numbers when parsing syntactically invalid dates.
40
41 ### Replace deprecated functions with status returning versions
42
43 API of notmuch_query_{search,count}_{messages,threads} has
44 changed.  notmuch_query_add_tag_exclude now returns a status
45 value.
46
47 Add support for building against GMime 3.0.
48
49 Rename libutil.a to libnotmuch_util.a.
50
51 libnotmuch SONAME is incremented to libnotmuch.so.5.