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
cc8d9c71
...
cc8d9c7151e8353ea88426d881d20a6ee201db69
authored
2016-08-22 10:31:18 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix docstrings for -nowhatnowproc
1 parent
2b6416ef
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
mh/comp.c
mh/forw.c
mh/repl.c
mh/comp.c
View file @
cc8d9c7
...
...
@@ -49,7 +49,7 @@ static struct argp_option options[] = {
{
"whatnowproc"
,
ARG_WHATNOWPROC
,
N_
(
"PROG"
),
0
,
N_
(
"set the replacement for whatnow program"
)},
{
"nowhatnowproc"
,
ARG_NOWHATNOWPROC
,
NULL
,
0
,
N_
(
"
ignore whatnowproc variable. Use standard `whatnow' shell instead.
"
)},
N_
(
"
don't run whatnowproc
"
)},
{
"use"
,
ARG_USE
,
N_
(
"BOOL"
),
OPTION_ARG_OPTIONAL
,
N_
(
"use draft file preserved after the last session"
)
},
{
"nouse"
,
ARG_NOUSE
,
NULL
,
OPTION_HIDDEN
,
""
},
...
...
mh/forw.c
View file @
cc8d9c7
...
...
@@ -64,7 +64,7 @@ static struct argp_option options[] = {
{
"whatnowproc"
,
ARG_WHATNOWPROC
,
N_
(
"PROG"
),
0
,
N_
(
"set the replacement for whatnow program"
)},
{
"nowhatnowproc"
,
ARG_NOWHATNOWPROC
,
NULL
,
0
,
N_
(
"
ignore whatnowproc variable, use standard `whatnow' shell instead
"
)},
N_
(
"
don't run whatnowproc
"
)},
{
"use"
,
ARG_USE
,
N_
(
"BOOL"
),
OPTION_ARG_OPTIONAL
,
N_
(
"use draft file preserved after the last session"
)
},
{
"nouse"
,
ARG_NOUSE
,
N_
(
"BOOL"
),
OPTION_HIDDEN
,
""
},
...
...
mh/repl.c
View file @
cc8d9c7
...
...
@@ -64,7 +64,7 @@ static struct argp_option options[] = {
{
"whatnowproc"
,
ARG_WHATNOWPROC
,
N_
(
"PROG"
),
0
,
N_
(
"set the replacement for whatnow program"
)},
{
"nowhatnowproc"
,
ARG_NOWHATNOWPROC
,
NULL
,
0
,
N_
(
"
ignore whatnowproc variable; use standard `whatnow' shell instead
"
)},
N_
(
"
don't run whatnowproc
"
)},
{
"use"
,
ARG_USE
,
N_
(
"BOOL"
),
OPTION_ARG_OPTIONAL
,
N_
(
"use draft file preserved after the last session"
)
},
{
0
}
};
...
...
Please
register
or
sign in
to post a comment