Paul J Stevens wrote:
> Aaron Stone wrote:
>> I bet bug #565 is the same as I saw this morning. Possibly fixed in SVN,
>> but I didn't have time to read the code fully. In dbmail-imapsession.c,
>> _imap_session_fetch_parse_octet_range:
>>
>>         if (! token)
>> -               return self->args_idx;
>> +               return 0;
>> +//FIXME wrong return value?       return self->args_idx;
>>
>> Paul, could you verify if this is correct behavior? It works for me now,
>> just want to make sure I didn't kill some other functionality.
> 
> That doesnt look right at all. I'll have to look at this later.

Ok. Looks like return 0 is valid after all.

-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl
_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to