2003-01-08 Chris Toshok <toshok@ximian.com> * gui/component/apps_evolution_addressbook.schemas: add in the schema entry for minimum_query_length. svn path=/trunk/; revision=19301
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
<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> |