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 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 */ |