aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-01-29 01:51:13 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-29 01:51:13 +0800
commitcd0f54e5465d95dfee6f4fb64d47a97301997dfe (patch)
tree36ee6e2effce9478a9149dd4bb959e2de34e8d2b /camel/ChangeLog
parentd2137f7fd934247cf02b3bde7dce04209f5b73c2 (diff)
downloadgsoc2013-evolution-cd0f54e5465d95dfee6f4fb64d47a97301997dfe.tar
gsoc2013-evolution-cd0f54e5465d95dfee6f4fb64d47a97301997dfe.tar.gz
gsoc2013-evolution-cd0f54e5465d95dfee6f4fb64d47a97301997dfe.tar.bz2
gsoc2013-evolution-cd0f54e5465d95dfee6f4fb64d47a97301997dfe.tar.lz
gsoc2013-evolution-cd0f54e5465d95dfee6f4fb64d47a97301997dfe.tar.xz
gsoc2013-evolution-cd0f54e5465d95dfee6f4fb64d47a97301997dfe.tar.zst
gsoc2013-evolution-cd0f54e5465d95dfee6f4fb64d47a97301997dfe.zip
Make sure the new dir path exists before trying to rename files to avoid
2004-01-28 Jeffrey Stedfast <fejj@ximian.com> * providers/local/camel-mbox-store.c (rename_folder): Make sure the new dir path exists before trying to rename files to avoid ENOENT errors. Also save errno when we encounter errors so that we can report the true error later rather than an error we may get while reverting changes. Also, it is OK if the ibex files don't exist, so check for that errno case. svn path=/trunk/; revision=24496
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 079ba07eaf..d9308f0c6d 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,12 @@
+2004-01-28 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/local/camel-mbox-store.c (rename_folder): Make sure
+ the new dir path exists before trying to rename files to avoid
+ ENOENT errors. Also save errno when we encounter errors so that we
+ can report the true error later rather than an error we may get
+ while reverting changes. Also, it is OK if the ibex files don't
+ exist, so check for that errno case.
+
2004-01-28 Sivaih Nallagatla <snallagatla@novell.com>
* providers/groupwise/camel-gw-listener.c (account_changed)