aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml
blob: 25a70760f721148f7ed3b3114461106952f71006 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<e-plugin-list>
  <e-plugin id="org.gnome.mail.folder.unsubscribe" 
   type="shlib" domain="evolution" _name="Unsubscribe Folders"
   location="@PLUGINDIR@/liborg-gnome-mail-folder-unsubscribe.so">
    <_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="20.emc.03" _label="_Unsubscribe"
         activate="org_gnome_mail_folder_unsubscribe"
         enable="delete" visible="delete"/>
      </menu>
    </hook>
  </e-plugin>
</e-plugin-list>