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 :
date.timezone = Europe/Paris
set on my php.ini
And :
$rcmail_config['message_sort_col'] = 'date';
$rcmail_config['dst_active'] = (bool)date('I');
A mail witch is not sort correclty have this in header :
QuoteReceived: 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...