freebsd-ports/mail/roundcube-mvision2/files/pkg-message.in
Martin Wilke afe96af941 MVision - theme for RoundCube Web Mail, the opensource PHP/MySQL web mail
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
2009-08-13 16:39:54 +00:00

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;
*******************************************************************************