[dovecot-cvs] dovecot configure.in,1.277.2.49,1.277.2.50
tss at dovecot.org
tss at dovecot.org
Tue Jan 16 16:59:04 UTC 2007
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-index-private.h, 1.79, 1.80 mail-index.c, 1.252, 1.253
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.115.2.19, 1.115.2.20 maildir-storage.h, 1.49.2.4, 1.49.2.5 maildir-util.c, 1.14.2.2, 1.14.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv25452
Modified Files:
Tag: branch_1_0
configure.in
Log Message:
When opening maildir, check if tmp/'s atime is over 8h old. If it is, delete
old files in it. However if atime - ctime > 36h, it means there's nothing to
be deleted so the scanning isn't done then. We update atime if filesystem is
mounted with noatime.
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.49
retrieving revision 1.277.2.50
diff -u -d -r1.277.2.49 -r1.277.2.50
--- configure.in 7 Jan 2007 07:26:13 -0000 1.277.2.49
+++ configure.in 16 Jan 2007 16:59:00 -0000 1.277.2.50
@@ -383,7 +383,7 @@
strcasecmp stricmp vsnprintf vsyslog writev pread \
setrlimit setproctitle seteuid setreuid setegid setresgid \
strtoull strtouq setpriority quotactl getmntent kqueue kevent \
- getrusage backtrace_symbols walkcontext)
+ getrusage backtrace_symbols walkcontext dirfd)
dnl * I/O loop function
have_ioloop=no
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-index-private.h, 1.79, 1.80 mail-index.c, 1.252, 1.253
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.115.2.19, 1.115.2.20 maildir-storage.h, 1.49.2.4, 1.49.2.5 maildir-util.c, 1.14.2.2, 1.14.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list