dovecot-1.1: Removed accidentally committed debug code that caus...

dovecot at dovecot.org dovecot at dovecot.org
Wed Jun 18 08:03:47 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/356a51906b47
changeset: 7683:356a51906b47
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jun 18 08:03:41 2008 +0300
description:
Removed accidentally committed debug code that caused Maildir tmp/ directory
to be scanned every time mailbox was opened.

diffstat:

1 file changed, 1 deletion(-)
src/lib-storage/index/maildir/maildir-storage.c |    1 -

diffs (11 lines):

diff -r b1bdabe80a33 -r 356a51906b47 src/lib-storage/index/maildir/maildir-storage.c
--- a/src/lib-storage/index/maildir/maildir-storage.c	Wed Jun 18 06:33:08 2008 +0300
+++ b/src/lib-storage/index/maildir/maildir-storage.c	Wed Jun 18 08:03:41 2008 +0300
@@ -341,7 +341,6 @@ static int maildir_check_tmp(struct mail
 		mail_storage_set_critical(storage, "stat(%s) failed: %m", path);
 		return -1;
 	}
-	st.st_atime = 0;
 
 	if (st.st_atime > st.st_ctime + MAILDIR_TMP_DELETE_SECS) {
 		/* the directory should be empty. we won't do anything


More information about the dovecot-cvs mailing list