This file is indexed.

/usr/share/syncevolution/xml/datatypes/server/41email-profile.xml is in syncevolution-common 1.4-1ubuntu4.

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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
    <!-- this is the text profile used to generate and decode RFC2822/MIME-Multipart
         email messages. -->
    <textprofile name="rfc2822_email" fieldlist="email">

      <mimemail>true</mimemail>
      <!-- attachment configuration -->
      <maxattachments>100</maxattachments>
      <attachmentcountfield>ATT_COUNT</attachmentcountfield>
      <attachmentmimetypesfield>ATT_MIMETYPES</attachmentmimetypesfield>
      <attachmentsfield>ATT_CONTENTS</attachmentsfield>
      <attachmentsizesfield>ATT_SIZES</attachmentsizesfield>
      <attachmentnamesfield>ATT_NAMES</attachmentnamesfield>
      <sizelimitfield>LIMIT</sizelimitfield>


      <linemap field="SENDER">
        <headertag>From:</headertag>
        <valuetype>rfc2047</valuetype>
        <inheader>true</inheader>
        <filterkeyword>FROM</filterkeyword>
      </linemap>

      <linemap field="RECEIVER">
        <headertag>To:</headertag>
        <valuetype>rfc2047</valuetype>
        <inheader>true</inheader>
        <filterkeyword>TO</filterkeyword>
      </linemap>

      <linemap field="CARBONCOPY">
        <headertag>Cc:</headertag>
        <valuetype>rfc2047</valuetype>
        <inheader>true</inheader>
        <filterkeyword>CC</filterkeyword>
      </linemap>

      <linemap field="BLINDCARBONCOPY">
        <headertag>Bcc:</headertag>
        <valuetype>rfc2047</valuetype>
        <inheader>true</inheader>
        <filterkeyword>BCC</filterkeyword>
      </linemap>

      <linemap field="REPLY_TO">
        <headertag>Reply-To:</headertag>
        <valuetype>rfc2047</valuetype>
        <inheader>true</inheader>
      </linemap>

      <linemap field="SUBJECT">
        <headertag>Subject:</headertag>
        <valuetype>rfc2047</valuetype>
        <inheader>true</inheader>
        <filterkeyword>SUBJECT</filterkeyword>
      </linemap>

      <linemap field="PRIORITY">
        <headertag>X-Priority:</headertag>
        <inheader>true</inheader>
      </linemap>

      <linemap field="MAILDATE">
        <valuetype>date</valuetype>
        <headertag>Date:</headertag>
        <inheader>true</inheader>
      </linemap>

      <linemap field="STATUS">
        <headertag>Status:</headertag>
        <inheader>true</inheader>
      </linemap>

      <linemap field="FOLDER">
        <headertag>X-Sync-Parent-Folder:</headertag>
        <inheader>true</inheader>
      </linemap>

      <linemap field="ISREAD">
        <headertag>X-Sync-Message-Read:</headertag>
        <inheader>true</inheader>
      </linemap>

      <linemap field="MODIFIED">
        <!-- note that this is a ISO8601 date -->
        <headertag>X-Sync-Lastmodified:</headertag>
        <inheader>true</inheader>
      </linemap>

      <linemap field="BODY">
        <valuetype>body</valuetype>
        <numlines>0</numlines>
        <inheader>false</inheader>
        <allowempty>true</allowempty>
      </linemap>
    </textprofile>