From 6cb13b10b6c87bd6fd89454049dd9b58c1f9808c Mon Sep 17 00:00:00 2001 From: Johnny Jacob Date: Sat, 15 Dec 2007 11:59:39 +0000 Subject: Part of fix for #492702 from Milan Crha : New mail notify and preferences ui movement. svn path=/trunk/; revision=34702 --- .../apps-evolution-mail-notification.schemas.in | 85 ++++++++++++++++++++-- 1 file changed, 77 insertions(+), 8 deletions(-) (limited to 'plugins/mail-notification/apps-evolution-mail-notification.schemas.in') 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 @@ - /schemas/apps/evolution/mail/notification/notification - /apps/evolution/mail/notification/notification + /schemas/apps/evolution/eplugin/mail-notification/notify-only-inbox + /apps/evolution/eplugin/mail-notification/notify-only-inbox evolution-mail bool true - Enable libnotify notifications of new mail - Every time a new mail arrives, pop up a libnotify notification. + Notify messages in Inbox only. + Whether to notify new messages in Inbox folder only. + + + + + /schemas/apps/evolution/eplugin/mail-notification/dbus-enabled + /apps/evolution/eplugin/mail-notification/dbus-enabled + evolution-mail + bool + true + + Enable D-Bus messages. + Generates a D-Bus message when new mail messages arrive. + + + + + /schemas/apps/evolution/eplugin/mail-notification/status-enabled + /apps/evolution/eplugin/mail-notification/status-enabled + evolution-mail + bool + true + + Enable icon in notification area. + Show new mail icon in notification area when new messages arrive. - /schemas/apps/evolution/mail/notification/blink-status-icon - /apps/evolution/mail/notification/blink-status-icon + /schemas/apps/evolution/eplugin/mail-notification/status-blink-icon + /apps/evolution/eplugin/mail-notification/status-blink-icon evolution-mail bool true - Make the status icon blink - When the new-mail status icon is visible, make it blink. + Blink icon in notification area. + Whether the icon should blink or not. + + + + /schemas/apps/evolution/eplugin/mail-notification/status-notification + /apps/evolution/eplugin/mail-notification/status-notification + evolution-mail + bool + true + + Popup message together with the icon. + Whether show message over the icon when new messages arrive. + + + + + /schemas/apps/evolution/eplugin/mail-notification/sound-enabled + /apps/evolution/eplugin/mail-notification/sound-enabled + evolution-mail + bool + true + + Play sound when new messages arrive. + Whether play sound or beep when new messages arrive. + + + + /schemas/apps/evolution/eplugin/mail-notification/sound-beep + /apps/evolution/eplugin/mail-notification/sound-beep + evolution-mail + bool + true + + Beep or play sound file. + If true, then Beep, otherwise will play sound file when new messages arrive. + + + + /schemas/apps/evolution/eplugin/mail-notification/sound-file + /apps/evolution/eplugin/mail-notification/sound-file + evolution-mail + string + + + Sound file name to be played. + Sound file to be played when new messages arrive, if not in beep mode. -- cgit v1.2.3