]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
lib: add NOTMUCH_STATUS_NO_DATABASE
[notmuch] / lib / notmuch.h
index 2a013be05df34fcd4ad0c10947577464a46ca8ec..9ea05fc5cfcd8f6b1e873b0bac48feb328c95b13 100644 (file)
@@ -212,6 +212,10 @@ typedef enum _notmuch_status {
      * Unable to load a config file
      */
     NOTMUCH_STATUS_NO_CONFIG,
+    /**
+     * Unable to load a database
+     */
+    NOTMUCH_STATUS_NO_DATABASE,
     /**
      * Database exists, so not (re)-created
      */