blob: 5087dce521005d720f4dc6c97fb795fb6b04902f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?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_tasks"
label="Con_vert to Task"
enable="one"
visible="one"
activate="org_gnome_mail_to_task"/>
</menu>
</hook>
</e-plugin>
</e-plugin-list>
|