]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
lib: handle xapian exception in n_m_remove_all_tags
[notmuch] / lib / notmuch.h
index edad3d8a3d26a839f848a095158d3ab50c491c22..82d6c10fefc7496c55e56a0541e8305538db20ee 100644 (file)
@@ -1635,8 +1635,10 @@ notmuch_message_remove_tag (notmuch_message_t *message, const char *tag);
  * See notmuch_message_freeze for an example showing how to safely
  * replace tag values.
  *
- * NOTMUCH_STATUS_READ_ONLY_DATABASE: Database was opened in read-only
- *     mode so message cannot be modified.
+ * @retval #NOTMUCH_STATUS_READ_ONLY_DATABASE: Database was opened in
+ *     read-only mode so message cannot be modified.
+ * @retval #NOTMUCH_STATUS_XAPIAN_EXCEPTION: an execption was thrown
+ *      accessing the database.
  */
 notmuch_status_t
 notmuch_message_remove_all_tags (notmuch_message_t *message);