General
-------
-Fix regressions in non-regexp search for `from:` and `subject:`.
+Fix regressions in non-regexp search for `from:` and `subject:`
The regexp search code in 0.24 introduced a regression in the
handling of empty queries and wildcards. These are both corrected in
Command Line Interface
----------------------
-Fix several memory leaks in `notmuch show`.
+Fix several memory leaks in `notmuch show`
-Update NEWS for 0.24 to mention schema changes.
+Update NEWS for 0.24 to mention schema changes
-Fix bug in dump header.
+Fix bug in dump header
The previous version of the dump header failed to mention the
inclusion of tags. This fix bumps the version number of the dump
General
-------
-Regular expression searches supported for `from:` and `subject:`.
+Regular expression searches supported for `from:` and `subject:`
This requires recent Xapian (1.4+) See notmuch-search-terms(7) for
details.
It is now possible to refresh all notmuch buffers to reflect the
current state of the database with a single command, `M-=`.
-Stop display of application/* parts
+Stop display of `application/*` parts
- By default gnus displays all application/* parts such as
+ By default gnus displays all `application/*` parts such as
application/zip in the message buffer. This has several undesirable
effects for notmuch (security, triggering errors etc). Notmuch now
overrides this and does not display them by default. If you have
customized `mm-inline-override-types` then we assume you know what
you want and do not interfere; if you do want to stop the display of
- application/* add application/* to your customization. If you want
- to allow application/* then set `mm-inline-override-types` to
+ `application/*` add `application/*` to your customization. If you want
+ to allow `application/*` then set `mm-inline-override-types` to
"non/existent".
Small change in the api for notmuch-search-tag
is set, then it only tags the threads in the region. (Previously it
only tagged the current thread.)
-Bugfix for sending messages with very long headers.
+Bugfix for sending messages with very long headers
Previously emacs didn't fold very long headers when sending which
could cause the MTA to refuse to send the message. This makes sure
Library changes
---------------
-`notmuch_query_count_messages` is now non-destructive.
+`notmuch_query_count_messages` is now non-destructive
Internally the implementation of excludes has changed to make this
possible.
Support for single argument date: queries
- `date:<expr>` is equivalent to `date:<expr>..<expr>`.
+ `date:<expr>` is equivalent to `date:<expr>..<expr>`.
Support for blocking opens