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

Diff of /imapfilter/file.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.41 by lefcha, Sat Jul 13 23:03:58 2002 UTC revision 1.42 by lefcha, Thu Jul 25 21:24:53 2002 UTC
# Line 153  int parse_config(FILE * fd) Line 153  int parse_config(FILE * fd)
153              r = set_filter(line, match);              r = set_filter(line, match);
154          else if (!regexec(&creg[4], line, 11, match, 0))          else if (!regexec(&creg[4], line, 11, match, 0))
155              r = set_action(line, match);              r = set_action(line, match);
156          else if (!regexec(&creg[5], line, 7, match, 0) ||          else if (!regexec(&creg[5], line, 5, match, 0))
157                   !regexec(&creg[6], line, 7, match, 0) ||              r = set_mask(line, match, MASK_MATCH_1);
158                   !regexec(&creg[7], line, 7, match, 0) ||          else if (!regexec(&creg[6], line, 6, match, 0))
159                   !regexec(&creg[8], line, 7, match, 0))              r = set_mask(line, match, MASK_MATCH_2);
160              r = set_mask(line, match);          else if (!regexec(&creg[7], line, 7, match, 0))
161                r = set_mask(line, match, MASK_MATCH_3);
162            else if (!regexec(&creg[8], line, 6, match, 0))
163                r = set_mask(line, match, MASK_MATCH_4);
164          else if (!regexec(&creg[9], line, 3, match, 0))          else if (!regexec(&creg[9], line, 3, match, 0))
165              r = set_job(line, match);              r = set_job(line, match);
166          else if (!regexec(&creg[10], line, 4, match, 0) ||          else if (!regexec(&creg[10], line, 4, match, 0) ||

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26