mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
fix progress for msg load, slight performance tweak,r=mscott,a=syd
This commit is contained in:
parent
ac6c946700
commit
199c7dc97f
@ -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++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user