aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/apps_evolution_addressbook.schemas.in
blob: e13337e82cec9045a7a0e0fcefb5059809ef2e77 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<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>Autocomplete length</short>
        <long>The number of characters that must be typed before Evolution will attempt to autocomplete.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/addressbook/completion/show_address</key>
      <applyto>/apps/evolution/addressbook/completion/show_address</applyto>
      <owner>evolution-addressbook</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Show autocompleted name with an address</short>
        <long>Whether force showing the mail address with the name of the autocompleted contact in the entry.</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/layout</key>
      <applyto>/apps/evolution/addressbook/display/layout</applyto>
      <owner>evolution-addressbook</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Contact layout style</short>
        <long>
          The layout style determines where to place the preview pane
          in relation to the contact list.  "0" (Classic View) places
          the preview pane below the contact list.  "1" (Vertical View)
          places the preview pane next to the contact list.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/addressbook/display/primary_addressbook</key>
      <applyto>/apps/evolution/addressbook/display/primary_addressbook</applyto>
      <owner>evolution-addressbook</owner>
      <type>string</type>
      <locale name="C">
        <short>Primary address book</short>
        <long>
          The UID of the selected (or "primary") address book in the
          sidebar of the "Contacts" view.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/addressbook/display/hpane_position</key>
      <applyto>/apps/evolution/addressbook/display/hpane_position</applyto>
      <owner>evolution-addressbook</owner>
      <type>int</type>
      <default>200</default>
      <locale name="C">
        <short>Contact preview pane position (horizontal)</short>
        <long>
          Position of the contact preview pane when oriented horizontally.
        </long>
      </locale>
    </schema>

    <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>
      <default>400</default>
      <locale name="C">
        <short>Contact preview pane position (vertical)</short>
        <long>
          Position of the contact preview pane when oriented vertically.
        </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 preview pane</short> 
         <long>Whether to show the preview pane.</long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/evolution/addressbook/display/preview_show_maps</key>
      <applyto>/apps/evolution/addressbook/display/preview_show_maps</applyto>
      <owner>evolution-addressbook</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Show maps</short>
        <long>Whether to show maps in preview pane.</long>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>