diff options
| author | David Bremner <david@tethera.net> | 2017-04-01 09:36:34 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-04-01 09:36:34 -0300 |
| commit | 33e58021958f8069ad46d7bd05cf586676fb6ae7 (patch) | |
| tree | 55089f7a54a9a2567b27249b946d0fba33b854c3 /notmuch-dump.c | |
| parent | c0a3bd956af91d08d95a993f4fd971a617a5517b (diff) | |
| parent | e64fdf889d0f78543557f5b72ebca1571caf497e (diff) | |
Merge branch 'release'
Final 0.24.1 release
Diffstat (limited to 'notmuch-dump.c')
| -rw-r--r-- | notmuch-dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-dump.c b/notmuch-dump.c index 0cbcdc16..e451ac0c 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"); } |
