From c8135f7efbcf971ce43db13238772b22704b46ab Mon Sep 17 00:00:00 2001 From: Brad Date: Sat, 1 Oct 2016 20:38:36 +0100 Subject: [PATCH] Add mabola skin and ThreeCol layout plugin Mabola skin: there are no releases or tags in the mabola repo, so have cloned the master Threecol plugin: the v0.4 release doesn't properly allow Preview Pane location to be set, but the master does A bit strange to me that adding $rcmail_config['plugins'] is required, but this is what allows it to work --- setup/webmail.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup/webmail.sh b/setup/webmail.sh index cdbc18ae..da8e2813 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -68,6 +68,12 @@ if [ $needs_update == 1 ]; then # install roundcube html5_notifier plugin git_clone https://github.com/kitist/html5_notifier.git $HTML5_NOTIFIER_VERSION '' /usr/local/lib/roundcubemail/plugins/html5_notifier + # install roundcube threecol plugin + git_clone https://github.com/EstudioNexos/threecol.git '' '' /usr/local/lib/roundcubemail/plugins/threecol + + # install roundcube mabola skin + git_clone https://github.com/EstudioNexos/mabola.git '' '' /usr/local/lib/roundcubemail/skins/mabola + # record the version we've installed echo $UPDATE_KEY > /usr/local/lib/roundcubemail/version fi @@ -102,6 +108,7 @@ cat > /usr/local/lib/roundcubemail/config/config.inc.php <