X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-dump.c;h=0bb946f8f3378babd16d261d2e1106e068150db5;hp=e7965ceab1c55fb9347b6657df45fa62330b4839;hb=83dffdb25192e482ab25742e3cf4608c20441b0a;hpb=8ef0d05ad77db68044e437e939c60bed07e169f1 diff --git a/notmuch-dump.c b/notmuch-dump.c index e7965cea..0bb946f8 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"); }