diff options
Diffstat (limited to 'plugins')
4 files changed, 32 insertions, 1 deletions
diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog index 073e007f56..1ae1722805 100644 --- a/plugins/exchange-account-setup/ChangeLog +++ b/plugins/exchange-account-setup/ChangeLog @@ -1,3 +1,7 @@ +2005-02-28 JP Rosevear <jpr@novell.com> + + * org-gnome-exchange-account-setup.eplug.in: add account wizard item + 2005-02-27 Sushma Rai <rsushma@novell.com> * exchange-account-setup.c (org_gnome_exchange_settings): Storing the 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 a21b750423..cd96e0b5c4 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 @@ -34,6 +34,24 @@ 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> + + <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> </e-plugin> diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog index 93aa2db012..b5ab43c75c 100644 --- a/plugins/groupwise-account-setup/ChangeLog +++ b/plugins/groupwise-account-setup/ChangeLog @@ -1,3 +1,7 @@ +2005-02-23 JP Rosevear <jpr@novell.com> + + * org-gnome-gw-account-setup.eplug.in: add account wizard item + 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * org-gnome-gw-account-setup.eplug.in: Added author and fixed diff --git a/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in index d351dc6069..6e799d366c 100644 --- a/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in +++ b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in @@ -20,7 +20,12 @@ <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_gw_account_setup"/> </group> </hook> - + + <hook class="org.gnome.evolution.mail.config:1.0"> + <group target="account" id="org.gnome.evolution.mail.config.accountWizard"> + <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_gw_account_setup"/> + </group> + </hook> </e-plugin> </e-plugin-list> |