aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch.h
diff options
context:
space:
mode:
authorGravatar Fernando Carrijo <fcarrijo@yahoo.com.br>2009-12-05 12:22:05 -0200
committerGravatar Carl Worth <cworth@cworth.org>2010-03-09 10:29:38 -0800
commitbc69bf09cb8c989f4b3b8116f0907b7618000299 (patch)
treebdc5a47aeaf6ee83aa4fc102310491bba744aef9 /lib/notmuch.h
parent2303d9366e2a4f18173983ab02a0c4d9b05d607c (diff)
Update documentation of notmuch_query_create
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.
Diffstat (limited to 'lib/notmuch.h')
-rw-r--r--lib/notmuch.h5
1 files changed, 3 insertions, 2 deletions
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.