зеркало из https://github.com/mozilla/gecko-dev.git
fix for #129011. movemail can support filters. r/sr=sspitzer. thanks to pretzalz@techhouse.org for the fix.
This commit is contained in:
Родитель
9061952afd
Коммит
064edaef53
|
@ -70,7 +70,8 @@ NS_IMPL_ISUPPORTS_INHERITED2(nsMovemailIncomingServer,
|
|||
|
||||
nsMovemailIncomingServer::nsMovemailIncomingServer()
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
NS_INIT_ISUPPORTS();
|
||||
m_canHaveFilters = PR_TRUE;
|
||||
}
|
||||
|
||||
nsMovemailIncomingServer::~nsMovemailIncomingServer()
|
||||
|
|
Загрузка…
Ссылка в новой задаче