X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Frepair.h;fp=util%2Frepair.h;h=70e2b7bcc9d6733104a1a7ebc19b6eb2f93bd9ee;hp=0000000000000000000000000000000000000000;hb=1b29822cf55eb53e1d45a71c2a3e4a2c2a4574d1;hpb=dcfa2fc99667467011516a3223f7889c05955746 diff --git a/util/repair.h b/util/repair.h new file mode 100644 index 00000000..70e2b7bc --- /dev/null +++ b/util/repair.h @@ -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