fix 90772 rs=sspitzer, offline download stalling if you have a local folders account

This commit is contained in:
bienvenu%netscape.com 2001-07-16 19:46:10 +00:00
Родитель eae6e119bd
Коммит 1961fa6424
1 изменённых файлов: 6 добавлений и 3 удалений

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

@ -251,9 +251,12 @@ NS_IMETHODIMP nsNoIncomingServer::CreateDefaultMailboxes(nsIFileSpec *path)
}
NS_IMETHODIMP nsNoIncomingServer::GetNewMail(nsIMsgWindow *aMsgWindow, nsIUrlListener *aUrlListener, nsIMsgFolder *aInbox, nsIURI **aResult)
{
// do nothing, there is no new mail for this incoming server, ever.
return NS_OK;
{
// listener might be counting on us to send a notification.
if (aUrlListener)
aUrlListener->OnStopRunningUrl(nsnull, NS_OK);
// do nothing, there is no new mail for this incoming server, ever.
return NS_OK;
}
// the "none" server does not support filters, because