fixed bug 12131 -- message counts not updated after a move/copy; call UpdateFolder() after move/copy is done; r=bienvenu

This commit is contained in:
jefft%netscape.com 1999-10-29 22:28:55 +00:00
Родитель fcb1dba7c5
Коммит 03a7c2f9f9
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -2550,6 +2550,7 @@ nsImapMailFolder::OnStopRunningUrl(nsIURI *aUrl, nsresult aExitCode)
}
ClearCopyState(aExitCode);
}
UpdateFolder();
break;
case nsIImapUrl::nsImapAppendMsgFromFile:
case nsIImapUrl::nsImapAppendDraftFromFile:
@ -2563,6 +2564,7 @@ nsImapMailFolder::OnStopRunningUrl(nsIURI *aUrl, nsresult aExitCode)
ClearCopyState(aExitCode);
}
}
UpdateFolder();
break;
default:
break;