fix message offset on messages left in inbox with pop3 downloaded mail quarantining, sr=mscott, a=asa, 258113

This commit is contained in:
bienvenu%nventure.com 2005-04-20 21:22:02 +00:00
parent f1bbb136ac
commit e1d07d3708

View File

@ -814,6 +814,7 @@ nsPop3Sink::IncorporateComplete(nsIMsgWindow *aMsgWindow, PRInt32 aSize)
PRUint32 newMsgPos = destFolderSpec.GetFileSize();
PRUint32 msgSize;
hdr->GetMessageSize(&msgSize);
hdr->SetMessageKey(newMsgPos);
if (msgSize > m_tmpDownloadFileSpec.GetFileSize())
rv = NS_MSG_ERROR_WRITING_MAIL_FOLDER;
else