This file is indexed.

/usr/share/syncevolution/xml/remoterules/server/42_P990i.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
    <remoterule name="P990i">
      <manufacturer>Sony Ericsson</manufacturer>
      <model>P990i</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 P990i</descriptivename>
    </remoterule>