Bug 795870 - Add a way to initiate refresh of account sources
[evolution.git] / data / org.gnome.evolution.plugin.mail-notification.gschema.xml.in
blob9407a10b1b590bfce8365385bd132d86e2b6bf7b
1 <schemalist>
2 <schema gettext-domain="evolution" id="org.gnome.evolution.plugin.mail-notification" path="/org/gnome/evolution/plugin/mail-notification/">
3 <key name="notify-only-inbox" type="b">
4 <default>true</default>
5 <_summary>Notify new messages for Inbox only.</_summary>
6 <_description>Whether to notify new messages in Inbox folder only.</_description>
7 </key>
8 <key name="notify-dbus-enabled" type="b">
9 <default>true</default>
10 <_summary>Enable D-Bus messages.</_summary>
11 <_description>Generates a D-Bus message when new mail messages arrive.</_description>
12 </key>
13 <key name="notify-status-enabled" type="b">
14 <default>true</default>
15 <_summary>Enable icon in notification area.</_summary>
16 <_description>Show new mail icon in notification area when new messages arrive.</_description>
17 </key>
18 <key name="notify-status-notification" type="b">
19 <default>true</default>
20 <_summary>Popup message together with the icon.</_summary>
21 <_description>Whether show message over the icon when new messages arrive.</_description>
22 </key>
23 <key name="notify-sound-enabled" type="b">
24 <default>true</default>
25 <_summary>Enable audible notifications when new messages arrive.</_summary>
26 <_description>Whether to make a sound of any kind when new messages arrive. If “false”, the “notify-sound-beep”, “notify-sound-file”, “notify-sound-play-file” and “notify-sound-use-theme” keys are disregarded.</_description>
27 </key>
28 <key name="notify-sound-beep" type="b">
29 <default>true</default>
30 <_summary>Whether to emit a beep.</_summary>
31 <_description>Whether to emit a beep when new messages arrive.</_description>
32 </key>
33 <key name="notify-sound-file" type="s">
34 <default>''</default>
35 <_summary>Sound filename to be played.</_summary>
36 <_description>Sound file to be played when new messages arrive, if “notify-sound-play-file” is “true”.</_description>
37 </key>
38 <key name="notify-sound-play-file" type="b">
39 <default>false</default>
40 <_summary>Whether to play a sound file.</_summary>
41 <_description>Whether to play a sound file when new messages arrive. The name of the sound file is given by the “notify-sound-file” key.</_description>
42 </key>
43 <key name="notify-sound-use-theme" type="b">
44 <default>false</default>
45 <_summary>Use sound theme</_summary>
46 <_description>Play themed sound when new messages arrive, if not in beep mode.</_description>
47 </key>
48 </schema>
49 </schemalist>