aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
blob: 591a453728c8a0569e9949b321478980870de22a (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0"?>
<e-plugin-list>
  <e-plugin
    type="shlib"
    id="org.gnome.evolution.plugin.exchange-operations"
    location="@PLUGINDIR@/liborg-gnome-exchange-operations.so"
    load-on-startup="true"
    name="Exchange Operations">
    <author name="Sushma Rai" email="rsushma@novell.com"/>
    <author name="Praveen Kumar" email="kpraveen@novell.com"/>
    <author name="Shakti Sen" email="shprasad@novell.com"/>
    <description>A plugin that handles a collection of Exchange account specific operations and features.</description>
    
    <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"
        commit="org_gnome_exchange_commit">
        <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>

        <group
                target="account"
                id="org.gnome.evolution.mail.config.accountWizard"
        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>

    <hook class="org.gnome.evolution.calendar.config:1.0">
            <group
         target="source"
         id="org.gnome.evolution.calendar.calendarProperties"
         check="e_exchange_calendar_check">
                <item
         type="item_table"
         path="00.general/00.source/40.pcalendar"
         factory="e_exchange_calendar_pcalendar"/>
            </group>
        </hook>

    <hook class="org.gnome.evolution.addressbook.config:1.0">
            <group
         target="source"
         id="org.gnome.evolution.addressbook.addressbookProperties"
         check="e_exchange_contacts_check">
                <item
         type="item"
         path="00.general/10.display/60.pcontacts"
         factory="e_exchange_contacts_pcontacts"/>
            </group>
     </hook>
    <hook class="org.gnome.evolution.mail.popup:1.0">
        <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder" factory = "org_gnome_exchange_folder_permissions">
        </menu>
    </hook> 
    <hook class="org.gnome.evolution.mail.bonobomenu:1.0">
    <menu id="org.gnome.evolution.mail.browser" target="select">
    <ui file="@PLUGINDIR@/org-gnome-folder-permissions.xml"/>
    <item
        type="item"
        verb="CheckFolderPermission"
        path="/commands/CheckFolderPermission"
        enable="all"
        activate="org_gnome_exchange_menu_folder_permissions"/>
    </menu>
    </hook>

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