![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
It would be great if you add the ability for the users and the options for the admin to choose how msgs displayed. For example: now it's : Subject Sender Name Date Size I would like it to have it in this order: Sender Name Subject Date Size Best Regards, -Arabian |
|
#2
|
|||
|
|||
|
in config/main.inc.php
search for Code:
// these cols are shown in the message list // available cols are: subject, from, to, cc, replyto, date, size, encoding Code:
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
Code:
$rcmail_config['list_cols'] = array('from', 'subject', 'date', 'size');
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |