]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
Merge branch 'release'
[notmuch] / notmuch-client.h
index ebc092b844c91f5f488163cfb78f6eb77e6d453d..9ce2aef17431b3cd9792cc08477fcb630f434eea 100644 (file)
@@ -449,8 +449,11 @@ typedef enum dump_formats {
 typedef enum dump_includes {
     DUMP_INCLUDE_TAGS = 1,
     DUMP_INCLUDE_CONFIG = 2,
+    DUMP_INCLUDE_PROPERTIES = 4
 } dump_include_t;
 
+#define DUMP_INCLUDE_DEFAULT (DUMP_INCLUDE_TAGS | DUMP_INCLUDE_CONFIG | DUMP_INCLUDE_PROPERTIES)
+
 #define NOTMUCH_DUMP_VERSION 2
 
 int