Fix a regression from the nsIMessenger API cleanup.
copyServce.copyMessages --> copyService.CopyMessages. git-svn-id: svn://10.0.0.236/trunk@228905 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6a17bbb213
commit
147a5357cd
@ -599,7 +599,7 @@ function performActionsOnJunkMsgs(aFolder, aMsgHdrs)
|
||||
{
|
||||
var copyService = Components.classes["@mozilla.org/messenger/messagecopyservice;1"].
|
||||
getService(Components.interfaces.nsIMsgCopyService);
|
||||
copyService.copyMessages(aFolder, aMsgHdrs, actionParams.junkTargetFolder, true /* isMove */, null,
|
||||
copyService.CopyMessages(aFolder, aMsgHdrs, actionParams.junkTargetFolder, true /* isMove */, null,
|
||||
msgWindow, true /* allow undo */);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user