aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-12-02 23:55:48 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-12-02 23:55:48 +0800
commit8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5 (patch)
tree569fb274bda929af017be0674a19e635b6bdcb03 /addressbook/gui/component/apps_evolution_addressbook.schemas.in.in
parentf7900226cb5862961d363dfd19c7fcedd6496817 (diff)
downloadgsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.gz
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.bz2
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.lz
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.xz
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.tar.zst
gsoc2013-evolution-8dd5d1de36b4c40b645189ea16d2d84b09e0b1c5.zip
Version the schemas Removed Added
2003-12-02 Rodney Dawes <dobey@ximian.com> * gui/component/Makefile.am: Version the schemas * gui/component/apps_evolution_addressbook.schemas: Removed * gui/component/apps_evolution_addressbook.schemas.in.in: Added 2003-12-02 Rodney Dawes <dobey@ximian.com> * gui/Makefile.am: Version the schemas * gui/apps_evolution_calendar.schemas: Removed * gui/apps_evolution_calendar.schemas.in.in: Added 2003-12-02 Rodney Dawes <dobey@ximian.com> * Makefile.am: Version the schemas * evolution-mail.schemas: Removed * evolution-mail.schemas.in.in: Added 2003-12-02 Rodney Dawes <dobey@ximian.com> * Makefile.am: Version the schemas * apps_evolution_shell.schemas: Removed * apps_evolution_shell.schemas.in.in: Added svn path=/trunk/; revision=23579
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