blob: 2a9029a3893fb498da4c845c63c8dfa8d5d3ce81 (
plain) (
tree)
|
|
<?xml version="1.0"?>
<e-plugin-list>
<e-plugin
type="shlib"
id="org.gnome.evolution.plugin.compose.sendoptions"
location="@PLUGINDIR@/liborg-gnome-compose-send-options.so"
name="Groupwise send options">
<description>Lets you have the send options menu item in the composer window for groupwise mails.</description>
<author name="Parthasarathi Susarla" email="sparthasarathi@novell.com"/>
<!-- hook into the popup menu -->
<hook class="org.gnome.evolution.mail.bonobomenu:1.0">
<menu id="org.gnome.evolution.mail.composer" target="select">
<ui file="@PLUGINDIR@/org-gnome-compose-send-options.xml"/>
<item
type="item"
verb="EPSOSendOptions"
path="/commands/EPSOSendOptions"
enable="one"
activate="org_gnome_compose_send_options"/>
</menu>
</hook>
</e-plugin>
</e-plugin-list>
|