blob: de76273764a01c49b55f7bfa139c0ecad68c09f7 (
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.mailToMeeting"
location="@PLUGINDIR@/liborg-gnome-mail-to-meeting.so"
name="Convert a mail message into a meeting"
description="A plugin which allows the creation of meetings 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.evolution.mail.folderview.popup" target="select">
<item
type="item"
path="72.mail_to_meeting"
icon="stock_appointment"
label="Con_vert to Meeting"
enable="one"
visible="one"
activate="org_gnome_mail_to_meeting"/>
</menu>
</hook>
</e-plugin>
</e-plugin-list>
|