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
5aa0383a
...
5aa0383aa44c58d6f1e54704b67c0a3323ff5c23
authored
2002-04-11 03:16:30 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
split mailutils capabilities
1 parent
605b1f1b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
mail.local/main.c
mail.local/main.c
View file @
5aa0383
...
...
@@ -46,8 +46,6 @@ static char args_doc[] = "recipient [recipient ...]";
static
struct
argp_option
options
[]
=
{
{
NULL
,
0
,
NULL
,
0
,
"mail.local specific switches"
,
0
},
{
"ex-multiple-delivery-success"
,
ARG_MULTIPLE_DELIVERY
,
NULL
,
0
,
"Don't return errors when delivering to multiple recipients"
,
0
},
{
"ex-quota-tempfail"
,
ARG_QUOTA_TEMPFAIL
,
NULL
,
0
,
...
...
@@ -73,7 +71,6 @@ static struct argp_option options[] =
"Enable debugging"
,
0
},
{
"timeout"
,
't'
,
"NUMBER"
,
0
,
"Set timeout for acquiring the lockfile"
},
{
NULL
,
0
,
NULL
,
0
,
NULL
,
0
}
};
...
...
@@ -89,8 +86,9 @@ static struct argp argp = {
};
static
const
char
*
argp_capa
[]
=
{
"mailutils"
,
"auth"
,
"common"
,
"mailbox"
,
"logging"
,
NULL
};
...
...
Please
register
or
sign in
to post a comment