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
97010cf6
...
97010cf69ace67ff57ecfcc9a522437884db383b
authored
2001-12-18 03:08:01 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
modified to compile against the changed mailer_send_message()
1 parent
20f16f95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/send.c
mail/send.c
View file @
97010cf
...
...
@@ -384,7 +384,7 @@ mail_send0 (struct send_environ *env, int save_to)
status
=
mailer_open
(
mailer
,
MU_STREAM_RDWR
);
if
(
status
==
0
)
{
mailer_send_message
(
mailer
,
msg
);
mailer_send_message
(
mailer
,
msg
,
NULL
,
NULL
);
mailer_close
(
mailer
);
}
mailer_destroy
(
&
mailer
);
...
...
Please
register
or
sign in
to post a comment