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
840f0476
...
840f0476c19f1ad9281d03282a4272029f682a1e
authored
2003-09-02 12:32:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed description of --file argument.
1 parent
dc76d437
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mail/mail.c
mail/mail.c
View file @
840f047
...
...
@@ -32,8 +32,8 @@ static char args_doc[] = N_("[address...]");
static
struct
argp_option
options
[]
=
{
{
"exist"
,
'e'
,
0
,
0
,
N_
(
"Return true if mail exists"
),
0
},
{
"file"
,
'f'
,
N_
(
"
FILE
"
),
OPTION_ARG_OPTIONAL
,
N_
(
"Operate on mailbox FILE
(default ~/mbox)"
),
0
},
{
"file"
,
'f'
,
N_
(
"
URL
"
),
OPTION_ARG_OPTIONAL
,
N_
(
"Operate on given mailbox URL
(default ~/mbox)"
),
0
},
{
"byname"
,
'F'
,
0
,
0
,
N_
(
"Save messages according to sender"
),
0
},
{
"headers"
,
'H'
,
0
,
0
,
N_
(
"Write a header summary and exit"
),
0
},
{
"ignore"
,
'i'
,
0
,
0
,
N_
(
"Ignore interrupts"
),
0
},
...
...
Please
register
or
sign in
to post a comment