/usr/share/glib-2.0/schemas/org.gnome.evolution.addressbook.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 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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/evolution/addressbook/" id="org.gnome.evolution.addressbook" gettext-domain="evolution">
<key type="b" name="address-formatting">
<default>false</default>
<summary>Enable address formatting</summary>
<description>Whether addresses should be formatted according to standard in their destination country</description>
</key>
<key type="i" name="completion-minimum-query-length">
<default>3</default>
<summary>Autocomplete length</summary>
<description>The number of characters that must be typed before Evolution will attempt to autocomplete.</description>
</key>
<key type="b" name="completion-show-address">
<default>false</default>
<summary>Show autocompleted name with an address</summary>
<description>Whether force showing the mail address with the name of the autocompleted contact in the entry.</description>
</key>
<key type="s" name="select-names-last-used-uri">
<default>''</default>
<summary>URI for the folder last used in the select names dialog</summary>
<description>URI for the folder last used in the select names dialog.</description>
</key>
<key type="i" name="layout">
<default>0</default>
<summary>Contact layout style</summary>
<description>The layout style determines where to place the preview pane in relation to the contact list. “0” (Classic View) places the preview pane below the contact list. “1” (Vertical View) places the preview pane next to the contact list.</description>
</key>
<key type="i" name="hpane-position">
<default>200</default>
<summary>Contact preview pane position (horizontal)</summary>
<description>Position of the contact preview pane when oriented horizontally.</description>
</key>
<key type="i" name="hpane-position-sub">
<default>200</default>
<summary>Contact preview pane position (horizontal)</summary>
<description>Position of the contact preview pane when oriented horizontally.</description>
</key>
<key type="i" name="vpane-position">
<default>400</default>
<summary>Contact preview pane position (vertical)</summary>
<description>Position of the contact preview pane when oriented vertically.</description>
</key>
<key type="i" name="vpane-position-sub">
<default>400</default>
<summary>Contact preview pane position (vertical)</summary>
<description>Position of the contact preview pane when oriented vertically.</description>
</key>
<key type="b" name="preview-show-maps">
<default>false</default>
<summary>Show maps</summary>
<description>Whether to show maps in preview pane</description>
</key>
<key type="s" name="primary-addressbook">
<default>''</default>
<summary>Primary address book</summary>
<description>The UID of the selected (or “primary”) address book in the sidebar of the “Contacts” view</description>
</key>
<key type="b" name="show-preview">
<default>true</default>
<summary>Show preview pane</summary>
<description>Whether to show the preview pane.</description>
</key>
<key type="b" name="editor-show-contact-phone">
<default>true</default>
<summary>Show phone numbers</summary>
<description>Whether to show phone numbers in the editor</description>
</key>
<key type="b" name="editor-show-contact-sip">
<default>true</default>
<summary>Show SIP addresses</summary>
<description>Whether to show SIP addresses in the editor</description>
</key>
<key type="b" name="editor-show-contact-im">
<default>true</default>
<summary>Show IM addresses</summary>
<description>Whether to show IM addresses in the editor</description>
</key>
<key type="b" name="editor-show-mailing-home">
<default>true</default>
<summary>Show mailing Home addresses</summary>
<description>Whether to show mailing Home addresses in the editor</description>
</key>
<key type="b" name="editor-show-mailing-work">
<default>true</default>
<summary>Show mailing Work addresses</summary>
<description>Whether to show mailing addresses Work in the editor</description>
</key>
<key type="b" name="editor-show-mailing-other">
<default>true</default>
<summary>Show mailing Other addresses</summary>
<description>Whether to show mailing addresses Other in the editor</description>
</key>
<key type="b" name="editor-show-personal-web">
<default>true</default>
<summary>Show web addresses</summary>
<description>Whether to show Web Addresses in the editor</description>
</key>
<key type="b" name="editor-show-personal-job">
<default>true</default>
<summary>Show job information</summary>
<description>Whether to show job information in the editor</description>
</key>
<key type="b" name="editor-show-personal-misc">
<default>true</default>
<summary>Show Miscellaneous information</summary>
<description>Whether to show Miscellaneous information in the editor</description>
</key>
<key type="b" name="editor-show-notes">
<default>true</default>
<summary>Show notes-tab</summary>
<description>Whether to show notes in the editor</description>
</key>
<key type="b" name="editor-show-certs">
<default>true</default>
<summary>Show Certificates tab</summary>
<description>Whether to show Certificates tab in the editor</description>
</key>
<key type="s" name="open-map-target">
<default>'openstreetmap'</default>
<summary>Where to open contact locations</summary>
<description>Currently supported values are “openstreetmap” and “google”; if unknown set, uses “openstreetmap”</description>
</key>
</schema>
</schemalist>
|