]> git.cworth.org Git - notmuch/blobdiff - lib/open.cc
lib: add NOTMUCH_STATUS_NO_CONFIG
[notmuch] / lib / open.cc
index 6e8e0f6fe30968b0f811f17260ef0c6f2dce53ab..06d079e4c589a9e084b0c1724ce13361722a505c 100644 (file)
@@ -106,7 +106,7 @@ _load_key_file (const char *path,
 
     *key_file = g_key_file_new ();
     if (! g_key_file_load_from_file (*key_file, path, G_KEY_FILE_NONE, NULL)) {
-       status = NOTMUCH_STATUS_FILE_ERROR;
+       status = NOTMUCH_STATUS_NO_CONFIG;
     }
 
 DONE: