aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-notification/apps-evolution-mail-notification.schemas.in
diff options
context:
space:
mode:
authorJohnny Jacob <jjohnny@src.gnome.org>2007-12-15 19:59:39 +0800
committerJohnny Jacob <jjohnny@src.gnome.org>2007-12-15 19:59:39 +0800
commit6cb13b10b6c87bd6fd89454049dd9b58c1f9808c (patch)
tree7c96fa9f180a0295eea711ecef359c635143033c /plugins/mail-notification/apps-evolution-mail-notification.schemas.in
parent4f7d3decd1bb7f47e9d23c0514e82d002aaac752 (diff)
downloadgsoc2013-evolution-6cb13b10b6c87bd6fd89454049dd9b58c1f9808c.tar
gsoc2013-evolution-6cb13b10b6c87bd6fd89454049dd9b58c1f9808c.tar.gz
gsoc2013-evolution-6cb13b10b6c87bd6fd89454049dd9b58c1f9808c.tar.bz2
gsoc2013-evolution-6cb13b10b6c87bd6fd89454049dd9b58c1f9808c.tar.lz
gsoc2013-evolution-6cb13b10b6c87bd6fd89454049dd9b58c1f9808c.tar.xz
gsoc2013-evolution-6cb13b10b6c87bd6fd89454049dd9b58c1f9808c.tar.zst
gsoc2013-evolution-6cb13b10b6c87bd6fd89454049dd9b58c1f9808c.zip
Part of fix for #492702 from Milan Crha : New mail notify and preferences ui movement.
svn path=/trunk/; revision=34702
Diffstat (limited to 'plugins/mail-notification/apps-evolution-mail-notification.schemas.in')
-rw-r--r--plugins/mail-notification/apps-evolution-mail-notification.schemas.in85
1 files changed, 77 insertions, 8 deletions
diff --git a/plugins/mail-notification/apps-evolution-mail-notification.schemas.in b/plugins/mail-notification/apps-evolution-mail-notification.schemas.in
index 5cc552d0d0..c6cec4803b 100644
--- a/plugins/mail-notification/apps-evolution-mail-notification.schemas.in
+++ b/plugins/mail-notification/apps-evolution-mail-notification.schemas.in
@@ -1,25 +1,94 @@
<gconfschemafile>
<schemalist>
<schema>
- <key>/schemas/apps/evolution/mail/notification/notification</key>
- <applyto>/apps/evolution/mail/notification/notification</applyto>
+ <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>Enable libnotify notifications of new mail</short>
- <long>Every time a new mail arrives, pop up a libnotify notification.</long>
+ <short>Notify messages in 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/mail/notification/blink-status-icon</key>
- <applyto>/apps/evolution/mail/notification/blink-status-icon</applyto>
+ <key>/schemas/apps/evolution/eplugin/mail-notification/status-blink-icon</key>
+ <applyto>/apps/evolution/eplugin/mail-notification/status-blink-icon</applyto>
<owner>evolution-mail</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
- <short>Make the status icon blink</short>
- <long>When the new-mail status icon is visible, make it blink.</long>
+ <short>Blink icon in notification area.</short>
+ <long>Whether the icon should blink or not.</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>
</schemalist>