Commit 97010cf6 97010cf69ace67ff57ecfcc9a522437884db383b by Sam Roberts

modified to compile against the changed mailer_send_message()

1 parent 20f16f95
......@@ -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);
......