The corrections are now committed to the CVS. Please don't expect
patches to be committed within 12 hours. We are very thankful for them
but no one of the project members can afford to work on the project the
whole day.

Regards,
Thomas


Martin Marques wrote:
> On Sat, 25 Mar 2006 10:25:32 +0000, Richard Green <[EMAIL PROTECTED]> wrote:
>> Tis a problem in lib/imap.inc:
>>
>>                      if ($field=="timestamp"){
>>                              $data = @strtotime($value->date);
>>                              if ($data != false)
>>                                      $data = $timestamp;
>>                              }
>>
>> Should be
>>
>>                      if ($field=="timestamp"){
>>                              $timestamp= @strtotime($val->date);
>>                              if ($timestamp!= false)
>>                                      $data = $timestamp;
>>                              }
> 
> A problem I found with this new sort ordering that's in CVS is that order by 
> date orders by the date of the mail, and not by the incoming date. Is there a 
> way to get an incoming order sort, because I get mails from clients with 
> buggy clocks disorderd.
> 



Reply via email to