aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-notification/apps-evolution-mail-notification.schemas.in
blob: 5ce8d3c9d4e6c0ad8741f1f21a711597c98d75e1 (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
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/apps/evolution/eplugin/mail-notification/notify-only-inbox</key>
      <applyto>/apps/evolution/eplugin/mail-notification/notify-only-inbox</applyto>
      <owner>evolution-mail</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Notify new messages for Inbox only.</short>
        <long>Whether to notify new messages in Inbox folder only.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/eplugin/mail-notification/dbus-enabled</key>
      <applyto>/apps/evolution/eplugin/mail-notification/dbus-enabled</applyto>
      <owner>evolution-mail</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Enable D-Bus messages.</short>
        <long>Generates a D-Bus message when new mail messages arrive.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/eplugin/mail-notification/status-enabled</key>
      <applyto>/apps/evolution/eplugin/mail-notification/status-enabled</applyto>
      <owner>evolution-mail</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Enable icon in notification area.</short>
        <long>Show new mail icon in notification area when new messages arrive.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/evolution/eplugin/mail-notification/status-notification</key>
      <applyto>/apps/evolution/eplugin/mail-notification/status-notification</applyto>
      <owner>evolution-mail</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Popup message together with the icon.</short>
        <long>Whether show message over the icon when new messages arrive.</long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/apps/evolution/eplugin/mail-notification/sound-enabled</key>
      <applyto>/apps/evolution/eplugin/mail-notification/sound-enabled</applyto>
      <owner>evolution-mail</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Play sound when new messages arrive.</short>
        <long>Whether play sound or beep when new messages arrive.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/evolution/eplugin/mail-notification/sound-beep</key>
      <applyto>/apps/evolution/eplugin/mail-notification/sound-beep</applyto>
      <owner>evolution-mail</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Beep or play sound file.</short>
        <long>If "true", then beep, otherwise will play sound file when new messages arrive.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/evolution/eplugin/mail-notification/sound-file</key>
      <applyto>/apps/evolution/eplugin/mail-notification/sound-file</applyto>
      <owner>evolution-mail</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short>Sound file name to be played.</short>
        <long>Sound file to be played when new messages arrive, if not in beep mode.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/apps/evolution/eplugin/mail-notification/sound-use-theme</key>
      <applyto>/apps/evolution/eplugin/mail-notification/sound-use-theme</applyto>
      <owner>evolution-mail</owner>
      <type>bool</type>
      <default>false</default>  
      <locale name="C">
        <short>Use sound theme</short>
        <long>Play themed sound when new messages arrive, if not in beep mode.</long>
      </locale>
    </schema>   
  </schemalist>
</gconfschemafile>