]> git.notmuchmail.org Git - notmuch/commit
lib: replace deprecated n_q_count_messages with status returning version
authorDavid Bremner <david@tethera.net>
Sun, 26 Feb 2017 21:21:34 +0000 (17:21 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 22 Mar 2017 11:35:07 +0000 (08:35 -0300)
commit5ce8e0b11b40f733e6231d2067764e76717a341a
treeb58f3e8f804d2d06e7070be05c71941c342c38a3
parent86cbd215eb67d7b996c977352a50e70c101cb641
lib: replace deprecated n_q_count_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. One or two
remaining uses of the (removed) non-status returning version fixed at
the same time
bindings/python/notmuch/query.py
bindings/ruby/query.c
lib/database.cc
lib/message.cc
lib/notmuch.h
lib/query.cc
notmuch-count.c
notmuch-reply.c
notmuch-search.c
notmuch-show.c
test/T560-lib-error.sh