bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: better patch suggestion for GSMime.m


From: Richard Frith-Macdonald
Subject: Re: better patch suggestion for GSMime.m
Date: Mon, 9 Sep 2013 10:40:34 +0100

On 9 Sep 2013, at 10:24, Pirmin Braun <pb@intars.de> wrote:

> Index: Source/Additions/GSMime.m
> ===================================================================
> --- Source/Additions/GSMime.m   (revision 37035)
> +++ Source/Additions/GSMime.m   (working copy)
> @@ -2374,6 +2374,10 @@
>     {
>       [child setBuggyQuotes: YES];
>     }
> +  if (flags.isHttp == 1)
> +    {
> +      [child setIsHttp];
> +    }
>   /*
>    * Tell child parser the default encoding to use.
>    */


Thanks ... I think this is the correct patch ... I added it to svn trunk.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]