Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: gib_user on October 07, 2011, 04:34:33 AM

Title: Enable All Unsubscribed Folders
Post by: gib_user on October 07, 2011, 04:34:33 AM
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.
Title: Enable All Unsubscribed Folders
Post by: gib_user on October 07, 2011, 06:24:37 AM
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;