зеркало из https://github.com/mozilla/pjs.git
fix 329232 first save tos draft/template/sent folder fails if folder has to be created, sr=mscott
This commit is contained in:
Родитель
989f2df0f6
Коммит
1feb2bbb4b
|
@ -248,14 +248,14 @@ nsMsgCopy::StartCopyOperation(nsIMsgIdentity *aUserIdentity,
|
|||
}
|
||||
|
||||
mMode = aMode;
|
||||
mFileSpec = aFileSpec;
|
||||
mDstFolder = dstFolder;
|
||||
mMsgToReplace = aMsgToReplace;
|
||||
mIsDraft = isDraft;
|
||||
mMsgSendObj = aMsgSendObj;
|
||||
if (!waitForUrl)
|
||||
{
|
||||
// cache info needed for DoCopy and call DoCopy when OnStopUrl is called.
|
||||
mFileSpec = aFileSpec;
|
||||
mDstFolder = dstFolder;
|
||||
mMsgToReplace = aMsgToReplace;
|
||||
mIsDraft = isDraft;
|
||||
mMsgSendObj = aMsgSendObj;
|
||||
rv = DoCopy(aFileSpec, dstFolder, aMsgToReplace, isDraft, msgWindow, aMsgSendObj);
|
||||
// N.B. "this" may be deleted when this call returns.
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче