notmuch/util/repair.h

18 lines
290 B
C
Raw Normal View History

#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