aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
blob: 7fd216c5e8c1c382597db6424cd61ef856844d8d (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0"?>
<e-plugin-list>
  <e-plugin
    type="shlib"
    id="org.gnome.evolution.plugin.exchange-account-setup"
    location="@PLUGINDIR@/liborg-gnome-exchange-account-settings.so"
    load-on-startup="true"
    name="Exchange Account Setup"
    description="A pluign for Exchange account specific settings">
    
    <hook class="org.gnome.evolution.mail.config:1.0">
        <group 
        target="account" 
        id="org.gnome.evolution.mail.config.accountEditor">
        <item type="page" 
                path="40.oof" 
                label="Exchange Settings"
                factory="org_gnome_exchange_account_setup"/>
                <item type="section"
                        path="10.receive/10.config"
            label="OWA Url"/>
        <item type="item"
            path="10.receive/10.config/00.owa"
            factory="org_gnome_exchange_set_url"/>
        </group>
    </hook>

    <hook class="org.gnome.evolution.mail.config:1.0">
        <group
                target="account"
                id="org.gnome.evolution.mail.config.accountDruid">
                <item type="section"
                        path="10.receive/30.config"
            label="OWA Url"/>
        <item type="item"
            path="10.receive/30.config/00.owa"
            factory="org_gnome_exchange_read_url"/>
        </group>
        <group
        target="account"
        id="org.gnome.evolution.mail.config.accountDruid"
        check="org_gnome_exchange_check_options">
        <item
            path="20.receive_options"/>
    </group>
    </hook>

  </e-plugin>
</e-plugin-list>