I agree to apply this patch.

meillo


[2016-09-08 13:03] [email protected]
>
> From: Dmitry Bogatov <[email protected]>
> 
> ---
>  h/mime.h | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/h/mime.h b/h/mime.h
> index 22c2349..d8551cb 100644
> --- a/h/mime.h
> +++ b/h/mime.h
> @@ -11,12 +11,6 @@
>  #define DESCR_FIELD     "Content-Description"
>  #define DISPO_FIELD     "Content-Disposition"
>  
> -#define isatom(c)   (!isspace (c) && !iscntrl (c) && (c) != '(' \
> -                     && (c) != ')' && (c) != '<'  && (c) != '>' \
> -                     && (c) != '@' && (c) != ','  && (c) != ';' \
> -                     && (c) != ':' && (c) != '\\' && (c) != '"' \
> -                     && (c) != '.' && (c) != '['  && (c) != ']')
> -
>  /*
>  ** Test for valid characters used in "token"
>  ** as defined in RFC2045
> -- 
> I may be not subscribed. Please, keep me in carbon copy.
> 
> 
> 

Reply via email to