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

Diff of /imapfilter/file.c

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

revision 1.61 by lefcha, Mon Feb 9 19:56:41 2004 UTC revision 1.62 by lefcha, Tue Feb 10 22:21:08 2004 UTC
# Line 13  Line 13 
13    
14    
15  extern char *home;  extern char *home;
16  extern int verbosity;  extern opts_t opts;
17    
18    
19  /*  /*
# Line 108  check_file_perms(char *fname, mode_t mod Line 108  check_file_perms(char *fname, mode_t mod
108  {  {
109          struct stat fs;          struct stat fs;
110    
111          if (verbosity <= -1)          if (opts.verbosity <= -1)
112                  return 0;                  return 0;
113    
114          if (stat(fname, &fs)) {          if (stat(fname, &fs)) {
# Line 137  check_dir_perms(char *dname, mode_t mode Line 137  check_dir_perms(char *dname, mode_t mode
137  {  {
138          struct stat ds;          struct stat ds;
139    
140          if (verbosity <= -1)          if (opts.verbosity <= -1)
141                  return 0;                  return 0;
142    
143          if (stat(dname, &ds)) {          if (stat(dname, &ds)) {

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26