when pop mail comes in, and we aren't looking at the inbox
we don't update the unread / total counts.

r/sr=bienvenu, a=sspitzer
This commit is contained in:
sspitzer%netscape.com 2003-05-02 02:04:10 +00:00
Родитель 4ca245577f
Коммит b07753ff8f
1 изменённых файлов: 7 добавлений и 2 удалений

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

@ -256,10 +256,15 @@ nsPop3Sink::EndMailDelivery()
(void) filterList->FlushLogIfNecessary();
}
// fix for bug #161999
// we should update the summary totals for the folder (inbox)
// in case it's not the open folder
m_folder->UpdateSummaryTotals(PR_TRUE);
#ifdef DEBUG
printf("End mail message delivery.\n");
printf("End mail message delivery.\n");
#endif
return NS_OK;
return NS_OK;
}
nsresult