aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/exchange-operations/org-gnome-exchange-operations.eplug.in')
-rw-r--r--plugins/exchange-operations/org-gnome-exchange-operations.eplug.in75
1 files changed, 75 insertions, 0 deletions
diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
new file mode 100644
index 0000000000..b7cee95bcb
--- /dev/null
+++ b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in
@@ -0,0 +1,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>