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