]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database.cc
lib: add NOTMUCH_STATUS_NO_DATABASE
[notmuch] / lib / database.cc
index d2ccdd580b764189f700c8f5dd9b063e37a8560b..96458f6ff104a18ba28d59929b7597cf284feeec 100644 (file)
@@ -305,6 +305,8 @@ notmuch_status_to_string (notmuch_status_t status)
        return "Unknown crypto protocol";
     case NOTMUCH_STATUS_NO_CONFIG:
        return "No configuration file found";
+    case NOTMUCH_STATUS_NO_DATABASE:
+       return "No database found";
     case NOTMUCH_STATUS_DATABASE_EXISTS:
        return "Database exists, not recreated";
     default: