fix for #129011. movemail can support filters. r/sr=sspitzer. thanks to pretzalz@techhouse.org for the fix.

This commit is contained in:
sspitzer%netscape.com 2002-09-26 05:47:28 +00:00
parent 9061952afd
commit 064edaef53

View File

@ -71,6 +71,7 @@ NS_IMPL_ISUPPORTS_INHERITED2(nsMovemailIncomingServer,
nsMovemailIncomingServer::nsMovemailIncomingServer()
{
NS_INIT_ISUPPORTS();
m_canHaveFilters = PR_TRUE;
}
nsMovemailIncomingServer::~nsMovemailIncomingServer()