aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/copy-tool/org-gnome-copy-tool.eplug.xml
blob: 3b6a30752d6e85b3b18fe9fce3ba23620add0e70 (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.copyTool"
    location="@PLUGINDIR@/liborg-gnome-copy-tool@SOEXT@"
    _name="Copy Tool">
    <_description>Copy things to the clipboard.</_description>
    <author name="Michael Zucchi" email="notzed@ximian.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="uri">
    <item
      type="item"
      path="80.test"
      icon="gtk-copy"
      _label="Copy _Email Address"
      visible="mailto"
      activate="org_gnome_copy_tool_copy_address"/>
      </menu>
    </hook>
  </e-plugin>
</e-plugin-list>