ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Classes | |
struct | msg_btsm_T |
struct | feature_T |
struct | tokconf_T |
Macros | |
#define | MSG_BTSM_INITIALIZER |
#define | FEATURE_WORD 0 |
#define | FEATURE_NGRAM 1 |
#define | _BODY 0 |
#define | _HTML 1 |
#define | _HEADER 2 |
#define | _CTYPE 3 |
#define | _CDISP 4 |
#define | _RCVD 5 |
#define | _FROM 6 |
#define | _MAILER 7 |
#define | SEP_TOK " \t\n\r,=&?\"()[]{}<>;~/" |
#define | SEP_WS " \t\n\r" |
#define | TOKCONF_INITIALIZER {"body", "body", TRUE, NULL, NULL, TRUE} |
#define | ADD_TOKEN(bm, prefix, token) |
#define | SECSEP ".^\':@|+_-%#!$" |
#define | X_HTML_SEP " -x- " |
#define | NORM_FILENAME(fname) |
Typedefs | |
typedef struct msg_btsm_T | msg_btsm_T |
Functions | |
void | set_tokconf_active (char *tag, bool active) |
bool | bfilter_handle_message (char *id, char *fname, btsm_browse_F func, void *arg) |
#define SECSEP ".^\':@|+_-%#!$" |