mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
18 lines
290 B
C
18 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
|