зеркало из https://github.com/mozilla/pjs.git
Bug 355212 Global Inbox needs spam settings r+sr=mscott
This commit is contained in:
Родитель
3ab4c3482d
Коммит
518a365b4b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче