mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
lib/notmuch: update example
Likely missed in 86cbd215e
, when notmuch_query_search_messages_st was
renamed to notmuch_query_search_messages.
This commit is contained in:
parent
48d774bbf4
commit
d86e03c786
1 changed files with 4 additions and 1 deletions
|
@ -1172,7 +1172,10 @@ notmuch_query_search_threads_st (notmuch_query_t *query, notmuch_threads_t **out
|
|||
*
|
||||
* query = notmuch_query_create (database, query_string);
|
||||
*
|
||||
* for (messages = notmuch_query_search_messages (query);
|
||||
* if (notmuch_query_search_messages (query, &messages) != NOTMUCH_STATUS_SUCCESS)
|
||||
* return EXIT_FAILURE;
|
||||
*
|
||||
* for (;
|
||||
* notmuch_messages_valid (messages);
|
||||
* notmuch_messages_move_to_next (messages))
|
||||
* {
|
||||
|
|
Loading…
Reference in a new issue