/usr/share/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml is in evolution-data-server-common 3.18.5-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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/evolution/" id="org.gnome.Evolution.DefaultSources">
<key type='s' name='default-address-book'>
<default>'system'</default>
<summary>The UID of the default address book</summary>
</key>
<key type='s' name='default-calendar'>
<default>'system'</default>
<summary>The UID of the default calendar</summary>
</key>
<key type='s' name='default-mail-account'>
<default>'system'</default>
<summary>The UID of the default mail account</summary>
</key>
<key type='s' name='default-mail-identity'>
<default>''</default>
<summary>The UID of the default mail identity</summary>
</key>
<key type='s' name='default-memo-list'>
<default>'system'</default>
<summary>The UID of the default memo list</summary>
</key>
<key type='s' name='default-task-list'>
<default>'system'</default>
<summary>The UID of the default task list</summary>
</key>
</schema>
</schemalist>
|