aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-notification/apps-evolution-mail-notification.schemas.in.in
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-18 11:43:51 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-18 11:43:51 +0800
commit1e906110ccc40256aee28b45deb88e3cdef8242e (patch)
treeb67e8afda83b0072cdc235242e6fd8a01314e15d /plugins/mail-notification/apps-evolution-mail-notification.schemas.in.in
parenta7b11e8aac05151a4d862faabea2f01d54cce5bc (diff)
downloadgsoc2013-evolution-1e906110ccc40256aee28b45deb88e3cdef8242e.tar
gsoc2013-evolution-1e906110ccc40256aee28b45deb88e3cdef8242e.tar.gz
gsoc2013-evolution-1e906110ccc40256aee28b45deb88e3cdef8242e.tar.bz2
gsoc2013-evolution-1e906110ccc40256aee28b45deb88e3cdef8242e.tar.lz
gsoc2013-evolution-1e906110ccc40256aee28b45deb88e3cdef8242e.tar.xz
gsoc2013-evolution-1e906110ccc40256aee28b45deb88e3cdef8242e.tar.zst
gsoc2013-evolution-1e906110ccc40256aee28b45deb88e3cdef8242e.zip
** Fix for bug #439146 and #438711 from Ross Burton and Daniel Gryniewicz
svn path=/trunk/; revision=33556
Diffstat (limited to 'plugins/mail-notification/apps-evolution-mail-notification.schemas.in.in')
-rw-r--r--plugins/mail-notification/apps-evolution-mail-notification.schemas.in.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/mail-notification/apps-evolution-mail-notification.schemas.in.in b/plugins/mail-notification/apps-evolution-mail-notification.schemas.in.in
new file mode 100644
index 0000000000..5cc552d0d0
--- /dev/null
+++ b/plugins/mail-notification/apps-evolution-mail-notification.schemas.in.in
@@ -0,0 +1,27 @@
+<gconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/evolution/mail/notification/notification</key>
+ <applyto>/apps/evolution/mail/notification/notification</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>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/evolution/mail/notification/blink-status-icon</key>
+ <applyto>/apps/evolution/mail/notification/blink-status-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>
+ </locale>
+ </schema>
+ </schemalist>
+</gconfschemafile>
+