aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in')
-rw-r--r--plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in b/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
new file mode 100644
index 0000000000..3d264b7f0c
--- /dev/null
+++ b/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
@@ -0,0 +1,22 @@
+<?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"/>
+ </group>
+ </hook>
+ </e-plugin>
+</e-plugin-list>