aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 0580d901..54255c68 100644
--- a/imap.c
+++ b/imap.c
@@ -793,7 +793,7 @@ static int imap_idle(int sock)
/* special timeout to terminate the IDLE and re-issue it
* at least every 28 minutes:
* (the server may have an inactivity timeout) */
- mytimeout = idle_timeout = 1680; /* 28 min */
+ mytimeout = idle_timeout = 600;
time(&idle_start_time);
stage = STAGE_IDLE;
/* enter IDLE mode */