notmuch/util/repair.h
Daniel Kahn Gillmor 1b29822cf5 repair: set up codebase for repair functionality
This adds no functionality directly, but is a useful starting point
for adding new repair functionality.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2019-09-01 08:20:25 -03:00

17 lines
290 B
C

#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