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

dovecot at dovecot.org dovecot at dovecot.org
Wed Jun 18 08:04:08 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/15f01af8449a
changeset: 7894:15f01af8449a
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jun 18 08:03:57 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 9e4be86d4b7d -r 15f01af8449a src/lib-storage/index/maildir/maildir-storage.c
--- a/src/lib-storage/index/maildir/maildir-storage.c	Wed Jun 18 06:34:34 2008 +0300
+++ b/src/lib-storage/index/maildir/maildir-storage.c	Wed Jun 18 08:03:57 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