aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-10-23 14:24:07 -0700
committerGravatar Carl Worth <cworth@cworth.org>2009-10-23 14:24:07 -0700
commit668f20bdfbaa5ae9caedd3f02017c5637e5e6ff7 (patch)
tree9dd36629aa2669774f4ce9c7ccbbd596d90baa61 /notmuch-private.h
parentedbf7f645c1df17e45c189540207a77005347d83 (diff)
database: Add private find_unique_doc_id and find_unique_document functions
These are a generalization of the unique-ness testing of notmuch_database_find_message. More preparation for firectory timestamps.
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index a56501e9..5d0c1fae 100644
--- a/notmuch-private.h
+++ b/notmuch-private.h
@@ -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;