blob: 356b8a5793a21b781e02b6ca601d8d8ec7114156 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0"?>
<e-plugin-list>
<e-plugin
id="org.gnome.evolution.mail.folder.mark_all_read"
type="shlib"
domain="@GETTEXT_PACKAGE@"
_name="Mark All Read"
location="@PLUGINDIR@/liborg-gnome-mark-all-read@SOEXT@">
<author name="Chenthill Palanisamy" email="pchenthill@novell.com"/>
<_description>Mark all messages in a folder as read.</_description>
<hook class="org.gnome.evolution.mail.popup:1.0">
<menu id="org.gnome.evolution.mail.foldertree.popup" target="folder">
<item type="item" path="30.emc.01" icon="mail-mark-read" _label="Mark Me_ssages as Read" activate="org_gnome_mark_all_read" enable="folder" visible="folder"/>
</menu>
</hook>
</e-plugin>
</e-plugin-list>
|