projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99e685c
)
Use correct time offset for file age test.
author
Taylor R Campbell
<campbell@mumble.net>
Wed, 8 Jul 2015 04:41:31 +0000
(
04:41
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Wed, 8 Jul 2015 04:44:35 +0000
(
04:44
+0000)
src/imail/imail-imap.scm
patch
|
blob
|
history
diff --git
a/src/imail/imail-imap.scm
b/src/imail/imail-imap.scm
index d6f3d284ef350eb90522a1194b9fae5c1f7b71bc..ca3851346eb6f5e975e437111bd08db4e27b82e5 100644
(file)
--- a/
src/imail/imail-imap.scm
+++ b/
src/imail/imail-imap.scm
@@
-1803,7
+1803,7
@@
USA.
(define (clean-temporary-directory directory)
(if (file-directory? directory)
(for-each
- (let* ((now (
get-universal-time
))
+ (let* ((now (
- (get-universal-time) epoch
))
(then (- now temporary-file-expiration-time)))
(lambda (pathname)
(catch-file-errors (lambda (condition) condition #f)