]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - notmuch-dump.c
emacs: instruct user to autoload notmuch instead of require'ing it
[notmuch.git] / 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',