зеркало из https://github.com/mozilla/pjs.git
Fixing bug 227730 again since bug 228597 changed the number of arguments
to SendMsg again.
This commit is contained in:
Родитель
f4ab9c7d04
Коммит
e6eec70132
|
@ -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 */
|
/* TODO: properly set a listener on this action and report errors back to the calling function */
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
MessageCompose.SendMsg(MessageDeliverMode.Now, Account.defaultIdentity, null,null);
|
MessageCompose.SendMsg(MessageDeliverMode.Now, Account.defaultIdentity, Account.key,null,null);
|
||||||
}
|
}
|
||||||
catch(Exception)
|
catch(Exception)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче