/[imapfilter]/imapfilter/file.h
ViewVC logotype

Annotation of /imapfilter/file.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sat Aug 11 15:54:57 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.1: +7 -2 lines
File MIME type: text/plain
Added ALLOW type filters

1 lefcha 1.1 #include <regex.h>
2    
3 lefcha 1.2 /*
4     * "Standard" means one of FROM, TO, CC, BCC and SUBJECT which are
5     * header field-names recognised as searching criteria, from an
6     * IMAP server. Custom any other user defined header field-names.
7     */
8 lefcha 1.1 #define standard_filter(A, B) set_filters(A, B, 0)
9 lefcha 1.2 #define custom_filter(A, B) set_filters(A, B, 1)
10 lefcha 1.1
11     int read_config(char *cfg);
12     int parse_config(FILE * fp);
13     void set_account(char *line, regmatch_t * match);
14 lefcha 1.2 void set_filters(char *line, regmatch_t * match, int custom);

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26