aboutsummaryrefslogtreecommitdiffstats
path: root/shell/apps_evolution_shell.schemas.in
blob: 20e7af463d084661ac3d031f381748d8b7d1813f (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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<gconfschemafile>
  <schemalist>

    <!-- Evolution config version -->

    <schema>
      <key>/schemas/apps/evolution/version</key>
      <applyto>/apps/evolution/version</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Configuration version</short>
        <long>The configuration version of Evolution, with major/minor/configuration level (for example "2.6.0").</long>
      </locale>
    </schema>

    <!-- last upgraded-from version, if still present -->

    <schema>
      <key>/schemas/apps/evolution/last_version</key>
      <applyto>/apps/evolution/last_version</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Last upgraded configuration version</short>
        <long>The last upgraded configuration version of Evolution, with major/minor/configuration level (for example "2.6.0").</long>
      </locale>
    </schema>

    <!-- Development warning dialog -->

    <schema>
      <key>/schemas/apps/evolution/shell/skip_warning_dialog</key>
      <applyto>/apps/evolution/shell/skip_warning_dialog</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Skip development warning dialog</short>
    <long>Whether the warning dialog in development versions of Evolution is skipped.</long>
      </locale>
    </schema>

    <!-- Initial attachment view (icon or list) -->

    <schema>
      <key>/schemas/apps/evolution/shell/attachment_view</key>
      <applyto>/apps/evolution/shell/attachment_view</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Initial attachment view</short>
        <long>Initial view for attachment bar widgets.
        "0" is Icon View, "1" is List View.</long>
      </locale>
    </schema>

    <!-- Offline Mode -->

    <schema>
      <key>/schemas/apps/evolution/shell/start_offline</key>
      <applyto>/apps/evolution/shell/start_offline</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Start in offline mode</short>
    <long> Whether Evolution will start up in offline mode instead of online mode.
    </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/offline/folder_paths</key>
      <applyto>/apps/evolution/shell/offline/folder_paths</applyto>
      <owner>evolution</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[]</default>
      <locale name="C">
        <short>List of paths for the folders to be synchronized to disk for offline usage</short>
      </locale>
    </schema>

    <!-- View defaults -->

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/window_y</key>
      <applyto>/apps/evolution/shell/view_defaults/window_y</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Default window Y coordinate</short>
        <long>The default Y coordinate for the main window.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/window_x</key>
      <applyto>/apps/evolution/shell/view_defaults/window_x</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Default window X coordinate</short>
        <long>The default X coordinate for the main window.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/window_width</key>
      <applyto>/apps/evolution/shell/view_defaults/window_width</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>640</default>
      <locale name="C">
        <short>Default window width</short>
        <long>The default width for the main window, in pixels.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/window_height</key>
      <applyto>/apps/evolution/shell/view_defaults/window_height</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>480</default>
      <locale name="C">
        <short>Default window height</short>
        <long>The default height for the main window, in pixels.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/window_maximized</key>
      <applyto>/apps/evolution/shell/view_defaults/window_maximized</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Default window state</short>
        <long>Whether or not the window should be maximized.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/buttons_visible</key>
      <applyto>/apps/evolution/shell/view_defaults/buttons_visible</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Window buttons are visible</short>
        <long>Whether the window buttons should be visible.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/buttons_style</key>
      <applyto>/apps/evolution/shell/view_defaults/buttons_style</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default>toolbar</default>
      <locale name="C">
        <short>Window button style</short>
        <long>The style of the window buttons.  Can be "text", "icons", "both", "toolbar".  If "toolbar" is set, the style of the buttons is determined by the GNOME toolbar setting.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/toolbar_visible</key>
      <applyto>/apps/evolution/shell/view_defaults/toolbar_visible</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Toolbar is visible</short>
        <long>Whether the toolbar should be visible.</long>
      </locale>
    </schema>

     <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/sidebar_visible</key>
      <applyto>/apps/evolution/shell/view_defaults/sidebar_visible</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Sidebar is visible</short>
        <long>Whether the sidebar should be visible.</long>
      </locale>
    </schema>
    
     <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/statusbar_visible</key>
      <applyto>/apps/evolution/shell/view_defaults/statusbar_visible</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Statusbar is visible</short>
        <long>Whether the status bar should be visible.</long>
      </locale>
    </schema>
    
    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/component_id</key>
      <applyto>/apps/evolution/shell/view_defaults/component_id</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default>mail</default>
      <locale name="C">
        <short>ID or alias of the component to be shown by default at start-up.</short>
        <long>ID or alias of the component to be shown by default at start-up.</long>
      </locale>
    </schema>

    <!-- Folder bar -->

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/folder_bar/width</key>
      <applyto>/apps/evolution/shell/view_defaults/folder_bar/width</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>200</default>
      <locale name="C">
        <short>Default sidebar width</short>
        <long>The default width for the sidebar, in pixels.</long>
      </locale>
    </schema>

    <!-- Network config defaults -->

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/proxy_type</key>
      <applyto>/apps/evolution/shell/network_config/proxy_type</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Proxy configuration mode</short>
        <long>Select the proxy configuration mode. Supported values are 0, 1, 2, and 3 representing "use system settings", "no proxy", "use manual proxy configuration" and "use proxy configuration provided in the autoconfig url" respectively.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/http_port</key>
      <applyto>/apps/evolution/shell/network_config/http_port</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>HTTP proxy port</short>
        <long>The port on the machine defined by "/apps/evolution/shell/network_config/http_host" that you proxy through.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/http_host</key>
      <applyto>/apps/evolution/shell/network_config/http_host</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>HTTP proxy host name</short>
        <long>The machine name to proxy HTTP through.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/secure_port</key>
      <applyto>/apps/evolution/shell/network_config/secure_port</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Secure HTTP proxy port</short>
        <long>The port on the machine defined by "/apps/evolution/shell/network_config/secure_host" that you proxy through.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/secure_host</key>
      <applyto>/apps/evolution/shell/network_config/secure_host</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Secure HTTP proxy host name</short>
        <long>The machine name to proxy secure HTTP through.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/socks_port</key>
      <applyto>/apps/evolution/shell/network_config/socks_port</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>SOCKS proxy port</short>
        <long>The port on the machine defined by "/apps/evolution/shell/network_config/socks_host" that you proxy through.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/socks_host</key>
      <applyto>/apps/evolution/shell/network_config/socks_host</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>SOCKS proxy host name</short>
        <long>The machine name to proxy socks through.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/use_http_proxy</key>
      <applyto>/apps/evolution/shell/network_config/use_http_proxy</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Use HTTP proxy</short>
        <long>Enables the proxy settings when accessing HTTP/Secure HTTP over the Internet.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/use_authentication</key>
      <applyto>/apps/evolution/shell/network_config/use_authentication</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Authenticate proxy server connections</short>
        <long>If true, then connections to the proxy server require authentication. The username is retrieved from the "/apps/evolution/shell/network_config/authentication_user" GConf key, and the password is retrieved from either gnome-keyring or the ~/.gnome2_private/Evolution password file.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/authentication_user</key>
      <applyto>/apps/evolution/shell/network_config/authentication_user</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>HTTP proxy username</short>
        <long>Username to pass as authentication when doing HTTP proxying.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/authentication_password</key>
      <applyto>/apps/evolution/shell/network_config/authentication_password</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>HTTP proxy password</short>
        <long>Password to pass as authentication when doing HTTP proxying.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/ignore_hosts</key>
      <applyto>/apps/evolution/shell/network_config/ignore_hosts</applyto>
      <owner>evolution</owner>
      <type>list</type>
      <list_type>string</list_type>
      <default>[]</default>
      <locale name="C">
        <short>Non-proxy hosts</short>
        <long>This key contains a list of hosts which are connected to directly, rather than via the proxy (if it is active). The values can be hostnames, domains (using an initial wildcard like *.foo.com), IP host addresses (both IPv4 and IPv6) and network addresses with a netmask (something like 192.168.0.0/24).</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/network_config/autoconfig_url</key>
      <applyto>/apps/evolution/shell/network_config/autoconfig_url</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Automatic proxy configuration URL</short>
        <long>URL that provides proxy configuration values.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/express_mode</key>
      <applyto>/apps/evolution/shell/express_mode</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Enable express mode</short>
        <long>Flag that enables a much simplified user interface.</long>
      </locale>
    </schema>

  </schemalist>  
</gconfschemafile>