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
Родитель 9061952afd
Коммит 064edaef53
1 изменённых файлов: 2 добавлений и 1 удалений

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

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