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
6cf8cbbb
...
6cf8cbbb057216f37008287a83d1c61908e21737
authored
2010-09-09 11:31:41 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove leftovers of ARG_LICENSE option from MH.
1 parent
ab4d428e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
mh/comp.c
mh/forw.c
mh/repl.c
mh/comp.c
View file @
6cf8cbb
...
...
@@ -140,10 +140,6 @@ opt_handler (int key, char *arg, struct argp_state *state)
mh_opt_notimpl
(
"-[no]whatnowproc"
);
break
;
case
ARG_LICENSE
:
mh_license
(
argp_program_version
);
break
;
default:
return
ARGP_ERR_UNKNOWN
;
}
...
...
mh/forw.c
View file @
6cf8cbb
...
...
@@ -208,10 +208,6 @@ opt_handler (int key, char *arg, struct argp_state *state)
mh_opt_notimpl
(
"-[no]whatnowproc"
);
break
;
case
ARG_LICENSE
:
mh_license
(
argp_program_version
);
break
;
default:
return
ARGP_ERR_UNKNOWN
;
}
...
...
mh/repl.c
View file @
6cf8cbb
...
...
@@ -261,10 +261,6 @@ opt_handler (int key, char *arg, struct argp_state *state)
mh_opt_notimpl
(
"-[no]whatnowproc"
);
break
;
case
ARG_LICENSE
:
mh_license
(
argp_program_version
);
break
;
case
ARGP_KEY_FINI
:
if
(
!
format_str
)
format_str
=
default_format_str
;
...
...
Please
register
or
sign in
to post a comment