[notmuch] [PATCH] Update documentation of notmuch_query_create
Fernando Carrijo
fcarrijo at yahoo.com.br
Sat Dec 5 06:22:05 PST 2009
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 at yahoo.com.br>
---
lib/notmuch.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lib/notmuch.h b/lib/notmuch.h
index 60834fb..32ab199 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -305,7 +305,8 @@ notmuch_database_get_all_tags (notmuch_database_t *db);
* 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.
+ * notmuch_query_search_{messages,threads} to actually execute the
+ * query.
*
* User should call notmuch_query_destroy when finished with this
* query.
--
1.5.6.3
More information about the notmuch
mailing list