aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mark-all-read/org-gnome-mark-all-read.eplug.in
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2005-05-20 01:32:41 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-05-20 01:32:41 +0800
commit70fa4a0868f12a18dbc9ba164ada94e6a0ebc799 (patch)
tree49ec3223aaed1f0b12dfca6b1273ee13fc7ab921 /plugins/mark-all-read/org-gnome-mark-all-read.eplug.in
parent00882d0d545184967e5c57fbe129fce1c49393b6 (diff)
downloadgsoc2013-evolution-70fa4a0868f12a18dbc9ba164ada94e6a0ebc799.tar
gsoc2013-evolution-70fa4a0868f12a18dbc9ba164ada94e6a0ebc799.tar.gz
gsoc2013-evolution-70fa4a0868f12a18dbc9ba164ada94e6a0ebc799.tar.bz2
gsoc2013-evolution-70fa4a0868f12a18dbc9ba164ada94e6a0ebc799.tar.lz
gsoc2013-evolution-70fa4a0868f12a18dbc9ba164ada94e6a0ebc799.tar.xz
gsoc2013-evolution-70fa4a0868f12a18dbc9ba164ada94e6a0ebc799.tar.zst
gsoc2013-evolution-70fa4a0868f12a18dbc9ba164ada94e6a0ebc799.zip
Plugin file to add the Mark all Messages read menu item. Contains methods
2005-05-19 Chenthill Palanisamy <pchenthill@novell.com> * MakeFile.am: * org-gnome-send-options.eplug.in: Plugin file to add the Mark all Messages read menu item. * send-options.c: Contains methods to mark messages as read. svn path=/trunk/; revision=29391
Diffstat (limited to 'plugins/mark-all-read/org-gnome-mark-all-read.eplug.in')
-rw-r--r--plugins/mark-all-read/org-gnome-mark-all-read.eplug.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/mark-all-read/org-gnome-mark-all-read.eplug.in b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.in
new file mode 100644
index 0000000000..d749a3e3fe
--- /dev/null
+++ b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.in
@@ -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.so">
+ <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>