aboutsummaryrefslogtreecommitdiff
path: root/data/usr/share/glib-2.0/schemas/org.ayatana.webmail.gschema.xml
blob: c90b4a32ad67c6636786ec6f3db5cdac45a9f3da (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <enum id="org.ayatana.webmail.message-actions">
    <value nick="Open message in browser/Execute command" value="1"/>
    <value nick="Mark message as read" value="2"/>
    <value nick="Ask me what to do" value="3"/>
  </enum>
  <schema id="org.ayatana.webmail" path="/org/ayatana/webmail/" gettext-domain="ayatanawebmail">
    <key type="i" name="max-item-count">
      <default>20</default>
      <summary>Maximum item count</summary>
      <description>Limit the number of mails to retrieve per folder.</description>
    </key>
    <key type="b" name="enable-notifications">
      <default>true</default>
      <summary>Enable notifications</summary>
      <description>Show OSD notifications when new messages arrive.</description>
    </key>
    <key type="b" name="enable-sound">
      <default>true</default>
      <summary>Enable sound</summary>
      <description>Play sound when new messages arrive.</description>
    </key>
    <key type="b" name="hide-messages-count">
      <default>true</default>
      <summary>Hide message count</summary>
      <description>Hide message count when there are no messages.</description>
    </key>
    <key type="s" name="exec-on-receive">
      <default>''</default>
        <summary>Execute on receive</summary>
        <description>Run this command when new messages arrive.</description>
    </key>
    <key type="s" name="custom-sound">
      <default>''</default>
      <summary>Custom sound</summary>
      <description>Play a custom sound when new messages arrive.</description>
    </key>
    <key type="b" name="merge-messages">
      <default>false</default>
      <summary>Merge messages</summary>
      <description>Merge messages belonging to the same conversation.</description>
    </key>
    <key enum="org.ayatana.webmail.message-actions" name="message-action">
      <default>'Open message in browser/Execute command'</default>
      <summary>Message action</summary>
      <description>Action to perform when a message is activated.</description>
    </key>
    <key type="s" name="home">
      <default>'https://mail.example.com'</default>
      <summary>Home</summary>
      <description>URL or command for the "Home" link.</description>
    </key>
    <key type="s" name="compose">
      <default>'https://mail.example.com/compose'</default>
      <summary>Compose</summary>
      <description>URL or command for the "Compose" link.</description>
    </key>
    <key type="s" name="inbox">
      <default>'https://mail.example.com/inbox'</default>
      <summary>Inbox</summary>
      <description>URL or command for the "Inbox" link.</description>
    </key>
    <key type="s" name="sent">
      <default>'https://mail.example.com/sent'</default>
      <summary>Sent</summary>
      <description>URL or command for the "Sent" link.</description>
    </key>
  </schema>
</schemalist>