Revision a1de4e94 lib/filters/textcontent-filter.c
| b/lib/filters/textcontent-filter.c | ||
|---|---|---|
| 11 | 11 |
#include "filter.h" |
| 12 | 12 |
#include "textcontent-filter.h" |
| 13 | 13 |
|
| 14 |
#include "libsylph/procheader.h" |
|
| 15 |
#include "libsylph/procmsg.h" |
|
| 16 |
#include "libsylph/procmime.h" |
|
| 17 |
#include "libsylph/utils.h" |
|
| 14 |
#ifdef BUILTIN_LIBSYLPH |
|
| 15 |
# include "libsylph/procheader.h" |
|
| 16 |
# include "libsylph/procmsg.h" |
|
| 17 |
# include "libsylph/procmime.h" |
|
| 18 |
# include "libsylph/utils.h" |
|
| 19 |
#else |
|
| 20 |
# include <sylph/procheader.h> |
|
| 21 |
# include <sylph/procmsg.h> |
|
| 22 |
# include <sylph/procmime.h> |
|
| 23 |
# include <sylph/utils.h> |
|
| 24 |
#endif |
|
| 18 | 25 |
|
| 19 | 26 |
#define IS_BASE64_CHR(c) \ |
| 20 | 27 |
((c >= '0' && c <= '9') || \ |
Also available in: Unified diff