diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-25 07:38:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-25 07:38:22 +0000 |
commit | 33f99e6233ca2c325fed441bd255059ed3fbd32a (patch) | |
tree | 265a2fbc999516a3d9b7a74238a48dcab5a890c7 /fetchmail.h | |
parent | 02cae145b541db350c0906e4e80367d204f4b0db (diff) | |
download | fetchmail-33f99e6233ca2c325fed441bd255059ed3fbd32a.tar.gz fetchmail-33f99e6233ca2c325fed441bd255059ed3fbd32a.tar.bz2 fetchmail-33f99e6233ca2c325fed441bd255059ed3fbd32a.zip |
Andrey Chernov's flag.
svn path=/trunk/; revision=1115
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 ed3dc365..30a5c0f8 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -120,6 +120,7 @@ struct query bool rewrite; /* if TRUE, canonicalize recipient addresses */ bool stripcr; /* if TRUE, strip CRs in text */ bool forcecr; /* if TRUE, force CRs before LFs in text */ + bool pass8bits; /* if TRUE, ignore Content-Transfer-Encoding */ int limit; /* limit size of retrieved messages */ int fetchlimit; /* max # msgs to get in single poll */ int batchlimit; /* max # msgs to pass in single SMTP session */ |