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
3f74a17b
...
3f74a17b65c1e1fb3c30c4642e4c62dbb0d4ff2e
authored
2001-10-23 22:33:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Do not call mh_init() explicitly.
1 parent
301336f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
mh/inc.c
mh/scan.c
mh/inc.c
View file @
3f74a17
...
...
@@ -149,7 +149,6 @@ main (int argc, char **argv)
mh_argp_parse
(
argc
,
argv
,
options
,
mh_option
,
args_doc
,
doc
,
opt_handler
,
NULL
);
mh_init
();
if
(
!
quiet
&&
mh_format_parse
(
format_str
,
&
format
))
{
...
...
mh/scan.c
View file @
3f74a17
...
...
@@ -133,7 +133,6 @@ main (int argc, char **argv)
mh_argp_parse
(
argc
,
argv
,
options
,
mh_option
,
args_doc
,
doc
,
opt_handler
,
NULL
);
mh_init
();
if
(
mh_format_parse
(
format_str
,
&
format
))
{
...
...
Please
register
or
sign in
to post a comment