[dovecot-cvs] dovecot/src/lib-index/maildir maildir-sync.c,1.44,1.45

cras at procontrol.fi cras at procontrol.fi
Fri May 30 01:10:10 EEST 2003


Update of /home/cvs/dovecot/src/lib-index/maildir
In directory danu:/tmp/cvs-serv22999

Modified Files:
	maildir-sync.c 
Log Message:
whops, removed debugging code



Index: maildir-sync.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/maildir/maildir-sync.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- maildir-sync.c	29 May 2003 21:08:53 -0000	1.44
+++ maildir-sync.c	29 May 2003 21:10:08 -0000	1.45
@@ -768,9 +768,6 @@
 			hash_rec = p_new(ctx->pool, struct maildir_hash_rec, 1);
 		} else {
 			hash_rec = orig_value;
-			if (strncmp(d->d_name, "1053604786.28152_4.red.int.bppiac.hu", 36) == 0) {
-				i_warning("got: %s", d->d_name);
-			}
 			if (ACTION(hash_rec) != MAILDIR_FILE_ACTION_EXPUNGE) {
 				if (!maildir_fix_duplicate(ctx->index,
 							   d->d_name, new_dir))



More information about the dovecot-cvs mailing list