X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=505ad19fe90470c958fa9d59805af929b588af8e;hb=417274d698b6718621b9f5dec744ab169499f4e3;hp=54616336eabc7e2ac8dede6335e738e81b56d6ed;hpb=e3e0e26806cf95cddd4dfb11c24d1ecd15171110;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index 54616336..505ad19f 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -439,6 +439,8 @@ notmuch_query_search_threads (notmuch_query_t *query); * notmuch_messages_t object. (For consistency, we do provide a * notmuch_messages_destroy function, but there's no good * reason to call it if the query is about to be destroyed). + * + * If a Xapian exception occurs this function will return NULL. */ notmuch_messages_t * notmuch_query_search_messages (notmuch_query_t *query);