aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/org-gnome-mail-to-task.eplug.in
blob: e1fe4dc6b31c9d615a42f9d9b2f7800979eb622c (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="Convert a mail message into a 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>