aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2005-01-10 19:03:18 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-01-10 19:03:18 +0800
commit25364488bb4d8ecb5313025e4b915dbc1de10ffa (patch)
treea997b5b78189f9cb4953f6c07c20fa094b01d51e /plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
parent1c3ec60fffcd59005900c41d45a640610d387287 (diff)
downloadgsoc2013-evolution-25364488bb4d8ecb5313025e4b915dbc1de10ffa.tar
gsoc2013-evolution-25364488bb4d8ecb5313025e4b915dbc1de10ffa.tar.gz
gsoc2013-evolution-25364488bb4d8ecb5313025e4b915dbc1de10ffa.tar.bz2
gsoc2013-evolution-25364488bb4d8ecb5313025e4b915dbc1de10ffa.tar.lz
gsoc2013-evolution-25364488bb4d8ecb5313025e4b915dbc1de10ffa.tar.xz
gsoc2013-evolution-25364488bb4d8ecb5313025e4b915dbc1de10ffa.tar.zst
gsoc2013-evolution-25364488bb4d8ecb5313025e4b915dbc1de10ffa.zip
Plugin to read the exchange OWA URL instead of host name
svn path=/trunk/; revision=28310
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.in31
1 files changed, 25 insertions, 6 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
index bb5c3a4f99..299ad6f9b7 100644
--- a/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
+++ b/plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
@@ -22,22 +22,41 @@
<e-plugin
type="shlib"
+ id="org.gnome.evolution.plugin.exchange-read-url"
+ location="@PLUGINDIR@/liborg-gnome-exchange-account-settings.so"
+ load-on-startup="true"
+ name="Exchange OWA URL"
+ description="A pluign to read OWA url in account druid">
+
+ <hook class="org.gnome.evolution.mail.config:1.0">
+ <group
+ target="account"
+ id="org.gnome.evolution.mail.config.accountDruid">
+ <item type="section"
+ path="10.receive/30.config"
+ label="OWA Url"/>
+ <item type="item"
+ path="10.receive/30.config/00.owa"
+ factory="org_gnome_exchange_read_url"/>
+ </group>
+ </hook>
+ </e-plugin>
+
+ <e-plugin
+ type="shlib"
id="org.gnome.evolution.plugin.exchange-ask-password"
location="@PLUGINDIR@/liborg-gnome-exchange-account-settings.so"
load-on-startup="true"
- name="Exchange Password Dialog"
+ name="Exchange User Authentication"
description="A pluign to read password once the user enters identity information">
+
<hook class="org.gnome.evolution.mail.config:1.0">
<group
target="account"
id="org.gnome.evolution.mail.config.accountDruid"
check="org_gnome_exchange_ask_password">
-
- <item
- path="90.dummy"/>
+ <item path="90.dummy"/>
</group>
</hook>
</e-plugin>
-
-
</e-plugin-list>