remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
26 lines
771 B
XML
26 lines
771 B
XML
<?xml version="1.0"?>
|
|
<e-plugin-list>
|
|
<e-plugin
|
|
type="shlib"
|
|
id="org.gnome.evolution.plugin.mailToTask"
|
|
location="@PLUGINDIR@/liborg-gnome-mail-to-task.so"
|
|
_name="Mail to task">
|
|
<_description>A plugin which allows the creation of tasks from the contents of a mail message.</_description>
|
|
<author name="Rodrigo Moya" email="rodrigo@novell.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="select">
|
|
<item
|
|
type="item"
|
|
path="71.mail_to_task"
|
|
icon="stock_todo"
|
|
_label="Con_vert to Task"
|
|
enable="one"
|
|
visible="one"
|
|
activate="org_gnome_mail_to_task"/>
|
|
</menu>
|
|
</hook>
|
|
</e-plugin>
|
|
</e-plugin-list>
|