aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml')
-rw-r--r--plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml
new file mode 100644
index 0000000000..f5fb48eb7f
--- /dev/null
+++ b/plugins/new-mail-notify/org-gnome-new-mail-notify.eplug.xml
@@ -0,0 +1,33 @@
+<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.events:1.0">
+ <event id="message.reading"
+ handle="org_gnome_message_reading_notify"
+ target="message"/>
+ </hook>
+
+ <hook class="org.gnome.evolution.mail.config:1.0">
+ <group id="org.gnome.evolution.mail.prefs" 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>