X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fopen.cc;h=06d079e4c589a9e084b0c1724ce13361722a505c;hp=6e8e0f6fe30968b0f811f17260ef0c6f2dce53ab;hb=eea258c0c9386a5eecae48a98b552113a3584a7d;hpb=1f860a6c41aad8b6d2350c439b39aa0692597a79 diff --git a/lib/open.cc b/lib/open.cc index 6e8e0f6f..06d079e4 100644 --- a/lib/open.cc +++ b/lib/open.cc @@ -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: