Release Support > Requests

mesgs disaply option

(1/1)

Arabian:
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

KingOfN00bz:
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

--- End code ---

in the following line


--- Code: ---$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');

--- End code ---

define your preferred order, in your case


--- Code: ---$rcmail_config['list_cols'] = array('from', 'subject', 'date', 'size');

--- End code ---

Navigation

[0] Message Index

Go to full version