This file is indexed.

/usr/share/syncevolution/xml/remoterules/server/38_P800.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
    <remoterule name="P800">
      <manufacturer>Sony Ericsson</manufacturer>
      <model>P800</model>

      <rulescript><![CDATA[
        // no dates before 1980
        mindate=(TIMESTAMP)"19800101T000000Z";
        // retransfer body when items are moved to sent box
        retransfer_body=TRUE;
      ]]></rulescript>

      <treataslocaltime>no</treataslocaltime> <!-- can be set to yes to have /o(Z) mode (see comment above) as default, otherwise /o(z) is default -->
      <forcelocaltime>yes</forcelocaltime>
      <descriptivename>SonyEricsson P800</descriptivename>
    </remoterule>


    <!-- Due to a problem in P900 vCalendar implementation,
         the device does not calculate time zones correctly
         in all cases.
         If your P900 is brand new, you need to specify
         "calendar?/o(Z)" as database path instead of just
         "calendar". If your P900 has already been synced
         at least once via the cradle and the software
         delivered with the device, you must omit the
         "?/o(Z)" appendix and specify just "calendar" instead.
         Please also note that the o(Z) option for never-synced
         P900 devices only works if your server's config is
         derived from a recent version of our sample config.
         Otherwise, just make sure the P900 is synced once
         in the cradle before using SyncML.
    -->