aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml
blob: 6452504f95d6c0c7f9f37da9ca7780c5ba2120e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<e-plugin-list>
    <e-plugin
        id="org.gnome.evolution.mail.folder.unsubscribe" 
        type="shlib"
        domain="@GETTEXT_PACKAGE@"
        _name="Unsubscribe Folders"
        location="@PLUGINDIR@/liborg-gnome-mail-folder-unsubscribe@SOEXT@">
        <_description>Allows unsubscribing of mail folders in the folder tree context menu.</_description>
        <author name="Jeffrey Stedfast" email="fejj@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="30.emc.03" _label="_Unsubscribe"
                    activate="org_gnome_mail_folder_unsubscribe"
                    enable="delete" visible="delete"/>
            </menu>
        </hook>
    </e-plugin>
</e-plugin-list>