Roundcube Community Forum

Release Support => Release Discussion => Topic started by: jdholasca on May 04, 2015, 02:10:27 AM

Title: Remove column on mail list
Post by: jdholasca on May 04, 2015, 02:10:27 AM
Hi

Im new to RC and using the new release 1.1.1 just want to ask where (file name and location) will i modify the columns(remove some column) i tried to search the forum but can't find any post.

Thank you
Title: Re: Remove column on mail list
Post by: JohnDoh on May 04, 2015, 06:22:17 AM
You can set the columns to show by default in the config file:

// These cols are shown in the message list. Available cols are:
// subject, from, to, fromto, cc, replyto, date, size, status, flag, attachment, 'priority'
$config['list_cols'] = array('subject', 'status', 'fromto', 'date', 'size', 'flag', 'attachment');

Also users can change their personal settings for the columns by clicking on the gear icon on the left size of the headers.