aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/apps_evolution_addressbook.schemas.in.in')
-rw-r--r--addressbook/gui/component/apps_evolution_addressbook.schemas.in.in42
1 files changed, 42 insertions, 0 deletions
diff --git a/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in
new file mode 100644
index 0000000000..82af9d0843
--- /dev/null
+++ b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in
@@ -0,0 +1,42 @@
+<gconfschemafile>
+ <schemalist>
+
+ <!-- Completion uris -->
+
+ <schema>
+ <key>/schemas/apps/evolution/addressbook/completion/uris</key>
+ <applyto>/apps/evolution/addressbook/completion/uris</applyto>
+ <owner>evolution-addressbook</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>EFolderList xml for the list of completion uris</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/evolution/addressbook/completion/minimum_query_length</key>
+ <applyto>/apps/evolution/addressbook/completion/minimum_query_length</applyto>
+ <owner>evolution-addressbook</owner>
+ <type>int</type>
+ <default>3</default>
+ <locale name="C">
+ <short>The number of characters that must be typed before evolution will attempt to autocomplete</short>
+ </locale>
+ </schema>
+
+ <!-- Select names last used uri -->
+
+ <schema>
+ <key>/schemas/apps/evolution/addressbook/select_names/last_used_uri</key>
+ <applyto>/apps/evolution/addressbook/select_names/last_used_uri</applyto>
+ <owner>evolution-addressbook</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>URI for the folder last used in the select names dialog</short>
+ </locale>
+ </schema>
+
+ </schemalist>
+</gconfschemafile> \ No newline at end of file