gecko-dev/mail/extensions/newsblog/rss.rdf

49 lines
1.6 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE RDF
[
<!ENTITY rss.accountName "News &amp; Blogs">
<!ENTITY rss.wizardShortName "RSS">
<!ENTITY rss.wizardLongName "RSS News &amp; Blogs">
<!ENTITY rss.hostName "News &amp; Blogs">
]
>
<RDF:RDF
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description about="NC:ispinfo">
<NC:providers>
<NC:nsIMsgAccount about="newsblog">
<!-- server info -->
<NC:incomingServer>
<NC:nsIMsgIncomingServer>
<NC:hostName>&rss.hostName;</NC:hostName>
<NC:type>rss</NC:type>
<NC:biffMinutes>100</NC:biffMinutes>
<NC:username>nobody</NC:username>
</NC:nsIMsgIncomingServer>
</NC:incomingServer>
<!-- identity defaults -->
<NC:identity>
<NC:nsIMsgIdentity>
</NC:nsIMsgIdentity>
</NC:identity>
<NC:wizardHideIncoming>true</NC:wizardHideIncoming>
<NC:wizardAccountName>&rss.accountName;</NC:wizardAccountName>
<NC:wizardSkipPanels>identitypage,serverpage,loginpage</NC:wizardSkipPanels>
<NC:wizardShortName>&rss.wizardShortName;</NC:wizardShortName>
<NC:wizardLongName>&rss.wizardLongName;</NC:wizardLongName>
<NC:wizardShow>true</NC:wizardShow>
<NC:emailProviderName>RSS</NC:emailProviderName>
<NC:showServerDetailsOnWizardSummary>false</NC:showServerDetailsOnWizardSummary>
</NC:nsIMsgAccount>
</NC:providers>
</RDF:Description>
</RDF:RDF>