mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Update documentation of notmuch_query_create
Commitcd467caf
renamed notmuch_query_search to notmuch_query_search_messages. Commit1ba3d46f
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.
This commit is contained in:
parent
2303d9366e
commit
bc69bf09cb
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue