mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
NEWS: new count api / deprecated count/search functions for 0.21
This commit is contained in:
parent
a7f8a7fb91
commit
c48405171a
1 changed files with 9 additions and 0 deletions
9
NEWS
9
NEWS
|
@ -70,6 +70,15 @@ Database revision tracking
|
|||
query parser and the new function
|
||||
`notmuch_database_get_revision`. For the latter, see `notmuch(3)`.
|
||||
|
||||
New status code returning API for n_query_count_{messages,threads}.
|
||||
|
||||
Deprecated functions
|
||||
|
||||
`notmuch_query_search_threads`, `notmuch_query_search_messages`,
|
||||
`notmuch_query_count_messages`, and `notmuch_query_count_threads`
|
||||
are all deprecated as of this release. Clients are encouraged to
|
||||
transition to the `_st` variants supporting better error reporting.
|
||||
|
||||
Notmuch 0.20.2 (2015-06-27)
|
||||
===========================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue