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
e2dd4cd1
...
e2dd4cd178ffe099f2741a36b6791b5345b81b82
authored
2007-08-26 21:31:46 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(lib_descr): Add mailer.
1 parent
4f597ff0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
config/mailutils-config.c
config/mailutils-config.c
View file @
e2dd4cd
...
...
@@ -33,7 +33,7 @@ static struct argp_option options[] = {
N_
(
"Print C compiler flags to compile with"
),
0
},
{
"link"
,
'l'
,
NULL
,
0
,
N_
(
"Print libraries to link with. Possible arguments are: auth, guile, "
"mbox, mh, maildir, imap, pop, sieve and all"
),
0
},
"mbox, mh, maildir,
mailer,
imap, pop, sieve and all"
),
0
},
{
"info"
,
'i'
,
NULL
,
0
,
N_
(
"Print a list of configuration options used to build mailutils. If arguments "
"are given, they are interpreted as a list of configuration options to check "
...
...
@@ -108,6 +108,7 @@ struct lib_descr {
{
"imap"
,
"mu_imap"
,
NEEDAUTH
},
{
"pop"
,
"mu_pop"
,
NEEDAUTH
},
{
"nntp"
,
"mu_nntp"
,
0
},
{
"mailer"
,
"mu_mailer"
,
0
},
{
"sieve"
,
"sieve"
,
NOTALL
},
{
NULL
}
};
...
...
Please
register
or
sign in
to post a comment