aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/groupwise-features/ChangeLog5
-rw-r--r--plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml8
2 files changed, 13 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog
index e9e85b1dc9..3e28878ed5 100644
--- a/plugins/groupwise-features/ChangeLog
+++ b/plugins/groupwise-features/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-27 Sankar P <psankar@novell.com>
+
+ * org-gnome-groupwise-features.eplug.xml: Added the hook for
+ the proxy-login feature, since it was removed by mistake.
+
2005-07-23 Chenthill Palanisamy <pchenthill@novell.com>
* Makefile.am: Added the new file process-meeting.c
diff --git a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml
index 882ca8b146..eb9f31b569 100644
--- a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml
+++ b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml
@@ -89,6 +89,14 @@
<item type="page" path="60.proxy" factory="org_gnome_proxy"/>
</group>
</hook>
+
+ <hook class="org.gnome.evolution.mail.popup:1.0">
+ <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder"
+ factory = "org_gnome_create_proxy_login_option">
+ </menu>
+ </hook>
+
+
<hook class="org.gnome.evolution.calendar.popup:1.0">
<menu id="org.gnome.evolution.calendar.view.popup" target="select" factory = "org_gnome_accept">
</menu>