src/org-jylefort-mail-notification.eplug.in (761B) - raw
1 <e-plugin-list>
2 <e-plugin
3 id="org.jylefort.evolution.mail-notification"
4 type="shlib"
5 name="Jean-Yves Lefort's Mail Notification"
6 location="@evolution-plugin-dir@/liborg-jylefort-mail-notification.so">
7
8 <description>Provides Evolution mailbox support for Mail Notification.</description>
9 <author name="Jean-Yves Lefort" email="jylefort@brutele.be"/>
10
11 <hook class="org.gnome.evolution.mail.events:1.0">
12 <event id="folder.changed"
13 handle="org_jylefort_mail_notification_folder_changed"
14 target="folder"/>
15 </hook>
16
17 <hook class="org.gnome.evolution.mail.events:1.0">
18 <event id="message.reading"
19 handle="org_jylefort_mail_notification_message_reading"
20 target="message"/>
21 </hook>
22 </e-plugin>
23 </e-plugin-list>