summaryrefslogtreecommitdiffstats
path: root/mailnews/base/ispdata/movemail.rdf
blob: 554bc6ccb51b5fa3121c7f32fd7d19c8330a0444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<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="domain:">

        <!-- server info -->
        <NC:incomingServer>
          <NC:nsIMsgIncomingServer>
            <NC:hostName>localhost</NC:hostName>
            <NC:type>movemail</NC:type>
          </NC:nsIMsgIncomingServer>
        </NC:incomingServer>

        <!-- identity defaults -->
        <NC:identity>
          <NC:nsIMsgIdentity>
            <NC:composeHtml>false</NC:composeHtml>
          </NC:nsIMsgIdentity>
        </NC:identity>

        <NC:wizardHideIncoming>true</NC:wizardHideIncoming>
        <NC:wizardSkipPanels>incomingpage</NC:wizardSkipPanels>
        <NC:wizardShortName>Movemail</NC:wizardShortName>
        <NC:wizardLongName>Unix Mailspool (Movemail)</NC:wizardLongName>
        <NC:wizardLongNameAccesskey>U</NC:wizardLongNameAccesskey>
        <NC:wizardShow>true</NC:wizardShow>
        <NC:emailProviderName>Movemail</NC:emailProviderName>

        <NC:showServerDetailsOnWizardSummary>true</NC:showServerDetailsOnWizardSummary> 
      </NC:nsIMsgAccount>
    </NC:providers>
  </RDF:Description>

</RDF:RDF>