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
d0673929
...
d0673929fe7a0839ac20589dc7b5a0ed95d8c064
authored
2002-08-01 14:06:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(pop3d_argp_capa): Bugfix. Was missing "mailbox" capability.
1 parent
604452f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pop3d/pop3d.c
pop3d/pop3d.c
View file @
d067392
...
@@ -61,6 +61,7 @@ static const char *pop3d_argp_capa[] = {
...
@@ -61,6 +61,7 @@ static const char *pop3d_argp_capa[] = {
61
"daemon"
,
61
"daemon"
,
62
"auth"
,
62
"auth"
,
63
"common"
,
63
"common"
,
64
"mailbox"
,
64
"logging"
,
65
"logging"
,
65
"license"
,
66
"license"
,
66
NULL
67
NULL
...
...
Please
register
or
sign in
to post a comment