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: Fred Kiefer
Subject: Re: better patch suggestion for GSMime.m
Date: Mon, 09 Sep 2013 22:32:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

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

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



reply via email to

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