X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch-dump.c;h=e451ac0c8e89448819184e2480b83db222ac93d6;hb=6977316a5f6ffa4f7df8ae26963c4629740b6c9d;hp=0cbcdc16695c3686ff6d1058da913be336a8ad63;hpb=d877240f4e097eb3dd477409a24155c10e0b3c17;p=notmuch diff --git a/notmuch-dump.c b/notmuch-dump.c index 0cbcdc16..e451ac0c 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -84,7 +84,7 @@ print_dump_header (gzFile output, int output_format, int include) sep = ","; } if (include & DUMP_INCLUDE_TAGS) { - gzprintf (output, "%sproperties", sep); + gzprintf (output, "%stags", sep); } gzputs (output, "\n"); }