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
f94f3274
...
f94f327411ada1a7c8ed4033f5230ef7cdabb64e
authored
2003-03-26 18:54:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(main): Ignore sighups.
1 parent
9b3ffb97
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
mh/mhn.c
mh/mhn.c
View file @
f94f327
...
...
@@ -18,6 +18,7 @@
/* MH mhn command */
#include <mh.h>
#include <signal.h>
#include <mailutils/mime.h>
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
...
...
@@ -2509,6 +2510,8 @@ main (int argc, char **argv)
argc
-=
index
;
argv
+=
index
;
signal
(
SIGPIPE
,
SIG_IGN
);
if
(
input_file
)
{
if
(
argc
)
...
...
Please
register
or
sign in
to post a comment