Hi.
The default is this:
// these cols are shown in the message list
// available cols are: subject, from, to, cc, replyto, date, size, encoding
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
I want some more, like this, added 'to'.
$rcmail_config['list_cols'] = array('subject', 'from', 'to', 'date', 'size');
Works just fine BUT, when I look into 'Sent'.....
subject is subject
from is from
to is date
date is size
size is empty
Seems that the sent folder is 'hard coded' it does not look at the $rcmail_config['list_cols']
Hope that it will be fixed.
Really hope a forum will be up soon.
Thanks for a great 'program'
//Gunnar