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

git-svn-id: svn://10.0.0.236/trunk@99327 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com
2001-07-16 19:46:10 +00:00
parent b578f52ce7
commit 0ae3f26dfa

View File

@@ -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