]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-dump.c
Merge branch 'release'
[notmuch] / notmuch-dump.c
index 0cbcdc16695c3686ff6d1058da913be336a8ad63..e451ac0c8e89448819184e2480b83db222ac93d6 100644 (file)
@@ -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");
 }