aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-01-12 13:00:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-12 13:00:46 +0800
commitfad2e1d35daaca3af3d6c9fafb76d0f0fe56c938 (patch)
treec336be4952c9ec2782e11de9c9e55eef857946cd /mail/ChangeLog
parent0396b6ca76b4ae9fe4467e14f5cf4963705213ad (diff)
downloadgsoc2013-evolution-fad2e1d35daaca3af3d6c9fafb76d0f0fe56c938.tar
gsoc2013-evolution-fad2e1d35daaca3af3d6c9fafb76d0f0fe56c938.tar.gz
gsoc2013-evolution-fad2e1d35daaca3af3d6c9fafb76d0f0fe56c938.tar.bz2
gsoc2013-evolution-fad2e1d35daaca3af3d6c9fafb76d0f0fe56c938.tar.lz
gsoc2013-evolution-fad2e1d35daaca3af3d6c9fafb76d0f0fe56c938.tar.xz
gsoc2013-evolution-fad2e1d35daaca3af3d6c9fafb76d0f0fe56c938.tar.zst
gsoc2013-evolution-fad2e1d35daaca3af3d6c9fafb76d0f0fe56c938.zip
Don't O_TRUNC the dest file, instead use O_EXC and don't do anything if
2004-01-11 Jeffrey Stedfast <fejj@ximian.com> * em-migrate.c (cp): Don't O_TRUNC the dest file, instead use O_EXC and don't do anything if the dest file already exists (this way we don't re-migrate an mbox or corrupt any summary/ibex/meta files). svn path=/trunk/; revision=24165
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ea373a045e..3de054e03f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-11 Jeffrey Stedfast <fejj@ximian.com>
+
+ * em-migrate.c (cp): Don't O_TRUNC the dest file, instead use
+ O_EXCL and don't do anything if the dest file already exists (this
+ way we don't re-migrate an mbox or corrupt any summary/ibex/meta
+ files).
+
2004-01-12 Not Zed <NotZed@Ximian.com>
** See bug 52737.