aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-14 23:45:06 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-14 23:45:06 +0000
commit9f3e7d2977f69ca007956f94d6e0f54229e85d88 (patch)
treea594e45407d00408796db905fb6dc2d2b55f1126 /fetchmail.h
parent56911cb75d4110ea29279e58e3503ff7de02e7df (diff)
downloadfetchmail-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.h1
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 */