Author Topic: Remove column on mail list  (Read 3321 times)

Offline jdholasca

  • Newbie
  • *
  • Posts: 1
Remove column on mail list
« 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

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Re: Remove column on mail list
« Reply #1 on: May 04, 2015, 06:22:17 AM »
You can set the columns to show by default in the config file:
Code: [Select]
// 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ā€¦