MsgGetNewMsg should call the get new mail function.
git-svn-id: svn://10.0.0.236/trunk@23868 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user