This file is indexed.

/usr/share/syncevolution/xml/remoterules/server/29_SX1.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="SX1">
      <manufacturer>SIEMENS</manufacturer>
      <model>SX1</model>

      <rulescript><![CDATA[
        // no dates before 1980
        mindate=(TIMESTAMP)"19800101T000000Z";
      ]]></rulescript>

      <limitedfieldlengths>yes</limitedfieldlengths>
      <forcelocaltime>yes</forcelocaltime>
      <!-- Note: SX1 crashes on contacts with empty properties -->
      <noemptyproperties>yes</noemptyproperties>
      <descriptivename>Siemens SX1</descriptivename>
    </remoterule>