aboutsummaryrefslogtreecommitdiffstats
path: root/shell/apps_evolution_shell.schemas.in.in
blob: e58974edd2f28752eb286a4711d5ce4f3c4b6f1b (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
<gconfschemafile>
  <schemalist>

    <!-- Evolution config version -->

    <schema>
      <key>/schemas/apps/evolution/version</key>
      <applyto>/apps/evolution/version</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <locale name="C">
        <short>Evolution configuration version</short>
      </locale>
    </schema>

    <!-- Default mail folder -->

    <schema>
      <key>/schemas/apps/evolution/shell/default_folders/mail_path</key>
      <applyto>/apps/evolution/shell/default_folders/mail_path</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default>evolution:/local/Inbox</default>
      <locale name="C">
        <short>Path to the default mail folder</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/default_folders/mail_uri</key>
      <applyto>/apps/evolution/shell/default_folders/mail_uri</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Physical URI to the default mail folder</short>
      </locale>
    </schema>

    <!-- Default contacts folder -->

    <schema>
      <key>/schemas/apps/evolution/shell/default_folders/contacts_path</key>
      <applyto>/apps/evolution/shell/default_folders/contacts_path</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default>evolution:/local/Contacts</default>
      <locale name="C">
        <short>Path to the default contacts folder</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/default_folders/contacts_uri</key>
      <applyto>/apps/evolution/shell/default_folders/contacts_uri</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Physical URI to the default contacts folder</short>
      </locale>
    </schema>

    <!-- Default calendar folder -->

    <schema>
      <key>/schemas/apps/evolution/shell/default_folders/calendar_path</key>
      <applyto>/apps/evolution/shell/default_folders/calendar_path</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default>evolution:/local/Calendar</default>
      <locale name="C">
        <short>Path to the default calendar folder</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/default_folders/calendar_uri</key>
      <applyto>/apps/evolution/shell/default_folders/calendar_uri</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Physical URI to the default calendar folder</short>
      </locale>
    </schema>

    <!-- Default tasks folder -->

    <schema>
      <key>/schemas/apps/evolution/shell/default_folders/tasks_path</key>
      <applyto>/apps/evolution/shell/default_folders/tasks_path</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default>evolution:/local/Tasks</default>
      <locale name="C">
        <short>Path to the default tasks folder</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/default_folders/tasks_uri</key>
      <applyto>/apps/evolution/shell/default_folders/tasks_uri</applyto>
      <owner>evolution</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Physical URI to the default tasks folder</short>
      </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>Whether to skip the development warning dialog</short>
    <long>
      If set to true, the warning dialog in development versions
      of Evolution is not displayed.
    </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>Whether Evolution should start up in offline mode</short>
    <long>
      If set to true, 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/width</key>
      <applyto>/apps/evolution/shell/view_defaults/width</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>640</default>
      <locale name="C">
        <short>Default window width</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/height</key>
      <applyto>/apps/evolution/shell/view_defaults/height</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <locale name="C">
        <default>480</default>
        <short>Default window height</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/selected_shortcut_group</key>
      <applyto>/apps/evolution/shell/view_defaults/selected_shortcut_group</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>0</default>
      <locale name="C">
        <short>Default shortcut group</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/show_folder_bar</key>
      <applyto>/apps/evolution/shell/view_defaults/show_folder_bar</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Whether to show the folder bar</short>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/show_shortcut_bar</key>
      <applyto>/apps/evolution/shell/view_defaults/show_shortcut_bar</applyto>
      <owner>evolution</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether to show the shortcut bar</short>
      </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>
      <locale name="C">
        <default>mail</default>
        <short>ID or alias of the component to be shown by default at start-up.</short>
      </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 width of the folder bar pane</short>
      </locale>
    </schema>

    <!-- Shortcut bar -->

    <schema>
      <key>/schemas/apps/evolution/shell/view_defaults/shortcut_bar/width</key>
      <applyto>/apps/evolution/shell/view_defaults/shortcut_bar/width</applyto>
      <owner>evolution</owner>
      <type>int</type>
      <default>100</default>
      <locale name="C">
        <short>Default width of the shortcut bar pane</short>
      </locale>
    </schema>

  </schemalist>  
</gconfschemafile>