This file is indexed.

/usr/lib/thunderbird-11.0.1/isp/movemail.rdf is in thunderbird 11.0.1+build1-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?xml version="1.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>loginpage</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>