evolution-mapi r89 - trunk/src/camel
- From: jjohnny svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-mapi r89 - trunk/src/camel
- Date: Sat, 31 Jan 2009 05:47:20 +0000 (UTC)
Author: jjohnny
Date: Sat Jan 31 05:47:20 2009
New Revision: 89
URL: http://svn.gnome.org/viewvc/evolution-mapi?rev=89&view=rev
Log:
Camel : Fixes 566735. No need to use summary for deleting the folder.
Modified:
trunk/src/camel/ChangeLog
trunk/src/camel/camel-mapi-store.c
Modified: trunk/src/camel/camel-mapi-store.c
==============================================================================
--- trunk/src/camel/camel-mapi-store.c (original)
+++ trunk/src/camel/camel-mapi-store.c Sat Jan 31 05:47:20 2009
@@ -501,18 +501,6 @@
return;
}
- summary_file = g_strdup_printf ("%s/summary", folder_dir);
- summary = camel_mapi_summary_new(NULL,summary_file);
- if(!summary) {
- g_free(summary_file);
- g_free(folder_dir);
- return;
- }
-
- camel_object_unref (summary);
- g_unlink (summary_file);
- g_free (summary_file);
-
state_file = g_strdup_printf ("%s/cmeta", folder_dir);
g_unlink (state_file);
g_free (state_file);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]