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
|
<schemalist>
<schema gettext-domain="evolution" id="org.gnome.evolution.plugin.mail-notification" path="/org/gnome/evolution/plugin/mail-notification/">
<key name="notify-only-inbox" type="b">
<default>true</default>
<_summary>Notify new messages for Inbox only.</_summary>
<_description>Whether to notify new messages in Inbox folder only.</_description>
</key>
<key name="notify-dbus-enabled" type="b">
<default>true</default>
<_summary>Enable D-Bus messages.</_summary>
<_description>Generates a D-Bus message when new mail messages arrive.</_description>
</key>
<key name="notify-status-enabled" type="b">
<default>true</default>
<_summary>Enable icon in notification area.</_summary>
<_description>Show new mail icon in notification area when new messages arrive.</_description>
</key>
<key name="notify-status-notification" type="b">
<default>true</default>
<_summary>Popup message together with the icon.</_summary>
<_description>Whether show message over the icon when new messages arrive.</_description>
</key>
<key name="notify-sound-enabled" type="b">
<default>true</default>
<_summary>Enable audible notifications when new messages arrive.</_summary>
<_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>
</key>
<key name="notify-sound-beep" type="b">
<default>false</default>
<_summary>Whether to emit a beep.</_summary>
<_description>Whether to emit a beep when new messages arrive.</_description>
</key>
<key name="notify-sound-file" type="s">
<default>''</default>
<_summary>Sound filename to be played.</_summary>
<_description>Sound file to be played when new messages arrive, if “notify-sound-play-file” is “true”.</_description>
</key>
<key name="notify-sound-play-file" type="b">
<default>false</default>
<_summary>Whether to play a sound file.</_summary>
<_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>
</key>
<key name="notify-sound-use-theme" type="b">
<default>true</default>
<_summary>Use sound theme</_summary>
<_description>Play themed sound when new messages arrive, if not in beep mode.</_description>
</key>
<key name="notify-not-accounts" type="as">
<default>['']</default>
<_summary>Do not notify for these accounts</_summary>
<_description>Contains UIDs of accounts for which the notifications should be avoided.</_description>
</key>
</schema>
</schemalist>
|