aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
author0 <NotZed@Ximian.com>2001-10-30 13:23:43 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-30 13:23:43 +0800
commit41dea671f83b9e5914b91cb5f57e8a2268898b52 (patch)
tree2bcf7c02dac9bf8624c5e2f1ddd0e92f362072e3 /mail/ChangeLog
parent6e4ce3ebfbe5d9f721e2d2d42e35d8e2b370f035 (diff)
downloadgsoc2013-evolution-41dea671f83b9e5914b91cb5f57e8a2268898b52.tar
gsoc2013-evolution-41dea671f83b9e5914b91cb5f57e8a2268898b52.tar.gz
gsoc2013-evolution-41dea671f83b9e5914b91cb5f57e8a2268898b52.tar.bz2
gsoc2013-evolution-41dea671f83b9e5914b91cb5f57e8a2268898b52.tar.lz
gsoc2013-evolution-41dea671f83b9e5914b91cb5f57e8a2268898b52.tar.xz
gsoc2013-evolution-41dea671f83b9e5914b91cb5f57e8a2268898b52.tar.zst
gsoc2013-evolution-41dea671f83b9e5914b91cb5f57e8a2268898b52.zip
Oops, dont use the url storage path to offset the folder name we're
2001-10-30 <NotZed@Ximian.com> * mail-local.c (mls_rename_folder): Oops, dont use the url storage path to offset the folder name we're renaming/opening, etc. svn path=/trunk/; revision=14431
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 43c4b36c42..756de97834 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,8 @@
2001-10-30 <NotZed@Ximian.com>
+ * mail-local.c (mls_rename_folder): Oops, dont use the url storage
+ path to offset the folder name we're renaming/opening, etc.
+
* subscribe-dialog.c (fe_cancel_op_foreach): Argh!!! Dont free the
async op data here, the async op is still running and will access
it! Just try to cancel it and mark it as cancelled (id == -1)