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-gw-account-setup.eplug < prev    next >
Encoding:
Extensible Markup Language  |  2009-05-15  |  1.5 KB  |  29 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <e-plugin-list>
  3.   <e-plugin type="shlib" system_plugin="true" location="/usr/lib/evolution/2.26/plugins/liborg-gnome-gw-account-setup.so" load-on-startup="true" id="org.gnome.evolution.plugin.gw-account-setup" name="GroupWise Account Setup">
  4.     <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/>
  5.     <description>A plugin to setup GroupWise calendar and contacts sources.</description>
  6.     
  7.     <hook class="org.gnome.evolution.mail.config:1.0">
  8.       <group target="account" id="org.gnome.evolution.mail.config.accountDruid">
  9.     <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
  10.       </group>
  11.     </hook>
  12.    <hook class="org.gnome.evolution.mail.config:1.0">
  13.       <group target="account" id="org.gnome.evolution.mail.config.accountEditor">
  14.     <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
  15.       </group>
  16.     </hook>
  17.  
  18.     <hook class="org.gnome.evolution.mail.config:1.0">
  19.       <group target="account" id="org.gnome.evolution.mail.config.accountWizard">
  20.     <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
  21.       </group>
  22.     </hook>
  23.  
  24.     <hook class="org.gnome.evolution.shell.events:1.0">
  25.      <event target="upgrade" id="upgrade.done" handle="ensure_mandatory_esource_properties"/>
  26.     </hook>    
  27.  
  28.   </e-plugin>
  29. </e-plugin-list>