]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - notmuch-count.c
cli: config: make notmuch_config_open() "is new" parameter input only
[notmuch.git] / notmuch-count.c
index 2f9812821ebeb7cf2f18542541beaf9a8e37e4be..61722edbec2d571205470b1519447e548644eabe 100644 (file)
@@ -62,7 +62,7 @@ notmuch_count_command (void *ctx, int argc, char *argv[])
        return 1;
     }
 
-    config = notmuch_config_open (ctx, NULL, NULL);
+    config = notmuch_config_open (ctx, NULL, FALSE);
     if (config == NULL)
        return 1;