Roundcube Community Forum

 

Enable All Unsubscribed Folders

Started by gib_user, October 07, 2011, 04:34:33 AM

Previous topic - Next topic

gib_user

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.

gib_user

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;