diff options
| author | David Bremner <david@tethera.net> | 2015-10-17 10:01:01 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-17 10:13:37 -0300 |
| commit | c48405171a406cacf5c0b042d85ab765ad8f6ee8 (patch) | |
| tree | 1416c7474b7c62458b2fb5682e4378a60d15c9a1 | |
| parent | a7f8a7fb915b8d8d835ffbb6fef784f85ebebc0b (diff) | |
NEWS: new count api / deprecated count/search functions for 0.21
| -rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) =========================== |
