diff options
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 |