changeset 3544:f1ecf7ee63db HEAD

Disable hardlink copying until it's fixed
author Timo Sirainen <tss@iki.fi>
date Thu, 18 Aug 2005 20:00:46 +0300
parents d597feda0c5e
children 0b6539bc22b9
files src/lib-storage/index/maildir/maildir-copy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/maildir/maildir-copy.c	Thu Aug 18 19:59:39 2005 +0300
+++ b/src/lib-storage/index/maildir/maildir-copy.c	Thu Aug 18 20:00:46 2005 +0300
@@ -111,7 +111,7 @@
 
 	ctx = p_new(pool, struct maildir_copy_context, 1);
 	ctx->pool = pool;
-	ctx->hardlink = getenv("MAILDIR_COPY_WITH_HARDLINKS") != NULL;
+	ctx->hardlink = FALSE; //FIXME:broken! getenv("MAILDIR_COPY_WITH_HARDLINKS") != NULL;
 	ctx->mbox = mbox;
 	return ctx;
 }