Mercurial > masqmail
changeset 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 (2010-12-07) |
parents | ea5f86e0a81c |
children | 853b85616c98 |
files | src/masqmail.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);