diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-18 10:11:23 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-18 10:11:23 +0000 |
commit | 647234d78a9f9788f86d5f44a281f38b8f8c8571 (patch) | |
tree | ab2a5d2d9f06ed92ef472770db7ee78719ec5b9a /fetchmail.h | |
parent | 4d3566569796182a2540fc13a3e7d1be3498650c (diff) | |
download | fetchmail-647234d78a9f9788f86d5f44a281f38b8f8c8571.tar.gz fetchmail-647234d78a9f9788f86d5f44a281f38b8f8c8571.tar.bz2 fetchmail-647234d78a9f9788f86d5f44a281f38b8f8c8571.zip |
Make tracepolls a server option, as documented. Fixes Debian bug #156094.
svn path=/trunk/; revision=4121
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h index 337b8607..03b1aa2d 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -251,7 +251,8 @@ struct hostdata /* shared among all user connections to given server */ #ifdef SDPS_ENABLE flag sdps; /* use Demon Internet SDPS *ENV */ #endif /* SDPS_ENABLE */ - flag checkalias; /* resolve aliases by comparing IPs? */ + flag checkalias; /* resolve aliases by comparing IPs? */ + flag tracepolls; /* if TRUE, add poll trace info to Received */ char *principal; /* Kerberos principal for mail service */ char *esmtp_name, *esmtp_password; /* ESMTP AUTH information */ @@ -328,7 +329,6 @@ struct query flag sslcertck; /* Strictly check the server cert. */ char *sslfingerprint; /* Fingerprint to check against */ char *properties; /* passthrough properties for extensions */ - flag tracepolls; /* if TRUE, add poll trace info to Received */ /* internal use -- per-poll state */ flag active; /* should we actually poll this server? */ |