]> git.notmuchmail.org Git - notmuch/commitdiff
Update documentation of notmuch_query_create
authorFernando Carrijo <fcarrijo@yahoo.com.br>
Sat, 5 Dec 2009 14:22:05 +0000 (12:22 -0200)
committerCarl Worth <cworth@cworth.org>
Tue, 9 Mar 2010 18:29:38 +0000 (10:29 -0800)
Commit cd467caf renamed notmuch_query_search to notmuch_query_search_messages.
Commit 1ba3d46f created notmuch_query_search_threads. We better keep the docs
of notmuch_query_create consistent with those changes.

Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
Edited-by: Carl Worth to explicitly list the full name of each
function being referenced.

lib/notmuch.h

index c67de64462926af94254c3784d566b593f61a93e..b40fa53d8a25fbcae9f442e614c19c6ae4b7ff41 100644 (file)
@@ -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.