Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
fc9a40b9
...
fc9a40b97e03e4a711e01d69ef11f945d69f1919
authored
2003-09-16 14:17:07 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(opt_handler): Force RCPT_ALL if --group is given.
1 parent
d674c737
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/repl.c
mh/repl.c
View file @
fc9a40b
...
...
@@ -176,6 +176,7 @@ opt_handler (int key, char *arg, void *unused, struct argp_state *state)
s
=
mh_expand_name
(
MHLIBDIR
,
"replgroupcomps"
,
0
);
mh_read_formfile
(
s
,
&
format_str
);
free
(
s
);
rcpt_mask
|=
RCPT_ALL
;
}
else
{
...
...
Please
register
or
sign in
to post a comment