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
8979e27e
...
8979e27ebbc55504a5b1604585d0ea17c560a01b
authored
2002-12-27 16:38:20 +0000
by
Jordi Mallach
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Typo fixes.
1 parent
28e9d2b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
mh/inc.c
mh/repl.c
mh/inc.c
View file @
8979e27
...
...
@@ -25,7 +25,7 @@ static char args_doc[] = N_("[+folder]");
/* GNU options */
static
struct
argp_option
options
[]
=
{
{
"file"
,
'i'
,
"FILE"
,
0
,
N_
(
"Inorporate mail from named file"
)},
{
"file"
,
'i'
,
"FILE"
,
0
,
N_
(
"In
c
orporate mail from named file"
)},
{
"folder"
,
'f'
,
"FOLDER"
,
0
,
N_
(
"Specify folder to incorporate mail to"
)},
{
"audit"
,
'a'
,
"FILE"
,
0
,
N_
(
"Enable audit"
)},
{
"noaudit"
,
'n'
,
0
,
0
,
N_
(
"Disable audit"
)},
...
...
mh/repl.c
View file @
8979e27
...
...
@@ -55,7 +55,7 @@ static struct argp_option options[] = {
{
"query"
,
ARG_QUERY
,
"BOOL"
,
0
,
N_
(
"Query for addresses to place in To: and Cc: lists"
)},
{
"width"
,
'w'
,
"NUMBER"
,
0
,
N_
(
"Set output width"
)},
{
"whatnowproc"
,
ARG_WHATNOWPROC
,
"PROG"
,
0
,
N_
(
"Set the relacement for whatnow program"
)},
N_
(
"Set the re
p
lacement for whatnow program"
)},
{
N_
(
"
\n
Use -help switch to obtain the list of traditional MH options. "
),
0
,
0
,
OPTION_DOC
,
""
},
{
0
}
};
...
...
Please
register
or
sign in
to post a comment