home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / evolution / 2.8 / plugins / org-gnome-copy-tool.eplug < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-30  |  734 b   |  14 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <e-plugin-list>
  3.   <e-plugin type="shlib" location="/usr/lib/evolution/2.8/plugins/liborg-gnome-copy-tool.so" id="org.gnome.evolution.plugin.copyTool" name="Copy tool">
  4.     <description>A test plugin which demonstrates a popup menu plugin which lets you copy things to the clipboard.</description>
  5.     <author name="Michael Zucchi" email="notzed@ximian.com"/>
  6.  
  7.     
  8.     <hook class="org.gnome.evolution.mail.popup:1.0">
  9.       <menu target="uri" id="org.gnome.evolution.mail.folderview.popup">
  10.     <item visible="mailto" type="item" path="80.test" icon="gtk-copy" activate="org_gnome_copy_tool_copy_address" label="Copy _Email Address"></item>
  11.       </menu>
  12.     </hook>
  13.   </e-plugin>
  14. </e-plugin-list>