aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in
blob: 0de9b142f75edabc498f0de607885b58e57dcfc8 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<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>
        <long>EFolderList xml for the list of completion uris</long>
      </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>
        <long>The number of characters that must be typed before evolution will attempt to autocomplete</long>
      </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>
        <long>URI for the folder last used in the select names dialog</long>
      </locale>
    </schema>

    <!-- View state -->

    <schema>
      <key>/schemas/apps/evolution/addressbook/display/vpane_position</key>
      <applyto>/apps/evolution/addressbook/display/vpane_position</applyto>
      <owner>evolution-addressbook</owner>
      <type>int</type>
      <locale name="C">
        <short>Position of the vertical pane in main view</short>
        <long>Position of the vertical pane in main view</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/addressbook/display/show_preview</key>
      <applyto>/apps/evolution/addressbook/display/show_preview</applyto>
      <owner>evolution-addressbook</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
         <short>Show the "Preview" pane</short>
         <long>Show the "Preview" pane</long>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>