blob: b2cddae7bf60340052c6f65643dc00325c949eec (
plain) (
tree)
|
|
<?xml version="1.0"?>
<e-plugin-list>
<e-plugin id="org.gnome.mail.folder.mark_all_read"
type="shlib" domain="evolution" name="Mark All Read"
location="@PLUGINDIR@/liborg-gnome-mark-all-read@SOEXT@">
<description>Used for marking all the messages under a folder as read</description>
<author name="Chenthill Palanisamy" email="pchenthill@novell.com"/>
<hook class="org.gnome.evolution.mail.popup:1.0">
<menu id="org.gnome.evolution.mail.foldertree.popup" target="folder">
<item type="item" path="10.emc.01" label="Mark me_ssages as read"
activate="org_gnome_mark_all_read" enable="folder" visible="folder"/>
</menu>
</hook>
</e-plugin>
</e-plugin-list>
|