Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:pchenthill
evolution-data-server
bnc-153522-evolution-doesnt-update-message-stat...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bnc-153522-evolution-doesnt-update-message-status.patch of Package evolution-data-server
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;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor