mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
lib: Document that notmuch_query_count_messages may return 0 if an exception occurs
This isn't a behavioral change---just a calrification in the documentation.
This commit is contained in:
parent
9ef68f1444
commit
e3e0e26806
1 changed files with 3 additions and 0 deletions
|
@ -506,6 +506,9 @@ notmuch_threads_destroy (notmuch_threads_t *threads);
|
|||
*
|
||||
* This function performs a search and returns Xapian's best
|
||||
* guess as to number of matching messages.
|
||||
*
|
||||
* If a Xapian exception occurs, this function may return 0 (after
|
||||
* printing a message).
|
||||
*/
|
||||
unsigned
|
||||
notmuch_query_count_messages (notmuch_query_t *query);
|
||||
|
|
Loading…
Reference in a new issue