diff options
-rw-r--r-- | imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ int num; int ok; if ((ok = gen_transact(sockfp, "FETCH %d FLAGS", num)) != 0) - exit(PS_ERROR); + return(PS_ERROR); return(seen); } |
index : fetchmail | ||
[fork] set imap idle timeout to 600s, some servers don't follow rfc recommendations | git |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | imap.c | 2 |
@@ -147,7 +147,7 @@ int num; int ok; if ((ok = gen_transact(sockfp, "FETCH %d FLAGS", num)) != 0) - exit(PS_ERROR); + return(PS_ERROR); return(seen); } |