On 09.09.2013 11:40, Richard Frith-Macdonald wrote:
> 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.
> 

Great to see how easy it was to find the real solution after you started
looking for the right problem :-)

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

Reply via email to