Files
evolution/plugins/external-editor/org-gnome-external-editor.eplug.xml
Sankar P 87b9ea4c1b Committed on behalf of Denis Washington <denisw@svn.gnome.org>
2007-12-04  Sankar P  <psankar@novell.com>

	* Committed on behalf of Denis Washington <denisw@svn.gnome.org>

	** Fix for bug #496298
	* org-gnome-external-editor.eplug.xml:
	* org-gnome-external-editor.xml:
	Change mails to messages.



svn path=/trunk/; revision=34635
2007-12-04 06:53:54 +00:00

28 lines
831 B
XML

<?xml version="1.0"?>
<e-plugin-list>
<!-- the path to the shared library -->
<e-plugin
id="org.gnome.plugin.external.editor"
type="shlib"
location="@PLUGINDIR@/liborg-gnome-external-editor@SOEXT@"
_name="External Editor">
<author name="Sankar P" email="sankar2u@gmail.com"/>
<_description>A plugin for using an external editor as the composer. You can send only plain-text messages.</_description>
<hook class="org.gnome.evolution.shell.bonobomenu:1.0">
<menu id="org.gnome.evolution.shell" target="shell">
<!-- the path to the bonobo menu description -->
<ui file="@PLUGINDIR@/org-gnome-external-editor.xml"/>
<item
type="item"
verb="EPExtEditor"
path="/commands/EPExtEditor"
activate="org_gnome_external_editor"/>
</menu>
</hook>
</e-plugin>
</e-plugin-list>