]> git.cworth.org Git - notmuch/commit
lib: replace deprecated n_q_search_messages with status returning version
authorDavid Bremner <david@tethera.net>
Sun, 26 Feb 2017 21:21:32 +0000 (17:21 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 22 Mar 2017 11:35:07 +0000 (08:35 -0300)
commit86cbd215eb67d7b996c977352a50e70c101cb641
tree2186342f5aa9f2d11c275eb30cfbbca5330e4fa2
parent1e982de508c39dae7a61403f536df74c180dfb72
lib: replace deprecated n_q_search_messages with status returning version

This function was deprecated in notmuch 0.21.  We re-use the name for
a status returning version, and deprecate the _st name.
14 files changed:
bindings/python/notmuch/query.py
bindings/ruby/query.c
lib/database.cc
lib/notmuch.h
lib/query.cc
lib/thread.cc
notmuch-count.c
notmuch-dump.c
notmuch-reply.c
notmuch-search.c
notmuch-show.c
notmuch-tag.c
test/T560-lib-error.sh
test/T640-database-modified.sh