From c3b9deb3b7053aa948e2551edf63ab192a17b2e9 Mon Sep 17 00:00:00 2001 From: Sankar P Date: Wed, 4 Feb 2009 09:27:20 +0000 Subject: [PATCH] Use correct server parameter for getting folder information 2009-02-04 Sankar P * servers/groupwise/e-gw-connection.c: Use correct server parameter for getting folder information svn path=/trunk/; revision=10034 --- servers/groupwise/ChangeLog | 5 +++++ servers/groupwise/e-gw-connection.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/servers/groupwise/ChangeLog b/servers/groupwise/ChangeLog index a91c24c..cf9e54c 100644 --- a/servers/groupwise/ChangeLog +++ b/servers/groupwise/ChangeLog @@ -1,3 +1,8 @@ +2009-02-04 Sankar P + + * servers/groupwise/e-gw-connection.c: + Use correct server parameter for getting folder information + 2009-02-02 Sankar P ** Part of fix for bnc bug #470143 diff --git a/servers/groupwise/e-gw-connection.c b/servers/groupwise/e-gw-connection.c index c27bef3..1fb0c84 100644 --- a/servers/groupwise/e-gw-connection.c +++ b/servers/groupwise/e-gw-connection.c @@ -839,7 +839,7 @@ e_gw_connection_get_container (EGwConnection *cnc, const char * uid) return NULL; } - e_gw_message_write_string_parameter (msg, "uid", NULL, uid); + e_gw_message_write_string_parameter (msg, "id", NULL, uid); /* The server does not feel good if the name, id view elements are not passed */ e_gw_message_write_string_parameter (msg, "view", NULL, "name id uid count unreadCount"); e_gw_message_write_footer (msg); -- 2.7.4