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

Diff of /imapfilter/file.c

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

revision 1.31 by lefcha, Tue Jan 29 21:23:41 2002 UTC revision 1.32 by lefcha, Wed Jan 30 13:16:17 2002 UTC
# Line 267  int store_passwords(account_t * accts[]) Line 267  int store_passwords(account_t * accts[])
267      FILE *fd;      FILE *fd;
268    
269      snprintf(pwfile, PATH_MAX, "%s/%s", home, ".imapfilter/passwords");      snprintf(pwfile, PATH_MAX, "%s/%s", home, ".imapfilter/passwords");
270        
271        create_file(pwfile, S_IRUSR | S_IWUSR);
272    
273      fd = fopen(pwfile, "w");      fd = fopen(pwfile, "w");
274    

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26