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

Diff of /imapfilter/action.c

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

revision 1.2.2.3 by lefcha, Sun Nov 23 22:52:54 2003 UTC revision 1.2.2.4 by lefcha, Tue Jan 20 01:47:26 2004 UTC
# Line 405  action_list(char *mesgs, char *args) Line 405  action_list(char *mesgs, char *args)
405    
406          snprintf(s, ARGS_LEN + 27 - 1, options & OPTION_PEEK ?          snprintf(s, ARGS_LEN + 27 - 1, options & OPTION_PEEK ?
407              "BODY.PEEK[HEADER.FIELDS (%s)]" :              "BODY.PEEK[HEADER.FIELDS (%s)]" :
408              "BODY[HEADER.FIELDS (%s)", args);              "BODY[HEADER.FIELDS (%s)]", args);
409    
410          tok = strtok_r(m, " ", &m);          tok = strtok_r(m, " ", &m);
411          while (tok != NULL) {          while (tok != NULL) {

Legend:
Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.4

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26