aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-dump.c
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-01-23 09:02:46 -0400
committerGravatar David Bremner <david@tethera.net>2014-01-24 08:52:09 -0400
commitf4167e6de86d071cd94721c2acc1397bf291a13c (patch)
tree1d47a79bd4f2b3035e34d3a607660d8b15dcf0b3 /notmuch-dump.c
parent3b36898f0b5cc03d8d93e2892959aacc8953fc2c (diff)
notmuch dump: default to batch-tag format.
Although we didn't formally deprecate the old format, the new one has been available for a year.
Diffstat (limited to 'notmuch-dump.c')
-rw-r--r--notmuch-dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-dump.c b/notmuch-dump.c
index f8edda76..158142f5 100644
--- a/notmuch-dump.c
+++ b/notmuch-dump.c
@@ -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',