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

Diff of /imapfilter/filter.c

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

revision 1.9 by lefcha, Fri Feb 13 12:17:16 2004 UTC revision 1.10 by lefcha, Fri Feb 13 13:18:37 2004 UTC
# Line 37  void string_upper(char *str, size_t size Line 37  void string_upper(char *str, size_t size
37  void  void
38  init_filter(filter_t * f)  init_filter(filter_t * f)
39  {  {
40    
41          f->left = f->right = NULL;          f->left = f->right = NULL;
42          f->key[0] = '\0';          f->key[0] = '\0';
43          f->mode = FILTER_MODE_AND;          f->mode = FILTER_MODE_AND;
# Line 215  set_action(char *line, regmatch_t * m) Line 216  set_action(char *line, regmatch_t * m)
216  void  void
217  init_mask(mask_t * m)  init_mask(mask_t * m)
218  {  {
219    
220          m->next = NULL;          m->next = NULL;
221          m->body[0] = '\0';          m->body[0] = '\0';
222          m->type = 0;          m->type = 0;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26