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

Contents of /imapfilter/file.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (show annotations)
Mon Sep 10 23:43:29 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
Remove/added files of new imapfilter.

1 #include <regex.h>
2
3 /*
4 * "Standard" means one of FROM, TO, CC, BCC and SUBJECT which are header
5 * field-names recognised as searching criteria, from an IMAP server, while
6 * custom indicates any other user defined headerfield-names.
7 */
8 #define standard_filter(A, B) set_filters(A, B, 0)
9 #define custom_filter(A, B) set_filters(A, B, 1)
10
11 int read_config(char *cfg);
12 #ifdef PERMISSIONS
13 int check_perms(char *cfg);
14 #endif
15 int parse_config(FILE * fp);
16 account_t *prepare_account(void);
17 int set_account(char *line, regmatch_t * match);
18 int set_filters(char *line, regmatch_t * match, int csm);
19 void set_limits(char *line, regmatch_t * match);
20 void set_options(char *line, regmatch_t * match);

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26