]> git.cworth.org Git - notmuch/commit
lib: replace n_query_search_threads with status returning version
authorDavid Bremner <david@tethera.net>
Sun, 26 Feb 2017 21:21:31 +0000 (17:21 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 22 Mar 2017 11:28:09 +0000 (08:28 -0300)
commit1e982de508c39dae7a61403f536df74c180dfb72
treeed2d60eafcb3029536f7bbaa06d2b8b78c2852b7
parentfc63c1583335d3f09392a37f65edf0b795af2782
lib: replace n_query_search_threads with status returning version

This function was deprecated in notmuch 0.21. We finally remove the
deprecated API, and rename the status returning version to the simpler
name. The status returning is kept as a deprecated alias.
bindings/python/notmuch/query.py
bindings/ruby/query.c
lib/notmuch.h
lib/query.cc
notmuch-search.c
notmuch-show.c