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
b68f2bcb
...
b68f2bcbb9c40539b992aaeb99125e709350662a
authored
2004-06-09 07:54:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add missing gettext markers
1 parent
158f9e08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mailbox/mu_auth.c
mailbox/mu_auth.c
View file @
b68f2bc
...
...
@@ -211,9 +211,9 @@ static error_t mu_auth_argp_parser __P((int key, char *arg,
/* Options used by programs that use extended authentication mechanisms. */
static
struct
argp_option
mu_auth_argp_option
[]
=
{
{
"authentication"
,
ARG_AUTHENTICATION
,
N_
(
"MODLIST"
),
0
,
"Set list of modules to be used for authentication"
,
0
},
N_
(
"Set the list of modules to be used for authentication"
)
,
0
},
{
"authorization"
,
ARG_AUTHORIZATION
,
N_
(
"MODLIST"
),
0
,
"Set list of modules to be used for authorization"
,
0
},
N_
(
"Set list of modules to be used for authorization"
)
,
0
},
{
NULL
,
0
,
NULL
,
0
,
NULL
,
0
}
};
...
...
Please
register
or
sign in
to post a comment