aboutsummaryrefslogtreecommitdiff
path: root/bin/mailsync
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mailsync')
-rwxr-xr-xbin/mailsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mailsync b/bin/mailsync
index 2667c60..94a4c19 100755
--- a/bin/mailsync
+++ b/bin/mailsync
@@ -160,7 +160,7 @@ def mboxtohtml(listid):
if t > 0:
n = len(inbox)
- debug(1, "%s: %d messages, timestamp %d" % (name,n,t))
+ debug(1, "%s: %d messages, timestamp %s" % (name,n,strftime('%s', t)))
save_state(listid, n)
save_timestamp(listid, t)
return True

Return to:

Send suggestions and report system problems to the System administrator.