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-evolution-bbdb.eplug < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-30  |  847 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.8/plugins/liborg-gnome-evolution-bbdb.so" id="org.gnome.evolution.bbdb" name="Automatic Contacts">
  4.  
  5.           <description>Automatically fills your addressbook 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>