File bnc-446290-unread-counts-id-fix.patch of Package evolution-data-server
--- servers/groupwise/e-gw-connection.c 2009-02-04 15:39:20.000000000 +0530
+++ servers/groupwise/e-gw-connection.c 2009-02-04 15:36:42.000000000 +0530
@@ -839,7 +839,7 @@ e_gw_connection_get_container (EGwConnec
return NULL;
}
- e_gw_message_write_string_parameter (msg, "uid", NULL, uid);
+ e_gw_message_write_string_parameter (msg, "id", NULL, uid);
e_gw_message_write_string_parameter (msg, "view", NULL, "count unreadCount");
e_gw_message_write_footer (msg);