fix 223730, clear imap status messages when finished running imap urls, sr=mscott

This commit is contained in:
bienvenu%nventure.com 2006-04-04 19:52:14 +00:00
Родитель 6b03bf8607
Коммит 82183073e3
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -4786,6 +4786,7 @@ nsImapMailFolder::OnStopRunningUrl(nsIURI *aUrl, nsresult aExitCode)
if (imapUrl)
{
DisplayStatusMsg(imapUrl, NS_LITERAL_STRING("").get());
nsImapAction imapAction = nsIImapUrl::nsImapTest;
imapUrl->GetImapAction(&imapAction);
if (imapAction == nsIImapUrl::nsImapMsgFetch || imapAction == nsIImapUrl::nsImapMsgDownloadForOffline)