blob: cb1d115dfd5f8545195321a2f8561c58b970865c (
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
25
|
<?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>
|