masqmail
diff src/masqmail.c @ 282:ba53e648906f
-q and -qo are non-exclusive
-qo without arg is already included in -q
(-qXXX is something completely different)
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 07 Dec 2010 14:07:25 -0300 |
parents | ea5f86e0a81c |
children | 4869321aa7bf |
line diff
1.1 --- a/src/masqmail.c Tue Dec 07 14:04:56 2010 -0300 1.2 +++ b/src/masqmail.c Tue Dec 07 14:07:25 2010 -0300 1.3 @@ -562,7 +562,6 @@ 1.4 } else if (strncmp(opt, "qo", 2) == 0) { 1.5 /* must be before the `q' check */ 1.6 set_mode(MODE_RUNQUEUE); 1.7 - do_runq = FALSE; 1.8 do_runq_online = TRUE; 1.9 /* can be NULL, then we use online detection method */ 1.10 route_name = get_optarg(argv, &arg, opt+2);