diff options
Diffstat (limited to 'plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml')
-rw-r--r-- | plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml new file mode 100644 index 0000000000..ab3f12af3e --- /dev/null +++ b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml @@ -0,0 +1,15 @@ +<?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> |