# HG changeset patch # User markus schnalke # Date 1291741645 10800 # Node ID ba53e648906f33b766730ee3985a4b5841b9adc5 # Parent ea5f86e0a81caf2da987914a8d77234b18665059 -q and -qo are non-exclusive -qo without arg is already included in -q (-qXXX is something completely different) diff -r ea5f86e0a81c -r ba53e648906f src/masqmail.c --- a/src/masqmail.c Tue Dec 07 14:04:56 2010 -0300 +++ b/src/masqmail.c Tue Dec 07 14:07:25 2010 -0300 @@ -562,7 +562,6 @@ } else if (strncmp(opt, "qo", 2) == 0) { /* must be before the `q' check */ set_mode(MODE_RUNQUEUE); - do_runq = FALSE; do_runq_online = TRUE; /* can be NULL, then we use online detection method */ route_name = get_optarg(argv, &arg, opt+2);