Bug 355212 Global Inbox needs spam settings r+sr=mscott

This commit is contained in:
neil%parkwaycc.co.uk 2006-10-06 19:45:48 +00:00
Родитель 3ab4c3482d
Коммит 518a365b4b
1 изменённых файлов: 6 добавлений и 6 удалений

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

@ -801,13 +801,13 @@ nsMsgAccountManagerDataSource::createSettingsResources(nsIRDFResource *aSource,
aNodeArray->AppendElement(kNC_PageTitleServer);
aNodeArray->AppendElement(kNC_PageTitleCopies);
aNodeArray->AppendElement(kNC_PageTitleAddressing);
}
// junk settings apply for all server types except for news
// Should this be moved outside of the hasIdentities check ??
nsXPIDLCString serverType;
server->GetType(getter_Copies(serverType));
if (nsCRT::strcasecmp(serverType, "nntp"))
if (!serverType.LowerCaseEqualsLiteral("nntp"))
aNodeArray->AppendElement(kNC_PageTitleJunk);
}
// Check the offline capability before adding
// offline item