This file is indexed.

/usr/share/syncevolution/xml/remoterules/server/41_P910i.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="P910i">
      <manufacturer>Sony Ericsson</manufacturer>
      <model>P910i</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 P910i</descriptivename>
    </remoterule>


    <!-- Due to a problem in P990i vCalendar implementation,
         the device does not calculate time zones correctly
         in all cases.
         If your P990i is brand new, you need to specify
         "calendar?/o(Z)" as database path instead of just
         "calendar". If your P990i 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
         P990i devices only works if your server's config is
         derived from a recent version of our sample config.
         Otherwise, just make sure the P990i is synced once
         in the cradle before using SyncML.
    -->