Fix for 7002. Speed up mail by commenting out call to UpdateSummaryTotals. Reviewed by

mscott and approved by chofmann.
This commit is contained in:
putterman%netscape.com 1999-05-24 22:03:47 +00:00
Родитель e9073f8c33
Коммит fd5c7cfad6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -228,7 +228,7 @@ NS_IMETHODIMP nsMsgDBFolder::OnKeyAdded(nsMsgKey aKeyChanged, PRInt32 aFlags,
{
NotifyItemAdded(msgSupports);
}
UpdateSummaryTotals();
// UpdateSummaryTotals();
}
}
return NS_OK;