Hi,
I recently started using Roundcube (nice work!) and it has worked fine.
However, just a few days ago I decided to migrate from courier-imap to dovecot. After some messing around with namespaces it now appears to be working fine, but now roundcube doesn't sort messages by date properly anymore.
I can't see any logic in the sorting, it seems to be just random. The problem exists in all my email folders, not just INBOX.
In my imap-client Evolution sorting by date works correctly. In squirrelmail it also displays correctly.
I have tried to enable/disable Pretty Dates but the sorting doesn't change.
$rcmail_config['debug_level'] = 1; $rcmail_config['enable_caching'] = FALSE; $rcmail_config['message_cache_lifetime'] = '10s'; $rcmail_config['auto_create_user'] = TRUE; $rcmail_config['default_host'] = 'ssl://localhost:993'; $rcmail_config['default_port'] = 143; $rcmail_config['username_domain'] = ''; $rcmail_config['mail_domain'] = ''; $rcmail_config['virtuser_file'] = ''; $rcmail_config['virtuser_query'] = ''; $rcmail_config['smtp_server'] = 'localhost'; $rcmail_config['smtp_port'] = 25; $rcmail_config['smtp_user'] = ''; $rcmail_config['smtp_pass'] = ''; $rcmail_config['smtp_auth_type'] = ''; $rcmail_config['smtp_log'] = TRUE; $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
Any ideas? Seems to me like some weird caching, but I have disabled that.
Thanks, Peter