aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpullimap2
-rw-r--r--pullimap.12
2 files changed, 2 insertions, 2 deletions
diff --git a/pullimap b/pullimap
index c16d6ac..351b4f3 100755
--- a/pullimap
+++ b/pullimap
@@ -236,7 +236,7 @@ sub purge() {
unless ($days == 0) {
my $now = time;
- return if defined $LAST_PURGED and $now - $LAST_PURGED < 6*3600; # purge every 6h
+ return if defined $LAST_PURGED and $now - $LAST_PURGED < 43200; # purge every 12h
$LAST_PURGED = $now;
my @now = gmtime($now - $days*86400);
diff --git a/pullimap.1 b/pullimap.1
index 57a4adf..d4ef502 100644
--- a/pullimap.1
+++ b/pullimap.1
@@ -116,7 +116,7 @@ criterion ignoring time and timezone.)
If \fIpurge\-after\fR is set to \(lq0\(rq then messages are deleted
immediately after delivery. Otherwise \fBPullIMAP\fR issues an IMAP
SEARCH command to list old messages; if \fB\-\-idle\fR is set then the
-SEARCH command is issued again every 6 hours.
+SEARCH command is issued again every 12 hours.
.TP
.I type