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
d75b6363
...
d75b63634470d9fbcc210679e57fe8c8ca9b03f4
authored
2004-06-09 07:55:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(options): Fixed typo in doc string
1 parent
ab605367
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pop3d/pop3d.c
pop3d/pop3d.c
View file @
d75b636
...
...
@@ -75,7 +75,7 @@ static struct argp_option options[] = {
N_
(
"Name of login statistics file"
),
0
},
#endif
{
"expire"
,
OPT_EXPIRE
,
N_
(
"DAYS"
),
0
,
N_
(
"M
in
imum retention period for messages in the maildrop, default -1 means NEVER"
),
0
},
N_
(
"M
ax
imum retention period for messages in the maildrop, default -1 means NEVER"
),
0
},
{
NULL
,
0
,
NULL
,
0
,
NULL
,
0
}
};
...
...
Please
register
or
sign in
to post a comment