diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-30 18:38:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-30 18:38:10 +0000 |
commit | 9ae98cb27ed3c6856a5169f96ce11f278b057e2d (patch) | |
tree | e436c58e5ebb829307efad5d1f1368d331f8f6af /etrn.c | |
parent | 3e03d50356bef6820d79e94a8519213f2bfcd9e3 (diff) | |
download | fetchmail-9ae98cb27ed3c6856a5169f96ce11f278b057e2d.tar.gz fetchmail-9ae98cb27ed3c6856a5169f96ce11f278b057e2d.tar.bz2 fetchmail-9ae98cb27ed3c6856a5169f96ce11f278b057e2d.zip |
Smart re-polling support.
svn path=/trunk/; revision=1437
Diffstat (limited to 'etrn.c')
-rw-r--r-- | etrn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ const static struct method etrn = NULL, /* no message trailer */ NULL, /* how to delete a message */ etrn_logout, /* log out, we're done */ + FALSE, /* no, we can't re-poll */ }; int doETRN (struct query *ctl) |