]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
lib: fix return value for n_m_reindex
[notmuch] / lib / notmuch.h
index 82d6c10fefc7496c55e56a0541e8305538db20ee..0dd442d46571e0b5d19e01e0c779f72811d1e7da 100644 (file)
@@ -1378,8 +1378,8 @@ notmuch_message_get_message_id (notmuch_message_t *message);
  * notmuch_message_destroy on 'message' or until a query from which it
  * derived is destroyed).
  *
  * notmuch_message_destroy on 'message' or until a query from which it
  * derived is destroyed).
  *
- * This function will not return NULL since Notmuch ensures that every
- * message belongs to a single thread.
+ * This function will return NULL if triggers an unhandled Xapian
+ * exception.
  */
 const char *
 notmuch_message_get_thread_id (notmuch_message_t *message);
  */
 const char *
 notmuch_message_get_thread_id (notmuch_message_t *message);