]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-private.h
database: Add private find_unique_doc_id and find_unique_document functions
[notmuch] / notmuch-private.h
index a56501e98908150fe62ea63d6845e5c650268db3..5d0c1fae31edd36476802afa52f30b5c946dbece 100644 (file)
@@ -91,6 +91,7 @@ typedef enum _notmuch_private_status {
 
     /* Then add our own private values. */
     NOTMUCH_PRIVATE_STATUS_TERM_TOO_LONG,
+    NOTMUCH_PRIVATE_STATUS_NO_DOCUMENT_FOUND,
 
     NOTMUCH_PRIVATE_STATUS_LAST_STATUS
 } notmuch_private_status_t;