(opt_handler): Force RCPT_ALL if --group is given.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -176,6 +176,7 @@ opt_handler (int key, char *arg, void *unused, struct argp_state *state) | ... | @@ -176,6 +176,7 @@ opt_handler (int key, char *arg, void *unused, struct argp_state *state) |
176 | s = mh_expand_name (MHLIBDIR, "replgroupcomps", 0); | 176 | s = mh_expand_name (MHLIBDIR, "replgroupcomps", 0); |
177 | mh_read_formfile (s, &format_str); | 177 | mh_read_formfile (s, &format_str); |
178 | free (s); | 178 | free (s); |
179 | rcpt_mask |= RCPT_ALL; | ||
179 | } | 180 | } |
180 | else | 181 | else |
181 | { | 182 | { | ... | ... |
-
Please register or sign in to post a comment