From c48405171a406cacf5c0b042d85ab765ad8f6ee8 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 17 Oct 2015 10:01:01 -0300 Subject: [PATCH] NEWS: new count api / deprecated count/search functions for 0.21 --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index d35b8cda..7f2f2498 100644 --- a/NEWS +++ b/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) =========================== -- 2.43.0