/[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 by lefcha, Sun Aug 3 16:01:53 2003 UTC revision 1.2.2.2 by lefcha, Fri Sep 12 09:58:52 2003 UTC
# Line 1  Line 1 
1  #include <stdio.h>  #include <stdio.h>
2  #include <stdlib.h>  #include <stdlib.h>
3  #include <string.h>  #include <string.h>
4    #include <sys/types.h>
5  #include <time.h>  #include <time.h>
6    
7  #include "config.h"  #include "config.h"
# Line 243  action_rcopy(char *mbox, char *mesgs, ac Line 244  action_rcopy(char *mbox, char *mesgs, ac
244          m = mcp = xstrdup(mesgs);          m = mcp = xstrdup(mesgs);
245    
246          xstrncpy(dm[1], destmbox, MBOX_NAME_LEN - 1);          xstrncpy(dm[1], destmbox, MBOX_NAME_LEN - 1);
247            default_variables(mbox, dm[1]);
248          current_date(dm[1]);          current_date(dm[1]);
249    
250          tok = strtok_r(m, " ", &m);          tok = strtok_r(m, " ", &m);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.2

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26