rest of fix for batching move/copy r=naving,sr=mscott 64456
git-svn-id: svn://10.0.0.236/trunk@84748 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -183,8 +183,9 @@ NS_IMETHODIMP nsCopyMessageStreamListener::OnStopRequest(nsIChannel * aChannel,
|
||||
nsCOMPtr <nsIMsgImapMailFolder> destImap = do_QueryInterface(mDestination);
|
||||
if (!destImap)
|
||||
{
|
||||
rv = DeleteMessage(uri, mSrcFolder);
|
||||
if(NS_SUCCEEDED(rv))
|
||||
// if the destination is a local folder, it will handle the delete from the source in EndMove
|
||||
// rv = DeleteMessage(uri, mSrcFolder);
|
||||
// if(NS_SUCCEEDED(rv))
|
||||
rv = mDestination->EndMove();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user