diff options
Diffstat (limited to 'rfc2045/rfc2045.h')
| -rw-r--r-- | rfc2045/rfc2045.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/rfc2045/rfc2045.h b/rfc2045/rfc2045.h index 90c2b56..87773d9 100644 --- a/rfc2045/rfc2045.h +++ b/rfc2045/rfc2045.h @@ -60,6 +60,8 @@ struct rfc2045 {  	unsigned rfcviolation;	/* Boo-boos */  #define	RFC2045_ERR8BITHEADER	1	/* 8 bit characters in headers */ +	/* But this is now OK, in UTF8 mode */ +  #define	RFC2045_ERR8BITCONTENT	2	/* 8 bit contents, but no 8bit  					content-transfer-encoding */  #define	RFC2045_ERR2COMPLEX	4	/* Too many nested contents */ | 
