blob: b7cee95bcb06e6f93388e42418028283dd2119aa (
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
|
<?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"/>
<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>
</e-plugin>
</e-plugin-list>
|