Roundcube Community Forum

 

Adding a @To@ column to the details pane

Started by lizat, January 01, 2011, 07:22:54 PM

Previous topic - Next topic

lizat

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

rosali

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

lizat

Thank you Rosali!

is there a configuration guide anywhere?

liz

rosali

Read comments in main.inc.php - that's the configuration guide.
Regards,
Rosali

lizat