Is there a way to do this - I receive mail to several addresses in the one address box, and without rules, which I hope will come soon, one of the quick ways to sort stuff is by "To"
thank you.......... liz
I suggest always to walk through the configuration when looking for an option.
main.inc.php
// These cols are shown in the message list. Available cols are:
// subject, from, to, cc, replyto, date, size, status, flag, attachment
$rcmail_config['list_cols'] = array('subject', 'status', 'from', 'to', 'date', 'size', 'flag', 'attachment');
Thank you Rosali!
is there a configuration guide anywhere?
liz
Read comments in main.inc.php - that's the configuration guide.
Thank you Rosali