]> git.cworth.org Git - notmuch/blobdiff - lib/notmuch.h
lib: add NOTMUCH_STATUS_DATABASE_EXISTS
[notmuch] / lib / notmuch.h
index 5ec14c38dd0bfa1b8ca1ce442ff9511371955818..6d22d328ce1b57f1b04ee445aaa2e44d9efb54e6 100644 (file)
@@ -208,6 +208,14 @@ typedef enum _notmuch_status {
      * something that notmuch doesn't know how to handle.
      */
     NOTMUCH_STATUS_UNKNOWN_CRYPTO_PROTOCOL,
+    /**
+     * Unable to load a config file
+     */
+    NOTMUCH_STATUS_NO_CONFIG,
+    /**
+     * Database exists, so not (re)-created
+     */
+    NOTMUCH_STATUS_DATABASE_EXISTS,
     /**
      * Not an actual status value. Just a way to find out how many
      * valid status values there are.