blob: f5141f9a368fd80cff2eebb4b888490dbd215bd6 (
plain) (
tree)
|
|
<?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="Convert a mail message into a task"
description="A plugin which allows the creation of tasks from the contents of a mail message">
<!-- hook into the uri popup menu -->
<hook class="org.gnome.evolution.mail.popup:1.0">
<menu id="org.gnome.mail.folderview.popup.select" 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>
|