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

Diff of /imapfilter/request.c

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

revision 1.28 by lefcha, Wed Jul 17 09:10:37 2002 UTC revision 1.29 by lefcha, Fri Jul 26 14:41:26 2002 UTC
# Line 394  int apply_action(char *mesgs, unsigned i Line 394  int apply_action(char *mesgs, unsigned i
394                                             nsppri.delim), args);                                             nsppri.delim), args);
395          break;          break;
396      case FILTER_ACTION_RCOPY:      case FILTER_ACTION_RCOPY:
397          info("%d message%s copied to mailbox \"%s\" at account %s\n", cnt,          info("%d message%s copied to mailbox \"%s\" at account %s.\n", cnt,
398               plural(cnt), destmbox, raccount->key);               plural(cnt), destmbox, raccount->key);
399          action_rcopy(mesgs, raccount, destmbox, args);          action_rcopy(mesgs, raccount, destmbox, args);
400          break;          break;
401      case FILTER_ACTION_RMOVE:      case FILTER_ACTION_RMOVE:
402          info("%d messages%s moved to mailbox \"%s\" at account %s\n", cnt,          info("%d messages%s moved to mailbox \"%s\" at account %s.\n", cnt,
403               plural(cnt), destmbox, raccount->key);               plural(cnt), destmbox, raccount->key);
404          action_rmove(mesgs, raccount, destmbox, args);          action_rmove(mesgs, raccount, destmbox, args);
405          break;          break;

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26