mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
NEWS: a few formatting updates for 0.24 news items (wiki compatibility)
- removed 7 trailing dots -- to make those lines subsection headers - converted some (mime type) text to monospace - removed one extra space
This commit is contained in:
parent
f76a245009
commit
9fd48b78d0
1 changed files with 12 additions and 12 deletions
22
NEWS
22
NEWS
|
@ -17,7 +17,7 @@ Notmuch 0.24.1 (2017-04-01)
|
||||||
General
|
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
|
The regexp search code in 0.24 introduced a regression in the
|
||||||
handling of empty queries and wildcards. These are both corrected in
|
handling of empty queries and wildcards. These are both corrected in
|
||||||
|
@ -26,11 +26,11 @@ Fix regressions in non-regexp search for `from:` and `subject:`.
|
||||||
Command Line Interface
|
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
|
The previous version of the dump header failed to mention the
|
||||||
inclusion of tags. This fix bumps the version number of the dump
|
inclusion of tags. This fix bumps the version number of the dump
|
||||||
|
@ -47,7 +47,7 @@ Notmuch 0.24 (2017-03-12)
|
||||||
General
|
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
|
This requires recent Xapian (1.4+) See notmuch-search-terms(7) for
|
||||||
details.
|
details.
|
||||||
|
@ -108,16 +108,16 @@ Refresh all buffers
|
||||||
It is now possible to refresh all notmuch buffers to reflect the
|
It is now possible to refresh all notmuch buffers to reflect the
|
||||||
current state of the database with a single command, `M-=`.
|
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
|
application/zip in the message buffer. This has several undesirable
|
||||||
effects for notmuch (security, triggering errors etc). Notmuch now
|
effects for notmuch (security, triggering errors etc). Notmuch now
|
||||||
overrides this and does not display them by default. If you have
|
overrides this and does not display them by default. If you have
|
||||||
customized `mm-inline-override-types` then we assume you know what
|
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
|
you want and do not interfere; if you do want to stop the display of
|
||||||
application/* add application/* to your customization. If you want
|
`application/*` add `application/*` to your customization. If you want
|
||||||
to allow application/* then set `mm-inline-override-types` to
|
to allow `application/*` then set `mm-inline-override-types` to
|
||||||
"non/existent".
|
"non/existent".
|
||||||
|
|
||||||
Small change in the api for notmuch-search-tag
|
Small change in the api for notmuch-search-tag
|
||||||
|
@ -126,7 +126,7 @@ Small change in the api for notmuch-search-tag
|
||||||
is set, then it only tags the threads in the region. (Previously it
|
is set, then it only tags the threads in the region. (Previously it
|
||||||
only tagged the current thread.)
|
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
|
Previously emacs didn't fold very long headers when sending which
|
||||||
could cause the MTA to refuse to send the message. This makes sure
|
could cause the MTA to refuse to send the message. This makes sure
|
||||||
|
@ -151,7 +151,7 @@ Notmuch Emacs desktop integration
|
||||||
Library changes
|
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
|
Internally the implementation of excludes has changed to make this
|
||||||
possible.
|
possible.
|
||||||
|
|
Loading…
Reference in a new issue