do not EVER abort(). this is rediculous.

This commit is contained in:
alecf%netscape.com 1999-08-31 06:23:12 +00:00
parent 02051f03f2
commit 0719bf1c03

View File

@ -2405,7 +2405,7 @@ nsMsgComposeAndSend::DeliverMessage()
else if (mail_p)
DeliverFileAsMail();
else
abort();
return NS_ERROR_UNEXPECTED;
return NS_OK;
}