From 66874740c44489a8298ce3fe3a9d28a49d5c3e05 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 3 Nov 2010 18:35:05 +0100 Subject: Migrate mail notification schemas to GSettings --- data/evolution.convert | 8 ++++++ data/org.gnome.evolution.mail.gschema.xml.in | 40 ++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/data/evolution.convert b/data/evolution.convert index 84f5e91275..903a53a3de 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -38,3 +38,11 @@ attachment-reminder-clues = /apps/evolution/mail/attachment_reminder_clues custom-headers = /apps/evolution/eplugin/email_custom_header/customHeader utf8-for-spam-filter = /apps/evolution/mail/junk/bogofilter/unicode insert-face-picture = /apps/evolution/eplugin/face/insert_by_default +notify-only-inbox = /apps/evolution/eplugin/mail-notification/notify-only-inbox +notify-dbus-enabled = /apps/evolution/eplugin/mail-notification/dbus-enabled +notify-status-enabled = /apps/evolution/eplugin/mail-notification/status-enabled +notify-status-notification = /apps/evolution/eplugin/mail-notification/status-notification +notify-sound-enabled = /apps/evolution/eplugin/mail-notification/sound-enabled +notify-sound-beep = /apps/evolution/eplugin/mail-notification/sound-beep +notify-sound-file = /apps/evolution/eplugin/mail-notification/sound-file +notify-sound-use-theme = /apps/evolution/eplugin/mail-notification/sound-use-theme diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in index e711d0217f..86cbb12dce 100644 --- a/data/org.gnome.evolution.mail.gschema.xml.in +++ b/data/org.gnome.evolution.mail.gschema.xml.in @@ -30,5 +30,45 @@ <_summary>Insert Face picture by default <_description>Whether insert Face picture to outgoing messages by default. The picture should be set before checking this, otherwise nothing happens. + + true + Notify new messages for Inbox only. + Whether to notify new messages in Inbox folder only. + + + true + Enable D-Bus messages. + Generates a D-Bus message when new mail messages arrive. + + + true + Enable icon in notification area. + Show new mail icon in notification area when new messages arrive. + + + true + Popup message together with the icon. + Whether show message over the icon when new messages arrive. + + + true + Play sound when new messages arrive. + Whether play sound or beep when new messages arrive. + + + true + Beep or play sound file. + If "true", then beep, otherwise will play sound file when new messages arrive. + + + '' + Sound file name to be played. + Sound file to be played when new messages arrive, if not in beep mode. + + + false + Use sound theme + Play themed sound when new messages arrive, if not in beep mode. + -- cgit v1.2.3