Hi,
I'm not sure what I'm missing but hopefully it'll be very obvious. I've just downloaded JohnDoh-Roundcube-Plugin-Zip-Download-679060e which basically allows you to download all attachments as zips. I've got
$rcmail_config['plugins'] = array('JohnDoh-Roundcube-Plugin-Zip-Download-679060e');
in main.inc.php . What else do I need to do? I'm using the litecube theme if it makes any difference.
Thanks
you need to read the instructions :p. it has to be in a folder called zipdownload. so you have /plugins/zipdownload/zipdownload.php and then in your main config file you have $rcmail_config['plugins'] = array('zipdownload');
Thanks. I don't know how I missed that :) Got it working now and it's a great plugin!