/usr/share/glib-2.0/schemas/org.gnome.evolution-data-server.gschema.xml is in evolution-data-server-common 3.22.7-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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/evolution-data-server/" id="org.gnome.evolution-data-server" gettext-domain="evolution-data-server">
<key type="b" name="migrated">
<default>false</default>
<summary>Whether the migration of old setting was already done</summary>
</key>
<key type="s" name="camel-gpg-binary">
<default>''</default>
<summary>An absolute path where the gpg (or gpg2) binary is</summary>
<description>An example is '/usr/bin/gpg'; if it is not filled, or doesn't exist, then it is searched for it. Change requires restart of the application.</description>
</key>
<key type="b" name="camel-cipher-load-photos">
<default>true</default>
<summary>Whether to load photos of signers/encrypters</summary>
<description>When set to 'true', tries to load also photo of the signers/encrypters, if available in the key/certificate.</description>
</key>
<key type="s" name="network-monitor-gio-name">
<default>''</default>
<summary>GIO name of the GNetworkMonitor to use for an ENetworkMonitor instance</summary>
<description>When set to an unknown value, then the default GNetworkMonitor is used in the background. A special value 'always-online' is used for no network monitoring.</description>
</key>
</schema>
</schemalist>
|