I am trying to install a plugin
I added the following line to main.inc.php:
$rcmail_config['plugins'] = array('archive');
Its not showing any visible change in my UI..
Am I missing anything..?? or an additional step for installation..??
Thanks and Regards,
Pratik
Following the documentation try:
"de_dieploegers_archive" instead of "archive"
$rcmail_config['plugins'] = array('de_dieploegers_archive');
Best regards & good luck!