This file is indexed.

/usr/share/syncevolution/xml/remoterules/local-storage.xml is in syncevolution-common 1.5.2-2.

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
    <remoterule name="LOCALSTORAGE">
      <deviceid>none - this rule is activated by default via its name in MAKE/PARSETEXTWITHPROFILE() macro calls</deviceid>
      <!-- storing empty properties only wastes space and causes overhead, suppress them -->
      <noemptyproperties>yes</noemptyproperties>
      <!-- enable storing of X-EVOLUTION-UI-SLOT -->
      <include rule="HAVE-EVOLUTION-UI-SLOT"/>
      <include rule="HAVE-ABLABEL-PARAMETER"/>
    </remoterule>

    <subrule name="HAVE-VCARD-UID">
      <!-- vCard Property UID is not parsed or generated by default,
           must be enabled for peers which support it. -->
    </subrule>

    <remoterule name="LOCALSTORAGE-WITH-UID">
      <deviceid>none - this rule is activated by default via its name in MAKE/PARSETEXTWITHPROFILE() macro calls</deviceid>
      <!-- storing empty properties only wastes space and causes overhead, suppress them -->
      <noemptyproperties>yes</noemptyproperties>
      <!-- enable storing of X-EVOLUTION-UI-SLOT -->
      <include rule="HAVE-EVOLUTION-UI-SLOT"/>
      <include rule="HAVE-VCARD-UID"/>
      <include rule="HAVE-ABLABEL-PARAMETER"/>
    </remoterule>