using GString for all string operations.
authorParthasarathi Susarla <sparthasarathi@novell.com>
Thu, 17 Mar 2005 16:52:40 +0000 (16:52 +0000)
committerParthasarathi Susarla <saps@src.gnome.org>
Thu, 17 Mar 2005 16:52:40 +0000 (16:52 +0000)
2005-03-17  Parthasarathi Susarla <sparthasarathi@novell.com>

* camel-groupwise-folder.c:(convert_to_calendar):
  using GString for all string operations.

camel/providers/groupwise/camel-groupwise-folder.c

index 57e0cc8..5a94d8b 100644 (file)
@@ -697,6 +697,8 @@ groupwise_refresh_info(CamelFolder *folder, CamelException *ex)
 
        CAMEL_SERVICE_UNLOCK (gw_store, connect_lock);
 
+       camel_folder_summary_save (folder->summary);
+
        g_free (container_id) ;
        return ;
 }