Roundcube: Install Mobile Skin
Tested with Roundcube 1.3.6 on Ubuntu 18.04 with ISPConfig 3.
Install GIT
apt update && apt -y install git
Change to Roundcube folder
cd /var/lib/roundcube
Download the Melanie2 Larry Mobile skin
git clone https://github.com/messagerie-melanie2/Roundcube-Skin-Melanie2-Larry-Mobile.git skins/melanie2_larry_mobile
Download the Mobile plugin
git clone https://github.com/messagerie-melanie2/Roundcube-Plugin-Mobile.git plugins/mobile
Download the Jquery Mobile plugin
git clone https://github.com/messagerie-melanie2/Roundcube-Plugin-JQuery-Mobile.git plugins/jquery_mobile
Install the plugin
Add 'mobile' at the end of the row $config['plugins'] = array( in config.inc.php.
vi config/config.inc.php
$config['plugins'] = array( 'xxxxx', 'yyyyy', 'zzzzz', 'mobile'
);
Finished!