]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
test: Test upgrade to ghost messages feature
[notmuch] / notmuch-client.h
index 278b498a246adac024778e8d403f30e4db8155ad..e1efbe0c82520e1fc186c40f4a1eb3b9ef2634b3 100644 (file)
@@ -441,5 +441,18 @@ mime_node_child (mime_node_t *parent, int child);
 mime_node_t *
 mime_node_seek_dfs (mime_node_t *node, int n);
 
+typedef enum dump_formats {
+    DUMP_FORMAT_AUTO,
+    DUMP_FORMAT_BATCH_TAG,
+    DUMP_FORMAT_SUP
+} dump_format_t;
+
+int
+notmuch_database_dump (notmuch_database_t *notmuch,
+                      const char *output_file_name,
+                      const char *query_str,
+                      dump_format_t output_format,
+                      notmuch_bool_t gzip_output);
+
 #include "command-line-arguments.h"
 #endif