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
1bfed043
...
1bfed0432bbe19d7464e715aba0bd8076d228ab9
authored
2003-08-13 16:03:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(main): Use mh_interactive_mode_p().
1 parent
fd397a44
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/pick.c
mh/pick.c
View file @
1bfed04
...
...
@@ -345,7 +345,7 @@ main (int argc, char **argv)
mh_msgset_t
msgset
;
int
flags
;
flags
=
isatty
(
0
)
?
0
:
ARGP_NO_ERRS
;
flags
=
mh_interactive_mode_p
(
)
?
0
:
ARGP_NO_ERRS
;
mu_init_nls
();
mu_argp_init
(
program_version
,
NULL
);
mh_argp_parse
(
argc
,
argv
,
flags
,
options
,
mh_option
,
...
...
Please
register
or
sign in
to post a comment