On 9 Sep 2013, at 10:24, Pirmin Braun <p...@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.

_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to