aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-30 18:38:10 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-30 18:38:10 +0000
commit9ae98cb27ed3c6856a5169f96ce11f278b057e2d (patch)
treee436c58e5ebb829307efad5d1f1368d331f8f6af /pop3.c
parent3e03d50356bef6820d79e94a8519213f2bfcd9e3 (diff)
downloadfetchmail-9ae98cb27ed3c6856a5169f96ce11f278b057e2d.tar.gz
fetchmail-9ae98cb27ed3c6856a5169f96ce11f278b057e2d.tar.bz2
fetchmail-9ae98cb27ed3c6856a5169f96ce11f278b057e2d.zip
Smart re-polling support.
svn path=/trunk/; revision=1437
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pop3.c b/pop3.c
index d219f7d0..b5433061 100644
--- a/pop3.c
+++ b/pop3.c
@@ -465,6 +465,7 @@ const static struct method pop3 =
NULL, /* no message trailer */
pop3_delete, /* how to delete a message */
pop3_logout, /* log out, we're done */
+ FALSE, /* no, we can't re-poll */
};
int doPOP3 (struct query *ctl)