Index: servers/groupwise/e-gw-connection.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/servers/groupwise/e-gw-connection.c,v retrieving revision 1.138 diff -u -p -r1.138 e-gw-connection.c --- servers/groupwise/e-gw-connection.c 23 Jan 2006 11:07:49 -0000 1.138 +++ servers/groupwise/e-gw-connection.c 15 Mar 2006 05:48:03 -0000 @@ -2390,7 +2390,7 @@ EGwConnectionStatus e_gw_connection_get_ g_object_unref (msg); return E_GW_CONNECTION_STATUS_INVALID_RESPONSE; } - if (start_date && *start_date && !strcmp (message_list, "New")) { + if (start_date && *start_date && (((!strcmp (message_list, "New")) || (!strcmp (message_list, "Modified"))))) { subparam = soup_soap_response_get_first_parameter_by_name (response, "startDate"); if (subparam) { char *date;