зеркало из https://github.com/mozilla/pjs.git
fix for bug #186573
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:
Родитель
4ca245577f
Коммит
b07753ff8f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче