]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
Merge branch '0.3.x' immediately after the 0.3.1 release
[notmuch] / lib / notmuch.h
index 54616336eabc7e2ac8dede6335e738e81b56d6ed..505ad19fe90470c958fa9d59805af929b588af8e 100644 (file)
@@ -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);