diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-14 23:45:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-14 23:45:06 +0000 |
commit | 9f3e7d2977f69ca007956f94d6e0f54229e85d88 (patch) | |
tree | a594e45407d00408796db905fb6dc2d2b55f1126 /fetchmail.h | |
parent | 56911cb75d4110ea29279e58e3503ff7de02e7df (diff) | |
download | fetchmail-9f3e7d2977f69ca007956f94d6e0f54229e85d88.tar.gz fetchmail-9f3e7d2977f69ca007956f94d6e0f54229e85d88.tar.bz2 fetchmail-9f3e7d2977f69ca007956f94d6e0f54229e85d88.zip |
Arrange for fetchall to be forced on after transient errors abort a
poll cycle.
svn path=/trunk/; revision=540
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 93ec9131..b1ebf927 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -92,6 +92,7 @@ struct query /* internal use */ int active; + int errcount; /* count transient errors in last pass */ struct query *next; /* next query control block in chain */ struct query *leader; /* pointer to this query's SMTP leader */ FILE *smtp_sockfp; /* socket descriptor for SMTP connection */ |