changed roundcube theme to 'larry' (#1138)

Updated the setup file to use roundcube's 'larry' theme as the default.
This commit is contained in:
Git Repository 2017-04-17 04:29:50 -07:00 committed by Joshua Tauberer
parent b66f12dd4c
commit 2a046a22f4
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ cat > $RCM_CONFIG <<EOF;
\$config['product_name'] = '$PRIMARY_HOSTNAME Webmail';
\$config['des_key'] = '$SECRET_KEY';
\$config['plugins'] = array('html5_notifier', 'archive', 'zipdownload', 'password', 'managesieve', 'jqueryui', 'vacation_sieve', 'persistent_login', 'carddav');
\$config['skin'] = 'classic';
\$config['skin'] = 'larry';
\$config['login_autocomplete'] = 2;
\$config['password_charset'] = 'UTF-8';
\$config['junk_mbox'] = 'Spam';