aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-02-05 04:24:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-05 04:24:45 +0800
commitfcb6b0d8c35a49e94bfbbaaeffc929f88705efe3 (patch)
treed5297950d3a13c1e7512250dc298e98179ddd6ce /camel/ChangeLog
parent7907f9183d846f4e15a38b4dfcbdb8bc0fa7ed68 (diff)
downloadgsoc2013-evolution-fcb6b0d8c35a49e94bfbbaaeffc929f88705efe3.tar
gsoc2013-evolution-fcb6b0d8c35a49e94bfbbaaeffc929f88705efe3.tar.gz
gsoc2013-evolution-fcb6b0d8c35a49e94bfbbaaeffc929f88705efe3.tar.bz2
gsoc2013-evolution-fcb6b0d8c35a49e94bfbbaaeffc929f88705efe3.tar.lz
gsoc2013-evolution-fcb6b0d8c35a49e94bfbbaaeffc929f88705efe3.tar.xz
gsoc2013-evolution-fcb6b0d8c35a49e94bfbbaaeffc929f88705efe3.tar.zst
gsoc2013-evolution-fcb6b0d8c35a49e94bfbbaaeffc929f88705efe3.zip
Fix for bug #53755 (local folders case)
2004-02-04 Jeffrey Stedfast <fejj@ximian.com> 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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 <fejj@ximian.com>
+
+ 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 <NotZed@Ximian.com>
* camel-store.c (camel_store_sync): added 'expunge' parameter,