This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.Geary.gschema.xml is in geary 0.12.0-1ubuntu1.

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
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<schemalist>

<schema id="org.gnome.Geary" path="/org/gnome/Geary/" gettext-domain="geary">

    <key name="attachments-directory" type="s">
        <default>''</default>
        <summary>Default attachments directory</summary>
        <description>Location used when opening and saving attachments</description>
    </key>

    <key name="print-directory" type="s">
        <default>''</default>
        <summary>Default print output directory</summary>
        <description>Location used when printing to a file</description>
    </key>

    <key name="window-maximize" type="b">
        <default>false</default>
        <summary>maximize window</summary>
        <description>True if library application is maximized, false otherwise.</description>
    </key>

    <key name="window-width" type="i">
        <default>1024</default>
        <summary>width of window</summary>
        <description>The last recorded width of the application window.</description>
    </key>

    <key name="window-height" type="i">
        <default>768</default>
        <summary>height of window</summary>
        <description>The last recorded height of the application window.</description>
    </key>

    <key name="folder-list-pane-position" type="i">
        <default>100</default>
        <summary>position of folder list pane</summary>
        <description>Position of the folder list Paned grabber.</description>
    </key>

    <key name="folder-list-pane-position-horizontal" type="i">
        <default>-1</default>
        <summary>position of folder list pane when horizontal</summary>
        <description>Position of the folder list Paned grabber in the horizontal orientation.</description>
    </key>

    <key name="folder-list-pane-position-vertical" type="i">
        <default>200</default>
        <summary>position of folder list pane when vertical</summary>
        <description>Position of the folder list Paned grabber in the vertical orientation.</description>
    </key>

    <key name="folder-list-pane-horizontal" type="b">
        <default>true</default>
        <summary>orientation of the folder list pane</summary>
        <description>True if the folder list Paned is in the horizontal orientation.</description>
    </key>

    <key name="messages-pane-position" type="i">
        <default>250</default>
        <summary>position of message list pane</summary>
        <description>Position of the message list Paned grabber.</description>
    </key>

    <key name="autoselect" type="b">
        <default>true</default>
        <summary>autoselect next message</summary>
        <description>True if we should autoselect the next available conversation.</description>
    </key>

    <key name="display-preview" type="b">
        <default>true</default>
        <summary>display message previews</summary>
        <description>True if we should display a short preview of each message.</description>
    </key>

    <key name="spell-check-languages" type="as">
         <default>[]</default>
         <summary>Languages that shall be used in the spell checker</summary>
         <description>List of the languages to use in the spell checker</description>
    </key>

    <key name="spell-check-visible-languages" type="as">
        <default>[]</default>
        <summary>Languages that are displayed in the spell checker popover.</summary>
        <description>List of languages that are always displayed in the popover of the spell checker.</description>
    </key>

    <key name="play-sounds" type="b">
        <default>true</default>
        <summary>enable notification sounds</summary>
        <description>True to play sounds for notifications and sending.</description>
    </key>

    <key name="show-notifications" type="b">
        <default>true</default>
        <summary>show notifications for new mail</summary>
        <description>True to show notification bubbles.</description>
    </key>

    <key name="startup-notifications" type="b">
        <default>false</default>
        <summary>notify of new mail at startup</summary>
        <description>True to notify of new mail at startup.</description>
    </key>

    <key name="ask-open-attachment" type="b">
        <default>true</default>
        <summary>ask when opening an attachment</summary>
        <description>True to ask when opening an attachment.</description>
    </key>

    <key name="compose-as-html" type="b">
        <default>true</default>
        <summary>whether to compose emails in HTML</summary>
        <description>True to compose emails in HTML; false for plain text.</description>
    </key>

    <key name="search-strategy" type="s">
        <default>"conservative"</default>
        <summary>Advisory strategy for full-text searching</summary>
        <description>Acceptable values are EXACT, CONSERVATIVE, AGGRESSIVE, and HORIZON.</description>
    </key>

    <key name="conversation-viewer-zoom" type="d">
        <default>1</default>
        <summary>zoom of conversation viewer</summary>
        <description>The zoom to apply on the conservation view.</description>
    </key>

    <key name="migrated-config" type="b">
        <default>false</default>
        <summary>Whether we migrated the old settings</summary>
        <description>False to check for the old 'org.yorba.geary'-schema and copy its values</description>
    </key>

</schema>

</schemalist>