This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.evolution.plugin.mail-notification.gschema.xml is in evolution-common 3.28.1-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
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/evolution/plugin/mail-notification/" id="org.gnome.evolution.plugin.mail-notification" gettext-domain="evolution">
    <key type="b" name="notify-only-inbox">
      <default>true</default>
      <summary>Notify new messages for Inbox only.</summary>
      <description>Whether to notify new messages in Inbox folder only.</description>
    </key>
    <key type="b" name="notify-dbus-enabled">
      <default>true</default>
      <summary>Enable D-Bus messages.</summary>
      <description>Generates a D-Bus message when new mail messages arrive.</description>
    </key>
    <key type="b" name="notify-status-enabled">
      <default>true</default>
      <summary>Enable icon in notification area.</summary>
      <description>Show new mail icon in notification area when new messages arrive.</description>
    </key>
    <key type="b" name="notify-status-notification">
      <default>true</default>
      <summary>Popup message together with the icon.</summary>
      <description>Whether show message over the icon when new messages arrive.</description>
    </key>
    <key type="b" name="notify-sound-enabled">
      <default>true</default>
      <summary>Enable audible notifications when new messages arrive.</summary>
      <description>Whether to make a sound of any kind when new messages arrive. If “false”, the “notify-sound-beep”, “notify-sound-file”, “notify-sound-play-file” and “notify-sound-use-theme” keys are disregarded.</description>
    </key>
    <key type="b" name="notify-sound-beep">
      <default>true</default>
      <summary>Whether to emit a beep.</summary>
      <description>Whether to emit a beep when new messages arrive.</description>
    </key>
    <key type="s" name="notify-sound-file">
      <default>''</default>
      <summary>Sound filename to be played.</summary>
      <description>Sound file to be played when new messages arrive, if “notify-sound-play-file” is “true”.</description>
    </key>
    <key type="b" name="notify-sound-play-file">
      <default>false</default>
      <summary>Whether to play a sound file.</summary>
      <description>Whether to play a sound file when new messages arrive. The name of the sound file is given by the “notify-sound-file” key.</description>
    </key>
    <key type="b" name="notify-sound-use-theme">
      <default>false</default>
      <summary>Use sound theme</summary>
      <description>Play themed sound when new messages arrive, if not in beep mode.</description>
    </key>
  </schema>
</schemalist>