How do I go about having all the unsubscribed folders automatically enabled.
I have checked the main configuration file and I don't see any option that will allow this.
Currently using using RC 0.5.2
Does anyone have an idea.
I have found how to enable this.
Need to have the subscriptions_option plugin enabled in the main.inc.php with the following:
$rcmail_config['dont_override'] = array('use_subscriptions');
$rcmail_config['use_subscriptions'] = false;