2012. 8. 8. 12:24

Roundcube Mail user interface...

Need Customizations to change the look and feel of the user interface? You can access the relevant CSS files under the default skins directory and begin editing the relevant styles inside common.css or mail.css files. For example if you want to change the color of the message selection bar, you may find and replace the color codes as follows;

# vi /usr/local/www/apache22/data/roundcube/skins/default/common.css
table.records-table tr.selected td
{
  color: #FFFFFF;
  background-color: #FF6000;
}
# vi /usr/local/www/apache22/data/roundcube/skins/default/mail.css
#messagelist tr.selected td
{
  color: #FFFFFF;
  background-color: #FF6000;
}

Adding plugins is a powerful way of making Roundcube more convenient client for satisfying the user habits. Here are the list of plugins I recommend you to install in the first instance;

jqueryui
automatic_addressbook
compose_addressbook
globaladdressbook
vcard_attachments
vacation
managesieve