blob: 89531415b86e8046fac72c2e44c7f04a02d37216 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 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>
|