aboutsummaryrefslogtreecommitdiffstats
path: root/data/org.gnome.evolution.addressbook.gschema.xml.in
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2010-11-04 01:17:11 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2010-11-04 01:17:11 +0800
commit82c33581e19e695461c4c044105cba559cc733ff (patch)
tree4ce3902661b19306d3edcbbbdd839c2f7762454d /data/org.gnome.evolution.addressbook.gschema.xml.in
parent7f482ca3eda9b2f21a810cced232fa821f668a47 (diff)
downloadgsoc2013-evolution-82c33581e19e695461c4c044105cba559cc733ff.tar
gsoc2013-evolution-82c33581e19e695461c4c044105cba559cc733ff.tar.gz
gsoc2013-evolution-82c33581e19e695461c4c044105cba559cc733ff.tar.bz2
gsoc2013-evolution-82c33581e19e695461c4c044105cba559cc733ff.tar.lz
gsoc2013-evolution-82c33581e19e695461c4c044105cba559cc733ff.tar.xz
gsoc2013-evolution-82c33581e19e695461c4c044105cba559cc733ff.tar.zst
gsoc2013-evolution-82c33581e19e695461c4c044105cba559cc733ff.zip
Migrate mail prompts schemas to GSettings
Diffstat (limited to 'data/org.gnome.evolution.addressbook.gschema.xml.in')
-rw-r--r--data/org.gnome.evolution.addressbook.gschema.xml.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/data/org.gnome.evolution.addressbook.gschema.xml.in b/data/org.gnome.evolution.addressbook.gschema.xml.in
new file mode 100644
index 0000000000..536841eee4
--- /dev/null
+++ b/data/org.gnome.evolution.addressbook.gschema.xml.in
@@ -0,0 +1,39 @@
+<schemalist>
+ <schema gettext-domain="evolution" id="org.gnome.evolution.addressbook" path="/apps/evolution/addressbook/">
+ <key name="completion-minimum-query-length" type="i">
+ <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 name="completion-show-address" type="b">
+ <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 name="select-names-last-used-uri" type="s">
+ <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 name="layout" type="i">
+ <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 name="hpane-position" type="i">
+ <default>200</default>
+ <_summary>Contact preview pane position (horizontal)</_summary>
+ <_description>Position of the contact preview pane when oriented horizontally.</_description>
+ </key>
+ <key name="vpane-position" type="i">
+ <default>400</default>
+ <_summary>Contact preview pane position (vertical)</_summary>
+ <_description>Position of the contact preview pane when oriented vertically.</_description>
+ </key>
+ <key name="show-preview" type="b">
+ <default>true</default>
+ <_summary>Show preview pane</_summary>
+ <_description>Whether to show the preview pane.</_description>
+ </key>
+ </schema>
+</schemalist>