Author Topic: Date sort problem ?  (Read 2702 times)

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
Date sort problem ?
« on: December 15, 2010, 03:55:29 PM »
Hello,

I have a small problem on roundcube 0.4.2 and i can't find the solution on the forum (but i'm sure that the answer was given).
Some of my mail (not all) are not sort by date.

I have :
Code: [Select]
date.timezone = Europe/Parisset on my php.ini

And :
Code: [Select]
$rcmail_config['message_sort_col'] = 'date';
$rcmail_config['dst_active'] = (bool)date('I');

A mail witch is not sort correclty have this in header :
Quote
Received: from smtp.smtpout.orange.fr ([80.12.242.123]) by mail.bagu.biz ; Wed, 1 Dec 2010 15:17:08 +0100
Received: from wwinf1j13 ([10.232.42.57]) by mwinf5d24 with ME id dqHF1f00H1E0LLS03qHFZz; Wed, 01 Dec 2010 15:17:15 +0100

Can you explain me how i can correct this...