home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / evolution / 2.26 / plugins / org-gnome-evolution-bbdb.eplug < prev    next >
Encoding:
Extensible Markup Language  |  2009-05-15  |  849 b   |  20 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <e-plugin-list>
  3.     <e-plugin type="shlib" location="/usr/lib/evolution/2.26/plugins/liborg-gnome-evolution-bbdb.so" id="org.gnome.evolution.bbdb" name="Automatic Contacts">
  4.  
  5.           <description>Automatically fills your address book with names and email addresses as you reply to messages. Also fills in IM contact information from your buddy lists.</description>
  6.  
  7.         <author name="Nat Friedman" email="nat@novell.com"/>
  8.  
  9.         <hook class="org.gnome.evolution.mail.events:1.0">
  10.             <event target="message" id="message.replying" handle="bbdb_handle_reply"/>
  11.         </hook>
  12.  
  13.         <hook class="org.gnome.evolution.mail.config:1.0">
  14.             <group target="prefs" id="org.gnome.evolution.mail.prefs">
  15.                 <item type="page" path="80.bbdb" factory="bbdb_page_factory" label="BBDB"></item>
  16.             </group>
  17.         </hook>
  18.  
  19.     </e-plugin>
  20. </e-plugin-list>