]> git.notmuchmail.org Git - notmuch/commit
Rename notmuch_query_search to notmuch_query_search_messages
authorCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 05:11:09 +0000 (22:11 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 05:22:07 +0000 (22:22 -0700)
commitcd467cafb5eee180661ebc14e0fb71426e67c855
tree08fb936e3f94b7d1de718551a296606f0bfab345
parent70f9d0ad428312397ee7ad157b520824d66d0d0e
Rename notmuch_query_search to notmuch_query_search_messages

Along with renaming notmuch_results_t to notmuch_message_results_t.
The new type is quite a mouthful, but I don't expect it to be
used much other than the for-loop idiom in the documentation,
(which does at least fit nicely within 80 columns).

This is all in preparation for the addition of a new
notmuch_query_search_threads of course.
notmuch.c
notmuch.h
query.cc