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
17e439a2
...
17e439a21c020da961734a0a782cf4ca2ad62b9c
authored
2002-03-28 12:40:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Renamed --maildir to --mail-spool.
1 parent
a0f8c917
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
lib/mu_argp.c
lib/mu_argp.c
View file @
17e439a
...
...
@@ -51,7 +51,7 @@
#define ARG_PAM_SERVICE 10
static
struct
argp_option
mu_common_argp_option
[]
=
{
{
"mail
dir
"
,
'm'
,
"URL"
,
0
,
{
"mail
-spool
"
,
'm'
,
"URL"
,
0
,
"use specified URL as a mailspool directory"
,
0
},
{
"license"
,
'L'
,
NULL
,
0
,
"print license and exit"
,
0
},
{
NULL
,
0
,
NULL
,
0
,
NULL
,
0
}
...
...
@@ -459,8 +459,7 @@ read_rc (const char *progname, const char *name, const char *capa[],
else
p
=
kwp
;
/* Use the whole line. */
if
(
progname
==
NULL
if
(
progname
==
NULL
||
(
kwp
[
0
]
==
':'
&&
member
(
capa
,
kwp
+
1
,
len
-
1
))
||
strncmp
(
progname
,
kwp
,
len
)
==
0
)
...
...
Please
register
or
sign in
to post a comment