<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@SOEXT@">

		<_description>Generates a D-BUS message when new mail messages arrive.</_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>
	</e-plugin>
</e-plugin-list>