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

Diff of /imapfilter/request.c

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

revision 1.27 by lefcha, Sat Jul 13 22:33:01 2002 UTC revision 1.28 by lefcha, Wed Jul 17 09:10:37 2002 UTC
# Line 606  int action_flag(char *mesgs, unsigned in Line 606  int action_flag(char *mesgs, unsigned in
606      *s = 0;      *s = 0;
607    
608      switch (*type) {      switch (*type) {
     case FILTER_ACTION_FLAG_REPLACE:  
         t = STORE_FLAG_REPLACE;  
         break;  
609      case FILTER_ACTION_FLAG_ADD:      case FILTER_ACTION_FLAG_ADD:
610          t = STORE_FLAG_ADD;          t = STORE_FLAG_ADD;
611          break;          break;
612      case FILTER_ACTION_FLAG_REMOVE:      case FILTER_ACTION_FLAG_REMOVE:
613          t = STORE_FLAG_REMOVE;          t = STORE_FLAG_REMOVE;
614          break;          break;
615        default:
616            t = STORE_FLAG_REPLACE;
617      }      }
618    
619      if ((*msgflags != MESSAGE_FLAG_NONE)) {      if ((*msgflags != MESSAGE_FLAG_NONE)) {

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26