X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-dump.c;h=e451ac0c8e89448819184e2480b83db222ac93d6;hp=0cbcdc16695c3686ff6d1058da913be336a8ad63;hb=33e58021958f8069ad46d7bd05cf586676fb6ae7;hpb=e1c1d33f3726f5cadb2f92d23735dcd1102fbc88 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"); }