2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> Code Cleanup. Fixes part of #301149 svn path=/trunk/; revision=33354
27 lines
853 B
XML
27 lines
853 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@SOEXT@"
|
|
_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>
|