]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-tag.c
cli: config: make notmuch_config_open() "is new" parameter input only
[notmuch] / notmuch-tag.c
index d9daf8fbe44a39f50ba2464cb6a057cfe372afc1..148e856adbe6cda79d7c1487a7c6fd073bdb67af 100644 (file)
@@ -236,7 +236,7 @@ notmuch_tag_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;