SMTP:  send dialog flashing during big attachment sending if you have a fast connection

r=mscott, sr=bienvenu
This commit is contained in:
sspitzer%mozilla.org 2004-05-31 05:56:40 +00:00
parent 3d69e9e5b6
commit bab276742b

View File

@ -675,7 +675,7 @@ nsMsgProtocol::OnTransportStatus(nsITransport *transport, nsresult status,
if (status == nsISocketTransport::STATUS_RECEIVING_FROM ||
status == nsISocketTransport::STATUS_SENDING_TO)
{
mProgressEventSink->OnProgress(this, nsnull, progress, progressMax);
// do nothing....do NOT report socket transport progress bytes either
}
else
{