fix progress for msg load, slight performance tweak,r=mscott,a=syd

This commit is contained in:
bienvenu%netscape.com 1999-12-22 04:30:35 +00:00
parent ac6c946700
commit 199c7dc97f

View File

@ -1124,6 +1124,7 @@ PRBool nsImapProtocol::ProcessCurrentURL()
// release the url as we are done with it...
ReleaseUrlState();
ResetProgressInfo();
// now try queued urls, now that we've released this connection.
if (m_imapServerSink && GetConnectionStatus() >= 0)
{
@ -1525,7 +1526,6 @@ void nsImapProtocol::ProcessSelectedStateURL()
else
{
// get new message counts, if any, from server
ProgressEventFunctionUsingId (IMAP_STATUS_SELECTING_MAILBOX);
if (m_needNoop)
{
m_noopCount++;