-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathio.elementary.mail.gschema.xml
More file actions
59 lines (58 loc) · 2.49 KB
/
io.elementary.mail.gschema.xml
File metadata and controls
59 lines (58 loc) · 2.49 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/io/elementary/mail/"
id="io.elementary.mail">
<key name="window-maximized" type="b">
<default>false</default>
<summary>Whether the window was maximized on last run</summary>
<description>Whether the window was maximized on last run</description>
</key>
<key name="window-width" type="i">
<default>1024</default>
<summary>Most recent window width</summary>
<description>Most recent window width</description>
</key>
<key name="window-height" type="i">
<default>750</default>
<summary>Most recent window height</summary>
<description>Most recent window height</description>
</key>
<key name="paned-start-position" type="i">
<default>190</default>
<summary>Most recent position of the folders pane</summary>
<description>Most recent position of the folders pane</description>
</key>
<key name="paned-end-position" type="i">
<default>400</default>
<summary>Most recent position of the conversation list pane</summary>
<description>Most recent position of the conversation list pane</description>
</key>
<key name="selected-folder" type="(ss)">
<default>("", "")</default>
<summary>The account UID and folder name of the last selected folder</summary>
<description>The account UID and folder name of the last selected folder</description>
</key>
<key name="always-load-remote-images" type="b">
<default>true</default>
<summary>Whether to always load remote images without prompting</summary>
<description>Whether to always load remote images without prompting</description>
</key>
<key name="remote-images-whitelist" type="as">
<default>[]</default>
<summary>A list of sender addresses for which remote images will be automatically loaded</summary>
<description>A list of sender addresses for which remote images will be automatically loaded</description>
</key>
</schema>
<schema id="io.elementary.mail.accounts">
<key name="expanded-folders" type="as">
<default>[]</default>
<summary>The list of all the expanded folders</summary>
<description>The list of all the expanded folders</description>
</key>
<key name="expanded" type="b">
<default>true</default>
<summary>Whether the account itself is expanded</summary>
<description>Whether the account itself is expanded</description>
</key>
</schema>
</schemalist>