From fcb6b0d8c35a49e94bfbbaaeffc929f88705efe3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 4 Feb 2004 20:24:45 +0000 Subject: Fix for bug #53755 (local folders case) 2004-02-04 Jeffrey Stedfast Fix for bug #53755 (local folders case) * providers/local/camel-mbox-store.c (xrename): No longer takes an exception arg, we just set errno. Our caller can take care of setting an exception. (rename_folder): Don't pass an exception to xrename(), we always overwrote if an error occured it anyway. (rename_folder): Rename the .sbd as well. svn path=/trunk/; revision=24616 --- camel/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index a1e214ab4d..2a05f97bdc 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2004-02-04 Jeffrey Stedfast + + Fix for bug #53755 (local folders case) + + * providers/local/camel-mbox-store.c (xrename): No longer takes an + exception arg, we just set errno. Our caller can take care of + setting an exception. + (rename_folder): Don't pass an exception to xrename(), we always + overwrote if an error occured it anyway. + (rename_folder): Rename the .sbd as well. + 2004-02-04 Not Zed * camel-store.c (camel_store_sync): added 'expunge' parameter, -- cgit