log when imap urls are doomed, to help track down 221023 r/sr=mscott

This commit is contained in:
bienvenu%nventure.com 2003-10-12 18:41:13 +00:00
Родитель 41d28c8ce9
Коммит 4e3547108e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -580,6 +580,7 @@ nsresult nsImapIncomingServer::DoomUrlIfChannelHasError(nsIImapUrl *aImapUrl, PR
{
nsresult res;
*urlDoomed = PR_TRUE;
nsImapProtocol::LogImapUrl("dooming url", aImapUrl);
mockChannel->Close(); // try closing it to get channel listener nulled out.