Martin Marques wrote:
I'm having a real hard time making RC sort my messages by arrival instead of 
date. I tried putting:

$rcmail_config['message_sort_col'] = 'internaldate';

and even

$rcmail_config['message_sort_col'] = 'arrival';

I even tried to put it in upper case, but still with no luck. Any ideas?

P.D.: I'm on the latest CVS.

--
---------------------------------------------------------
Lic. Martín Marqués | SELECT 'mmarques' || Centro de Telemática | '@' || 'unl.edu.ar'; Universidad Nacional | DBA, Programador, del Litoral | Administrador
---------------------------------------------------------




arrival isn't a column that it can be sorted by.... I don't know the RC internals like a dev would, but I can say that the message_sort_col is how it's sorted I think after the query for the messages, not before. So it's sorting the message array, not the messages on the server.

~Brett


Reply via email to