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
ccedb5c0
...
ccedb5c048ca80973e516f67b432bf664d6aa33c
authored
2003-12-30 07:48:50 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix
1 parent
e0835c15
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
mh/mhl.c
mh/mhl.c
View file @
ccedb5c
...
...
@@ -149,8 +149,11 @@ open_output ()
int
rc
;
stream_t
output
;
if
(
interactive
&&
!
moreproc
&&
!
nomoreproc
)
if
(
interactive
&&
!
nomoreproc
)
{
if
(
!
moreproc
)
moreproc
=
mh_global_profile_get
(
"moreproc"
,
getenv
(
"PAGER"
));
}
else
moreproc
=
NULL
;
...
...
Please
register
or
sign in
to post a comment