aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/apps_evolution_addressbook.schemas
blob: 82af9d0843f24aaa08a68ea899f4a6166e8e2902 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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>