2008-04-30 Chenthill Palanisamy <pchenthill@novell.com> ** Fixes #358644 (bnc) Retracted groupwise appointments should disappear as soon as they are retracted. svn path=/trunk/; revision=35449
35 lines
1.4 KiB
XML
35 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<e-plugin-list>
|
|
<e-plugin id="org.gnome.evolution.plugin.gw-account-setup" type="shlib" _name="Groupwise Account Setup"
|
|
location="@PLUGINDIR@/liborg-gnome-gw-account-setup@SOEXT@" load-on-startup="true">
|
|
<author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/>
|
|
<_description>A plugin to setup groupwise calendar and contacts sources.</_description>
|
|
|
|
<hook class="org.gnome.evolution.mail.config:1.0">
|
|
<group target="account" id="org.gnome.evolution.mail.config.accountDruid">
|
|
<item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
|
|
</group>
|
|
</hook>
|
|
<hook class="org.gnome.evolution.mail.config:1.0">
|
|
<group target="account" id="org.gnome.evolution.mail.config.accountEditor">
|
|
<item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
|
|
</group>
|
|
</hook>
|
|
|
|
<hook class="org.gnome.evolution.mail.config:1.0">
|
|
<group target="account" id="org.gnome.evolution.mail.config.accountWizard">
|
|
<item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_groupwise_account_setup"/>
|
|
</group>
|
|
</hook>
|
|
|
|
<hook class="org.gnome.evolution.shell.events:1.0">
|
|
<event
|
|
id="upgrade.done"
|
|
handle="ensure_mandatory_esource_properties"
|
|
target="upgrade"
|
|
/>
|
|
</hook>
|
|
|
|
</e-plugin>
|
|
</e-plugin-list>
|