mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
cli/dump: fix bug in dump header
Fix copy paste error.
(cherry picked from commit 1f3c7916f8
)
(changes to missing test dropped)
This commit is contained in:
parent
8ef0d05ad7
commit
83dffdb251
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue