aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/save-attachments/org-gnome-save-attachments.eplug.xml
blob: 0f6342133489d2515cf71b6d79196390e206874b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<e-plugin-list>
  <!-- the path to the shared library -->
  <e-plugin
    id="org.gnome.plugin.attachments.save"
    type="shlib"
    location="@PLUGINDIR@/liborg-gnome-save-attachments.so"
    _name="Save attachments">
    
    <author name="Not Zed" email="NotZed@Ximian.com"/>
    <_description>A plugin for saving all attachments or parts of a message at once.</_description>

    <hook class="org.gnome.evolution.mail.bonobomenu:1.0">
      <menu id="org.gnome.evolution.mail.browser" target="select">
    <!-- the path to the bonobo menu description -->
    <ui file="@PLUGINDIR@/org-gnome-save-attachments.xml"/>
    <item
      type="item"
      verb="EPSASaveAttachments"
      path="/commands/EPSASaveAttachments"
      enable="one"
      activate="org_gnome_save_attachments_save"/>
      </menu>
    </hook>
  </e-plugin>
</e-plugin-list>