mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
fix read state for new imap messages getting confused when folder new msg summary tooltips are used, sr=mscott, part of 314124
This commit is contained in:
parent
ce919b811f
commit
0ad0d211ca
@ -2154,7 +2154,9 @@ void nsImapProtocol::ProcessSelectedStateURL()
|
||||
bMessageIdsAreUids, NULL, messageSize, PR_TRUE);
|
||||
}
|
||||
}
|
||||
if (GetServerStateParser().LastCommandSuccessful())
|
||||
if (GetServerStateParser().LastCommandSuccessful()
|
||||
&& m_imapAction != nsIImapUrl::nsImapMsgPreview
|
||||
&& m_imapAction != nsIImapUrl::nsImapMsgFetchPeek)
|
||||
{
|
||||
PRUint32 uid = atoi(messageIdString);
|
||||
PRInt32 index;
|
||||
|
Loading…
Reference in New Issue
Block a user