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 /fetchmail.h | |
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 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index df817234..91c6bbf6 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -171,6 +171,7 @@ struct method int (*trail)(); /* eat trailer of a message */ int (*delete)(); /* delete method */ int (*logout_cmd)(); /* logout command */ + flag retry; /* can getrange poll for new messages? */ }; #define TAGLEN 6 |