This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.mailnag.gschema.xml is in gnome-shell-mailnag 3.26.0-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="mailnag-gnome-shell">
   <schema path="/org/gnome/shell/extensions/mailnag/" id="org.gnome.shell.extensions.mailnag">
    <key type="b" name="show-avatars">
      <default>true</default>
      <summary>Show avatars</summary>
      <description>Show avatars in the indicator mail list (if available)</description>
    </key>
    <key type="b" name="show-dates">
      <default>true</default>
      <summary>Show dates</summary>
      <description>Show labels indicating the date of a mail</description>
    </key>
    <key type="b" name="show-mark-all-as-read-button">
      <default>true</default>
      <summary>Show Mark-All-As-Read button</summary>
      <description>Show a button to mark all mails as read</description>
    </key>
    <key type="b" name="show-check-for-mail-button">
      <default>true</default>
      <summary>Show Check-For-Mail-Button</summary>
      <description>Show a button to check for mail</description>
    </key>
    <key type="b" name="show-settings-button">
      <default>true</default>
      <summary>Show Settings button</summary>
      <description>Show a button to open a settings submenu</description>
    </key>
    <key type="b" name="show-quit-button">
      <default>false</default>
      <summary>Show Quit button</summary>
      <description>Show a button to quit Mailnag</description>
    </key>
    <key type="b" name="remove-indicator">
      <default>false</default>
      <summary>Remove indicator icon</summary>
      <description>Removes the indicator icon if the maillist is empty</description>
    </key>
    <key type="b" name="group-by-account">
      <default>false</default>
      <summary>Group mails by account</summary>
      <description>Group mails by account</description>
    </key>
    <key type="i" name="max-visible-mails">
      <default>10</default>
      <summary>Maximum number of visible mails</summary>
      <description>Maximum number of mails listed in the panel indicator</description>
    </key>
  </schema>
</schemalist>