blob: e5c09799dee0a8789d98dec73d89b4c898a32d95 (
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
|
<schemalist>
<schema gettext-domain="evolution" id="org.gnome.evolution.shell" path="/org/gnome/evolution/shell/">
<key name="skip-warning-dialog" type="b">
<default>false</default>
<_summary>Skip development warning dialog</_summary>
<_description>Whether the warning dialog in development versions of Evolution is skipped.</_description>
</key>
<key name="attachment-view" type="i">
<default>0</default>
<_summary>Initial attachment view</_summary>
<_description>Initial view for attachment bar widgets. "0" is Icon View, "1" is List View.</_description>
</key>
<key name="file-chooser-folder" type="s">
<default>''</default>
<_summary>Initial file chooser folder</_summary>
<_description>Initial folder for GtkFileChooser dialogs.</_description>
</key>
<key name="start-offline" type="b">
<default>false</default>
<_summary>Start in offline mode</_summary>
<_description> Whether Evolution will start up in offline mode instead of online mode.</_description>
</key>
<key name="folder-paths" type="as">
<default>[]</default>
<_summary>Offline folder paths</_summary>
<_description>List of paths for the folders to be synchronized to disk for offline usage.</_description>
</key>
<key name="express-mode" type="b">
<default>false</default>
<_summary>Enable express mode</_summary>
<_description>Flag that enables a much simplified user interface.</_description>
</key>
<key name="buttons-visible" type="b">
<default>true</default>
<_summary>Window buttons are visible</_summary>
<_description>Whether the window buttons should be visible.</_description>
</key>
<key name="buttons-style" type="s">
<default>'toolbar'</default>
<_summary>Window button style</_summary>
<_description>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.</_description>
</key>
<key name="toolbar-visible" type="b">
<default>true</default>
<_summary>Toolbar is visible</_summary>
<_description>Whether the toolbar should be visible.</_description>
</key>
<key name="sidebar-visible" type="b">
<default>true</default>
<_summary>Sidebar is visible</_summary>
<_description>Whether the sidebar should be visible.</_description>
</key>
<key name="statusbar-visible" type="b">
<default>true</default>
<_summary>Statusbar is visible</_summary>
<_description>Whether the status bar should be visible.</_description>
</key>
<key name="default-component-id" type="s">
<default>'mail'</default>
<_summary>ID or alias of the component to be shown by default at start-up.</_summary>
<_description>ID or alias of the component to be shown by default at start-up.</_description>
</key>
<key name="folder-bar-width" type="i">
<default>200</default>
<_summary>Default sidebar width</_summary>
<_description>The default width for the sidebar, in pixels.</_description>
</key>
<child name="window" schema="org.gnome.evolution.window"/>
</schema>
</schemalist>
|