diff options
Diffstat (limited to 'data/org.gnome.evolution.addressbook.gschema.xml.in')
-rw-r--r-- | data/org.gnome.evolution.addressbook.gschema.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.addressbook.gschema.xml.in b/data/org.gnome.evolution.addressbook.gschema.xml.in index 11efc0c2af..0dcaeddbe0 100644 --- a/data/org.gnome.evolution.addressbook.gschema.xml.in +++ b/data/org.gnome.evolution.addressbook.gschema.xml.in @@ -35,6 +35,16 @@ <_summary>Contact preview pane position (vertical)</_summary> <_description>Position of the contact preview pane when oriented vertically.</_description> </key> + <key name="preview-show-maps" type="b"> + <default>false</default> + <_summary>Show maps</_summary> + <_description>Whether to show maps in preview pane</_description> + </key> + <key name="primary-addressbook" type="s"> + <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 name="show-preview" type="b"> <default>true</default> <_summary>Show preview pane</_summary> |