зеркало из https://github.com/mozilla/pjs.git
MsgGetNewMsg should call the get new mail function.
This commit is contained in:
Родитель
15e27283e3
Коммит
c2ea770424
|
@ -40,6 +40,11 @@ function MsgNewMessage()
|
|||
NewMessage();
|
||||
}
|
||||
|
||||
function MsgGetMessage()
|
||||
{
|
||||
GetNewMail();
|
||||
}
|
||||
|
||||
function MsgDeleteMessage()
|
||||
{
|
||||
dump("\nMsgDeleteMessage from XUL\n");
|
||||
|
@ -56,12 +61,10 @@ function MsgDeleteMessage()
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
function MsgNewFolder() {}
|
||||
function MsgOpenAttachment() {}
|
||||
function MsgSaveAsFile() {}
|
||||
function MsgSaveAsTemplate() {}
|
||||
function MsgGetMessage() {}
|
||||
function MsgSendUnsentMsg() {}
|
||||
function MsgUpdateMsgCount() {}
|
||||
function MsgSubscribe() {}
|
||||
|
|
Загрузка…
Ссылка в новой задаче