Roundcube Community Forum

 

Remove column on mail list

Started by jdholasca, May 04, 2015, 02:10:27 AM

Previous topic - Next topic

jdholasca

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

JohnDoh

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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...