From fd5c7cfad66676be430959687bfd50845284f568 Mon Sep 17 00:00:00 2001 From: "putterman%netscape.com" Date: Mon, 24 May 1999 22:03:47 +0000 Subject: [PATCH] Fix for 7002. Speed up mail by commenting out call to UpdateSummaryTotals. Reviewed by mscott and approved by chofmann. --- mailnews/base/util/nsMsgDBFolder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/util/nsMsgDBFolder.cpp b/mailnews/base/util/nsMsgDBFolder.cpp index 810c3eeb29b4..1a117ae030af 100644 --- a/mailnews/base/util/nsMsgDBFolder.cpp +++ b/mailnews/base/util/nsMsgDBFolder.cpp @@ -228,7 +228,7 @@ NS_IMETHODIMP nsMsgDBFolder::OnKeyAdded(nsMsgKey aKeyChanged, PRInt32 aFlags, { NotifyItemAdded(msgSupports); } - UpdateSummaryTotals(); + // UpdateSummaryTotals(); } } return NS_OK;