Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: lizat on January 01, 2011, 07:22:54 PM

Title: Adding a @To@ column to the details pane
Post by: lizat on January 01, 2011, 07:22:54 PM
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
Title: Adding a @To@ column to the details pane
Post by: rosali on January 01, 2011, 11:44:34 PM
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');
Title: Adding a @To@ column to the details pane
Post by: lizat on January 02, 2011, 04:31:13 AM
Thank you Rosali!

is there a configuration guide anywhere?

liz
Title: Adding a @To@ column to the details pane
Post by: rosali on January 02, 2011, 11:50:07 AM
Read comments in main.inc.php - that's the configuration guide.
Title: Adding a @To@ column to the details pane
Post by: lizat on January 06, 2011, 12:47:33 PM
Thank you Rosali