changeset 7894:15f01af8449a HEAD

Removed accidentally committed debug code that caused Maildir tmp/ directory to be scanned every time mailbox was opened.
author Timo Sirainen <tss@iki.fi>
date Wed, 18 Jun 2008 08:03:57 +0300
parents 9e4be86d4b7d
children 5bedea448cf9
files src/lib-storage/index/maildir/maildir-storage.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 		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