diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-06-05 06:57:59 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-06-05 06:57:59 +0000 |
commit | 3e1dcfa582687258c8ef93604bd6882e9b3e40c6 (patch) | |
tree | 3b74bc8a5d511e8b900653d9d5a400e583072f1e /fetchmail.h | |
parent | 6fa2bfb1da93ab763e3df6d8bf1ae9e0fa6a99a1 (diff) | |
download | fetchmail-3e1dcfa582687258c8ef93604bd6882e9b3e40c6.tar.gz fetchmail-3e1dcfa582687258c8ef93604bd6882e9b3e40c6.tar.bz2 fetchmail-3e1dcfa582687258c8ef93604bd6882e9b3e40c6.zip |
Tracepolls switch implemented.
svn path=/trunk/; revision=3337
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 29aa7015..f6e397ba 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -291,6 +291,7 @@ 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? */ |