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