mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fixing bug 227730 again since bug 228597 changed the number of arguments
to SendMsg again.
This commit is contained in:
parent
ac9cbd3e87
commit
bf848dbc2f
@ -434,7 +434,7 @@ function sendEmail(Subject, Body, To, Cc, Bcc, Attachment, Priority)
|
||||
/* TODO: properly set a listener on this action and report errors back to the calling function */
|
||||
try
|
||||
{
|
||||
MessageCompose.SendMsg(MessageDeliverMode.Now, Account.defaultIdentity, null,null);
|
||||
MessageCompose.SendMsg(MessageDeliverMode.Now, Account.defaultIdentity, Account.key,null,null);
|
||||
}
|
||||
catch(Exception)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user