]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-dump.c
util: Fix two corner-cases in boolean term quoting function
[notmuch] / notmuch-dump.c
index f8edda76ca011b928e948300e522f7815dc1dbf3..158142f55b4992c53de1396e7e557536b9074ec8 100644 (file)
@@ -40,7 +40,7 @@ notmuch_dump_command (notmuch_config_t *config, int argc, char *argv[])
     char *output_file_name = NULL;
     int opt_index;
 
-    int output_format = DUMP_FORMAT_SUP;
+    int output_format = DUMP_FORMAT_BATCH_TAG;
 
     notmuch_opt_desc_t options[] = {
        { NOTMUCH_OPT_KEYWORD, &output_format, "format", 'f',