aboutsummaryrefslogblamecommitdiffstats
path: root/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
blob: df662669347e210ca8f861e35de4837d03dcb588 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13



                     
                                                             







                                                                    

                                                                  


                                                 



                                                               


                                                                   
                
 

                                
                                                                 
                                                         


                                                              
                
           
 
             
                
<?xml version="1.0"?>
<e-plugin-list>
  <e-plugin
    type="shlib"
    id="org.gnome.evolution.plugin.exchange-account-settings"
    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"
        check="org_gnome_exchange_check_options">
        <item type="page" 
                path="40.oof" 
                label="Exchange Settings"
                factory="org_gnome_exchange_settings"/>
                <item type="item_table"
                        path="10.receive/10.config/20.owa"
            factory="org_gnome_exchange_owa_url"/>
        <item type="section"
            path="10.receive/30.auth/00.exchange_auth"
            factory="org_gnome_exchange_auth_section"/>
        </group>

        <group
                target="account"
                id="org.gnome.evolution.mail.config.accountDruid"
        check="org_gnome_exchange_check_options">
                <item type="item_table"
                        path="10.receive/10.config/20.owa"
            factory="org_gnome_exchange_owa_url"/>
    </group>
    </hook>

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