afe96af941
application. Features: - Three Pane Liquid Layout; - Fully supports Horizontal and Vertical layout views; - Additional configuration for either Horizontal or Vertical layout; - End user support for dynamically switching between Horizontal and Vertical layouts; - Friendly looking theme with nice graphics; WWW: http://www.roundcubethemes.net/ PR: ports/136828 Submitted by: Alexey V. Degtyarev
19 lines
590 B
Text
19 lines
590 B
Text
|
|
*******************************************************************************
|
|
|
|
Make the following changes to RoundCube main configuration:
|
|
|
|
%%LOCALBASE%%/www/roundcube/config/main.inc.php
|
|
|
|
1) $rcmail_config['skin'] = 'mvision2_en';
|
|
|
|
2) Remove "size" and "flag" (flag will still appear however) items:
|
|
$rcmail_config['list_cols'] = array('subject','from','date','attachment');
|
|
|
|
3) $rcmail_config['preview_pane'] = true;
|
|
|
|
4) Add new configuration line:
|
|
$rcmail_config['preview_pane_vertical'] = true;
|
|
|
|
*******************************************************************************
|
|
|