summaryrefslogtreecommitdiffstats
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-03-31 07:55:17 -0300
committerDavid Bremner <david@tethera.net>2017-04-01 09:10:15 -0300
commitd47e18411807b57cac9aaa29a7435a9f83720b81 (patch)
treedf1a1a3582514fa9c6615133fb3f4173bf1292d9 /notmuch-client.h
parent1f3c7916f82774cacbfbb0fbc9d0e0aaae9399b3 (diff)
cli/dump: bump dump format version to 3
No changes to the format of the body, but the header format was fixed, and version 2 headers probably shouldn't be relied on.
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index 10991224..e8f17250 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -470,7 +470,7 @@ typedef enum dump_includes {
#define DUMP_INCLUDE_DEFAULT (DUMP_INCLUDE_TAGS | DUMP_INCLUDE_CONFIG | DUMP_INCLUDE_PROPERTIES)
-#define NOTMUCH_DUMP_VERSION 2
+#define NOTMUCH_DUMP_VERSION 3
int
notmuch_database_dump (notmuch_database_t *notmuch,