mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 05:47:04 +00:00
fix message offset on messages left in inbox with pop3 downloaded mail quarantining, sr=mscott, a=asa, 258113
This commit is contained in:
parent
f1bbb136ac
commit
e1d07d3708
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user