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-09 21:15:33 +0800
committerSushma Rai <rsushma@src.gnome.org>2005-01-09 21:15:33 +0800
commitb9d38cc653c017dcb78a67a0660a9a18e0f326b5 (patch)
treebca3b3edbd60624de1b852f0bc2f957c8c14dcb8 /plugins/exchange-account-setup/org-gnome-exchange-account-setup.eplug.in
parent6de819c7dd36d1c5820826abe4956a6bc4b969b7 (diff)
downloadgsoc2013-evolution-b9d38cc653c017dcb78a67a0660a9a18e0f326b5.tar
gsoc2013-evolution-b9d38cc653c017dcb78a67a0660a9a18e0f326b5.tar.gz
gsoc2013-evolution-b9d38cc653c017dcb78a67a0660a9a18e0f326b5.tar.bz2
gsoc2013-evolution-b9d38cc653c017dcb78a67a0660a9a18e0f326b5.tar.lz
gsoc2013-evolution-b9d38cc653c017dcb78a67a0660a9a18e0f326b5.tar.xz
gsoc2013-evolution-b9d38cc653c017dcb78a67a0660a9a18e0f326b5.tar.zst
gsoc2013-evolution-b9d38cc653c017dcb78a67a0660a9a18e0f326b5.zip
Authentication for exchange account
svn path=/trunk/; revision=28296
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.in21
1 files changed, 21 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
index 3d264b7f0c..bb5c3a4f99 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
@@ -19,4 +19,25 @@
</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"
+ 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"/>
+ </group>
+ </hook>
+ </e-plugin>
+
+
</e-plugin-list>