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