aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml
blob: 16947d89c7ceda0abfd79149521558be90f04dff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?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" system_plugin="true">
    <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/>
    <_description>Add Novell GroupWise support to Evolution.</_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>