]> git.notmuchmail.org Git - notmuch/blobdiff - util/repair.h
repair: set up codebase for repair functionality
[notmuch] / util / repair.h
diff --git a/util/repair.h b/util/repair.h
new file mode 100644 (file)
index 0000000..70e2b7b
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef _REPAIR_H
+#define _REPAIR_H
+
+#include "gmime-extra.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* This is a collection of message structure and message format repair
+ * techniques that are designed to improve the user experience of
+ * notmuch */
+
+#ifdef __cplusplus
+}
+#endif
+#endif