mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
NEWS: start NEWS for 0.24
This commit is contained in:
parent
75363cf4ef
commit
ba1c934e5b
1 changed files with 29 additions and 0 deletions
29
NEWS
29
NEWS
|
@ -1,3 +1,32 @@
|
||||||
|
Notmuch 0.24 (UNRELEASED)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
General
|
||||||
|
-------
|
||||||
|
|
||||||
|
Regular expression searches supported for `from:` and `subject:`.
|
||||||
|
|
||||||
|
This requires recent Xapian (1.4+) See notmuch-search-terms(7) for
|
||||||
|
details.
|
||||||
|
|
||||||
|
Emacs Interface
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Save and resume messages in `notmuch-message-mode` (composition).
|
||||||
|
|
||||||
|
Library changes
|
||||||
|
---------------
|
||||||
|
|
||||||
|
`notmuch_query_count_messages` is now non-destructive.
|
||||||
|
|
||||||
|
Internally the implementation of excludes has changed to make this
|
||||||
|
possible.
|
||||||
|
|
||||||
|
Improved handling of DatabaseModifiedError
|
||||||
|
|
||||||
|
Previously uncaught exceptions reading message metadata are now
|
||||||
|
handled.
|
||||||
|
|
||||||
Notmuch 0.23.7 (2017-02-28)
|
Notmuch 0.23.7 (2017-02-28)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue