Roundcube Community Forum

 

How to Re-Order Menu Panel

Started by ccc1997, April 12, 2009, 07:54:47 PM

Previous topic - Next topic

ccc1997

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

rosali

./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');  
Regards,
Rosali

ccc1997

Thanks for the response.  As soon as my shell account is setup with my new provider I will be editing this file.

ccc1997

Yes, this solution worked.  I got my SSH setup and edited the config file and it's working as I would like.  Thanks again.