I would like to reorder the menu panel so that it is structured as such:
Date, Sender, Subject - instead of Subject, Sender, Date
I searched FAQ's, Forums, Personal Settings, and Web and could not find a solution. Any feedback is appreciated. I would like to be able to do this for all user's hopefully with a single configuation versus having to touch each account. Thanks.
chris
./config/main.inc.php
// These cols are shown in the message list. Available cols are:
// subject, from, to, cc, replyto, date, size, flag, attachment
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag', 'attachment');
Thanks for the response. As soon as my shell account is setup with my new provider I will be editing this file.
Yes, this solution worked. I got my SSH setup and edited the config file and it's working as I would like. Thanks again.