pass folder in as listener to getnewnews

This commit is contained in:
bienvenu%netscape.com 1999-09-15 05:40:39 +00:00
parent 5b874e16d1
commit cbb6e71f55

View File

@ -1001,7 +1001,7 @@ NS_IMETHODIMP nsMsgNewsFolder::GetNewMessages()
#ifdef DEBUG_NEWS
printf("Getting new news articles....\n");
#endif
rv = nntpService->GetNewNews(nntpServer, mURI, nsnull, nsnull);
rv = nntpService->GetNewNews(nntpServer, mURI, this, nsnull);
return rv;
}