Author Topic: How to Re-Order Menu Panel  (Read 3205 times)

Offline ccc1997

  • Newbie
  • *
  • Posts: 9
How to Re-Order Menu Panel
« 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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
How to Re-Order Menu Panel
« Reply #1 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');  
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline ccc1997

  • Newbie
  • *
  • Posts: 9
How to Re-Order Menu Panel
« Reply #2 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.

Offline ccc1997

  • Newbie
  • *
  • Posts: 9
How to Re-Order Menu Panel
« Reply #3 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.