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

Diff of /imapfilter/imapfilter.c

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

revision 1.60 by lefcha, Mon Feb 9 17:34:56 2004 UTC revision 1.61 by lefcha, Mon Feb 9 18:23:49 2004 UTC
# Line 67  main(int argc, char *argv[]) Line 67  main(int argc, char *argv[])
67  #ifdef ENCRYPTED_PASSWORDS  #ifdef ENCRYPTED_PASSWORDS
68                      "p"                      "p"
69  #endif  #endif
70                      "qvV")) != -1) {                      "qvVw")) != -1) {
71                  switch (c) {                  switch (c) {
72                  case 'c':                  case 'c':
73                          conffile = optarg;                          conffile = optarg;
# Line 111  main(int argc, char *argv[]) Line 111  main(int argc, char *argv[])
111                          version();                          version();
112                          exit(ERROR_UNDEFINED);                          exit(ERROR_UNDEFINED);
113                          break;                          break;
114                    case 'w':
115                            options &= ~(OPTION_PERMISSIONS);
116                            break;
117                  default:                  default:
118                          usage();                          usage();
119                          exit(ERROR_UNDEFINED);                          exit(ERROR_UNDEFINED);
# Line 300  usage(void) Line 303  usage(void)
303  #ifdef ENCRYPTED_PASSWORDS  #ifdef ENCRYPTED_PASSWORDS
304              "p"              "p"
305  #endif  #endif
306              "qvV] [-c configfile] [-d interval] [-l logfile]\n");              "qvVw] [-c configfile] [-d interval] [-l logfile]\n");
307  }  }
308    
309    

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26