diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 18:20:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 18:20:52 +0000 |
commit | 3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388 (patch) | |
tree | 8f6402e002371114cba333b34b39f1f3b7b56c52 /fetchmail.h | |
parent | c8ecb908dde9760ac2ff55f73ffd02f1a0046f59 (diff) | |
download | fetchmail-3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388.tar.gz fetchmail-3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388.tar.bz2 fetchmail-3644b17d50685b5d9bd7aeb7a7a7a3d2e0784388.zip |
Send notification and wedge the connection on too many timeouts.
svn path=/trunk/; revision=2190
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 9b4f03b5..d40f25da 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -255,7 +255,7 @@ struct query flag active; /* should we actually poll this server? */ const char *destaddr; /* destination host for this query */ int errcount; /* count transient errors in last pass */ - int authfailcount; /* count authentication failures this run */ + int wedged; /* wedged by auth failures or timeouts? */ char *smtphost; /* actual SMTP host we connected to */ int smtp_socket; /* socket descriptor for SMTP connection */ unsigned int uid; /* UID of user to deliver to */ |