blob: 9cc4530e7320e9d086452e02548fa45dfc9269db (
plain) (
tree)
|
|
<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>
|