[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-copy.c, 1.38, 1.39

cras at dovecot.org cras at dovecot.org
Thu Aug 18 20:00:49 EEST 2005


Update of /var/lib/cvs/dovecot/src/lib-storage/index/maildir
In directory talvi:/tmp/cvs-serv9645

Modified Files:
	maildir-copy.c 
Log Message:
Disable hardlink copying until it's fixed



Index: maildir-copy.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/maildir/maildir-copy.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- maildir-copy.c	4 Jul 2005 11:32:26 -0000	1.38
+++ maildir-copy.c	18 Aug 2005 17:00:46 -0000	1.39
@@ -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;
 }



More information about the dovecot-cvs mailing list