aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.in
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2005-01-11 09:46:06 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-01-11 09:46:06 +0800
commit486d746d1ac3c4ed35ff387ffc41bd39edaf9b13 (patch)
treee28b13d5b6761e76bc1a218d2efa4a7f2a1217fa /plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.in
parentfba011bf008443ee5130f1426aa65e11245cd84a (diff)
downloadgsoc2013-evolution-486d746d1ac3c4ed35ff387ffc41bd39edaf9b13.tar
gsoc2013-evolution-486d746d1ac3c4ed35ff387ffc41bd39edaf9b13.tar.gz
gsoc2013-evolution-486d746d1ac3c4ed35ff387ffc41bd39edaf9b13.tar.bz2
gsoc2013-evolution-486d746d1ac3c4ed35ff387ffc41bd39edaf9b13.tar.lz
gsoc2013-evolution-486d746d1ac3c4ed35ff387ffc41bd39edaf9b13.tar.xz
gsoc2013-evolution-486d746d1ac3c4ed35ff387ffc41bd39edaf9b13.tar.zst
gsoc2013-evolution-486d746d1ac3c4ed35ff387ffc41bd39edaf9b13.zip
initial import of a new mail -> dbus message bridge plugin
svn path=/trunk/; revision=28343
Diffstat (limited to 'plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.in')
-rw-r--r--plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.in b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.in
new file mode 100644
index 0000000000..e175d8652f
--- /dev/null
+++ b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.in
@@ -0,0 +1,27 @@
+<e-plugin-list>
+ <e-plugin
+ id="org.gnome.evolution.new_mail_notify"
+ type="shlib"
+ name="New Mail Notification"
+ location="@PLUGINDIR@/liborg-gnome-new-mail-notify.so">
+
+ <description>Generates a D-BUS message when new mail arrives.</description>
+ <author name="Miguel Angel López Hernández" email="miguel@gulev.org.mx"/>
+
+ <hook class="org.gnome.evolution.mail.events:1.0">
+ <event id="folder.changed"
+ enable="newmail"
+ handle="org_gnome_new_mail_notify"
+ target="folder"/>
+ </hook>
+
+ <hook class="org.gnome.evolution.mail.config:1.0">
+ <group target="prefs">
+ <item type="item"
+ path="00.general/30.notify/00.new_mail_notify"
+ label="New mail notify"
+ factory="org_gnome_new_mail_config"/>
+ </group>
+ </hook>
+ </e-plugin>
+</e-plugin-list>