fix empty trash leaving trash.msf invalid, r/sr/a=sspitzer
This commit is contained in:
Родитель
6bdcd06f39
Коммит
4b555f64ef
|
@ -1704,6 +1704,7 @@ nsMsgDBFolder::SetDBTransferInfo(nsIDBFolderInfo *aTransferInfo)
|
|||
db->GetDBFolderInfo(getter_AddRefs(dbFolderInfo));
|
||||
if(dbFolderInfo)
|
||||
dbFolderInfo->InitFromTransferInfo(aTransferInfo);
|
||||
db->SetSummaryValid(PR_TRUE);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
@ -2039,7 +2040,7 @@ nsresult nsMsgDBFolder::PromptForCachePassword(nsIMsgIncomingServer *server, nsI
|
|||
return (!passwordCorrect) ? NS_ERROR_FAILURE : rv;
|
||||
}
|
||||
|
||||
|
||||
// this gets called after the last junk mail classification has run.
|
||||
nsresult nsMsgDBFolder::PerformBiffNotifications(void)
|
||||
{
|
||||
nsCOMPtr<nsIMsgIncomingServer> server;
|
||||
|
|
Загрузка…
Ссылка в новой задаче