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

Diff of /imapfilter/imapfilter.c

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

revision 1.54.2.2 by lefcha, Sun Nov 23 22:52:54 2003 UTC revision 1.54.2.3 by lefcha, Tue Jan 20 02:06:09 2004 UTC
# Line 95  main(int argc, char *argv[]) Line 95  main(int argc, char *argv[])
95                          break;                          break;
96  #endif  #endif
97                  case 'q':                  case 'q':
98                          options &= OPTION_DETAILS_CLEAR;                          options &= ~(OPTION_DETAILS_QUIET |
99                                OPTION_DETAILS_NORMAL | OPTION_DETAILS_VERBOSE);
100                          options |= OPTION_DETAILS_QUIET;                          options |= OPTION_DETAILS_QUIET;
101                          break;                          break;
102                  case 'v':                  case 'v':
103                          options &= OPTION_DETAILS_CLEAR;                          options &= ~(OPTION_DETAILS_QUIET |
104                                OPTION_DETAILS_NORMAL | OPTION_DETAILS_VERBOSE);
105                          options |= OPTION_DETAILS_VERBOSE;                          options |= OPTION_DETAILS_VERBOSE;
106                          break;                          break;
107                  case 'V':                  case 'V':
# Line 147  main(int argc, char *argv[]) Line 149  main(int argc, char *argv[])
149    
150          if (options & OPTION_DAEMON_MODE) {          if (options & OPTION_DAEMON_MODE) {
151                  f = 1;                  f = 1;
152                  options &= OPTION_DETAILS_CLEAR;                  options &= ~(OPTION_DETAILS_QUIET |
153                        OPTION_DETAILS_NORMAL | OPTION_DETAILS_VERBOSE);
154                  options |= OPTION_DETAILS_QUIET;                  options |= OPTION_DETAILS_QUIET;
155          }          }
156          do {          do {

Legend:
Removed from v.1.54.2.2  
changed lines
  Added in v.1.54.2.3

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26