Files
evolution/plugins/mail-notification/org-gnome-mail-notification.eplug.xml
2007-12-15 11:59:39 +00:00

26 lines
856 B
XML

<e-plugin-list>
<e-plugin
id="org.gnome.evolution.mail_notification"
type="shlib"
_name="Mail Notification"
location="@PLUGINDIR@/liborg-gnome-mail-notification@SOEXT@">
<_description>Generates a D-Bus message or notifies the user with an icon in notification area and a notification message whenever a new message has arrived.</_description>
<author name="Miguel Angel López Hernández" email="miguel@gulev.org.mx"/>
<author name="Srinivasa Ragavan" email="sragavan@novell.com"/>
<hook class="org.gnome.evolution.mail.events:1.0">
<event id="folder.changed"
enable="newmail"
handle="org_gnome_mail_new_notify"
target="folder"/>
</hook>
<hook class="org.gnome.evolution.mail.events:1.0">
<event id="message.reading"
handle="org_gnome_mail_read_notify"
target="message"/>
</hook>
</e-plugin>
</e-plugin-list>