X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=b40fa53d8a25fbcae9f442e614c19c6ae4b7ff41;hp=c67de64462926af94254c3784d566b593f61a93e;hb=bc69bf09cb8c989f4b3b8116f0907b7618000299;hpb=2303d9366e2a4f18173983ab02a0c4d9b05d607c;ds=sidebyside diff --git a/lib/notmuch.h b/lib/notmuch.h index c67de644..b40fa53d 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -327,8 +327,9 @@ notmuch_database_get_all_tags (notmuch_database_t *db); * As a special case, passing a length-zero string, (that is ""), will * result in a query that returns all messages in the database. * - * See notmuch_query_set_sort for controlling the order of results and - * notmuch_query_search to actually execute the query. + * See notmuch_query_set_sort for controlling the order of results. + * See notmuch_query_search_messages and notmuch_query_search_threads + * to actually execute the query. * * User should call notmuch_query_destroy when finished with this * query.