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
cd2126be
...
cd2126bee8534176c4e28dcf8f326f19d3132279
authored
2015-08-24 21:49:20 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix typos
1 parent
3619b7c1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
imap4d/imap4d.c
mh/send.c
mimeview/mimeview.c
imap4d/imap4d.c
View file @
cd2126b
...
...
@@ -441,7 +441,7 @@ static struct mu_cfg_param imap4d_cfg_param[] = {
N_
(
"Use only preauth mode. If unable to setup it, disconnect "
"immediately."
)
},
{
"ident-keyfile"
,
mu_cfg_string
,
&
ident_keyfile
,
0
,
NULL
,
N_
(
"Name of DES keyfile for decoding ecrypted ident responses."
)
},
N_
(
"Name of DES keyfile for decoding e
n
crypted ident responses."
)
},
{
"ident-encrypt-only"
,
mu_cfg_bool
,
&
ident_encrypt_only
,
0
,
NULL
,
N_
(
"Use only encrypted ident responses."
)
},
{
"id-fields"
,
MU_CFG_LIST_OF
(
mu_cfg_string
),
&
imap4d_id_list
,
0
,
NULL
,
...
...
mh/send.c
View file @
cd2126b
...
...
@@ -57,7 +57,7 @@ static struct argp_option options[] = {
N_
(
"add Message-ID: field"
)
},
{
"nomsgid"
,
ARG_NOMSGID
,
NULL
,
OPTION_HIDDEN
,
""
},
{
"push"
,
ARG_PUSH
,
N_
(
"BOOL"
),
OPTION_ARG_OPTIONAL
,
N_
(
"run in the backround"
)
},
N_
(
"run in the back
g
round"
)
},
{
"nopush"
,
ARG_NOPUSH
,
NULL
,
OPTION_HIDDEN
,
""
},
{
"preserve"
,
ARG_PRESERVE
,
N_
(
"BOOL"
),
OPTION_ARG_OPTIONAL
,
N_
(
"keep draft files"
)
},
...
...
mimeview/mimeview.c
View file @
cd2126b
...
...
@@ -52,7 +52,7 @@ static struct argp_option options[] = {
{
"mimetypes"
,
't'
,
N_
(
"FILE"
),
0
,
N_
(
"use this mime.types file"
),
0
},
{
"dry-run"
,
'n'
,
NULL
,
0
,
N_
(
"do not
do anything, just print what whould be
done"
),
0
},
N_
(
"do not
hing, just print what would have been
done"
),
0
},
{
"metamail"
,
OPT_METAMAIL
,
N_
(
"FILE"
),
OPTION_ARG_OPTIONAL
,
N_
(
"use metamail to display files"
),
0
},
{
0
,
0
,
0
,
0
}
...
...
Please
register
or
sign in
to post a comment