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
95ccd0fb
...
95ccd0fbcc756e56ab5a43a056e312dcbb9ab3d0
authored
2002-04-11 10:13:10 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed spelling of "license" option.
1 parent
8be58f39
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
comsat/comsat.c
frm/frm.c
guimb/main.c
imap4d/imap4d.c
comsat/comsat.c
View file @
95ccd0f
...
...
@@ -73,7 +73,7 @@ static const char *comsat_argp_capa[] = {
"common"
,
"logging"
,
"mailbox"
,
"licen
c
e"
,
"licen
s
e"
,
NULL
};
...
...
frm/frm.c
View file @
95ccd0f
...
...
@@ -160,7 +160,7 @@ static struct argp argp = {
static
const
char
*
frm_argp_capa
[]
=
{
"common"
,
"licen
c
e"
,
"licen
s
e"
,
"mailbox"
,
NULL
};
...
...
guimb/main.c
View file @
95ccd0f
...
...
@@ -136,7 +136,7 @@ static struct argp argp = {
static
const
char
*
guimb_argp_capa
[]
=
{
"common"
,
"mailbox"
,
"licen
c
e"
,
"licen
s
e"
,
NULL
};
...
...
imap4d/imap4d.c
View file @
95ccd0f
...
...
@@ -66,7 +66,7 @@ static const char *imap4d_capa[] = {
"common"
,
"mailbox"
,
"logging"
,
"licen
c
e"
,
"licen
s
e"
,
NULL
};
...
...
Please
register
or
sign in
to post a comment