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
25 lines
772 B
XML
25 lines
772 B
XML
<?xml version="1.0"?>
|
|
<e-plugin-list>
|
|
<e-plugin
|
|
type="shlib"
|
|
id="org.gnome.evolution.plugin.copyTool"
|
|
location="@PLUGINDIR@/liborg-gnome-copy-tool@SOEXT@"
|
|
_name="Copy tool">
|
|
<_description>A test plugin which demonstrates a popup menu plugin which lets you copy things to the clipboard.</_description>
|
|
<author name="Michael Zucchi" email="notzed@ximian.com"/>
|
|
|
|
<!-- hook into the uri popup menu -->
|
|
<hook class="org.gnome.evolution.mail.popup:1.0">
|
|
<menu id="org.gnome.evolution.mail.folderview.popup" target="uri">
|
|
<item
|
|
type="item"
|
|
path="80.test"
|
|
icon="gtk-copy"
|
|
_label="Copy _Email Address"
|
|
visible="mailto"
|
|
activate="org_gnome_copy_tool_copy_address"/>
|
|
</menu>
|
|
</hook>
|
|
</e-plugin>
|
|
</e-plugin-list>
|