fix progress for mailbox parsing 29934

This commit is contained in:
bienvenu%netscape.com 2000-03-11 19:48:06 +00:00
Родитель e1eea71612
Коммит fb177151c1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -392,7 +392,7 @@ PRInt32 nsMsgMailboxParser::HandleLine(char *line, PRUint32 lineLength)
// return NS_MSG_NOT_A_MAIL_FOLDER; /* #### NOT_A_MAIL_FILE */
}
}
m_graph_progress_received += lineLength;
// m_graph_progress_received += lineLength;
// mailbox parser needs to do special stuff when it finds an envelope
// after parsing a message body. So do that.