Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: ccc1997 on April 12, 2009, 07:54:47 PM

Title: How to Re-Order Menu Panel
Post by: ccc1997 on April 12, 2009, 07:54:47 PM
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
Title: How to Re-Order Menu Panel
Post by: rosali on April 13, 2009, 12:21:57 AM
./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');  
Title: How to Re-Order Menu Panel
Post by: ccc1997 on April 13, 2009, 03:18:02 PM
Thanks for the response.  As soon as my shell account is setup with my new provider I will be editing this file.
Title: How to Re-Order Menu Panel
Post by: ccc1997 on April 16, 2009, 10:51:48 AM
Yes, this solution worked.  I got my SSH setup and edited the config file and it's working as I would like.  Thanks again.