This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.evolution.shell.gschema.xml is in evolution-common 3.12.9~git20141130.241663-1.

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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/evolution/shell/" id="org.gnome.evolution.shell" gettext-domain="evolution">
    <key type="b" name="skip-warning-dialog">
      <default>false</default>
      <summary>Skip development warning dialog</summary>
      <description>Whether the warning dialog in development versions of Evolution is skipped.</description>
    </key>
    <key type="i" name="attachment-view">
      <default>0</default>
      <summary>Initial attachment view</summary>
      <description>Initial view for attachment bar widgets. "0" is Icon View, "1" is List View.</description>
    </key>
    <key type="s" name="file-chooser-folder">
      <default>''</default>
      <summary>Initial file chooser folder</summary>
      <description>Initial folder for GtkFileChooser dialogs.</description>
    </key>
    <key type="b" name="start-offline">
      <default>false</default>
      <summary>Start in offline mode</summary>
      <description>Whether Evolution will start up in offline mode instead of online mode.</description>
    </key>
    <key type="as" name="folder-paths">
      <default>[]</default>
      <summary>Offline folder paths</summary>
      <description>List of paths for the folders to be synchronized to disk for offline usage.</description>
    </key>
    <key type="b" name="express-mode">
      <default>false</default>
      <summary>Enable express mode</summary>
      <description>Flag that enables a much simplified user interface.</description>
    </key>
    <key type="b" name="buttons-visible">
      <default>true</default>
      <summary>Window buttons are visible</summary>
      <description>Whether the window buttons should be visible.</description>
    </key>
    <key type="s" name="buttons-style">
      <default>'toolbar'</default>
      <summary>Window button style</summary>
      <description>The style of the window buttons. Can be "text", "icons", "both", "toolbar". If "toolbar" is set, the style of the buttons is determined by the GNOME toolbar setting.</description>
    </key>
    <key type="b" name="toolbar-visible">
      <default>true</default>
      <summary>Toolbar is visible</summary>
      <description>Whether the toolbar should be visible.</description>
    </key>
    <key type="b" name="sidebar-visible">
      <default>true</default>
      <summary>Sidebar is visible</summary>
      <description>Whether the sidebar should be visible.</description>
    </key>
    <key type="b" name="statusbar-visible">
      <default>true</default>
      <summary>Statusbar is visible</summary>
      <description>Whether the status bar should be visible.</description>
    </key>
    <key type="s" name="default-component-id">
      <default>'mail'</default>
      <summary>ID or alias of the component to be shown by default at start-up.</summary>
      <description>ID or alias of the component to be shown by default at start-up.</description>
    </key>
    <key type="i" name="folder-bar-width">
      <default>200</default>
      <summary>Default sidebar width</summary>
      <description>The default width for the sidebar, in pixels.</description>
    </key>
    <child schema="org.gnome.evolution.window" name="window"/>
  </schema>
</schemalist>