Fixing bug 227730 again since bug 228597 changed the number of arguments

to SendMsg again.
This commit is contained in:
mostafah%oeone.com 2004-02-13 19:23:17 +00:00
Родитель f4ab9c7d04
Коммит e6eec70132
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)
{