Files
evolution/plugins/save-attachments/org-gnome-save-attachments.eplug.in
Not Zed 9a41befd23 Imported save-attachments example plugin.
2004-10-20  Not Zed  <NotZed@Ximian.com>

        * Imported save-attachments example plugin.

svn path=/trunk/; revision=27642
2004-10-20 07:40:04 +00:00

24 lines
779 B
XML

<?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 plugin"
description="A plugin for saving all attachments or parts of a message at once.">
<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>