Hello!
I'd like to have newest messages at first in the messagesview and set $rcmail_config['message_sort_col'] = 'date'; $rcmail_config['message_sort_order'] = 'ASC';
but that does not seem to have any effect. What can I do to have the sorting I'd like to have?
Kind regards
Andreas
Andreas Meyer skrev den 2013-03-07 10:08:
I'd like to have newest messages at first in the messagesview and set $rcmail_config['message_sort_col'] = 'date'; $rcmail_config['message_sort_order'] = 'ASC';
but that does not seem to have any effect. What can I do to have the sorting I'd like to have?
this is just the new user defaults from config, if user already is created it use whats in sql/ldap
if you like, it could be solved to not allow user prefs for this settings, hopefully this force config php settings
Benny Pedersen me@junc.eu wrote:
Andreas Meyer skrev den 2013-03-07 10:08:
I'd like to have newest messages at first in the messagesview and set $rcmail_config['message_sort_col'] = 'date'; $rcmail_config['message_sort_order'] = 'ASC';
but that does not seem to have any effect. What can I do to have the sorting I'd like to have?
this is just the new user defaults from config, if user already is created it use whats in sql/ldap
if you like, it could be solved to not allow user prefs for this settings, hopefully this force config php settings
I can't find where to allow or not the sorting in the user prefs. I am using roundcube 0.8.1
Andreas
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Hello!
Benny Pedersen me@junc.eu wrote:
Andreas Meyer skrev den 2013-03-07 10:08:
I'd like to have newest messages at first in the messagesview and set $rcmail_config['message_sort_col'] = 'date'; $rcmail_config['message_sort_order'] = 'ASC';
but that does not seem to have any effect. What can I do to have the sorting I'd like to have?
this is just the new user defaults from config, if user already is created it use whats in sql/ldap
if you like, it could be solved to not allow user prefs for this settings, hopefully this force config php settings
Got it! Upgraded from version 0.8.1 to 0.8.5 and sorting per date seems to work now.
Have a nice weekend!
Andreas