Author Topic: Enable All Unsubscribed Folders  (Read 2132 times)

Offline gib_user

  • Newbie
  • *
  • Posts: 5
Enable All Unsubscribed Folders
« 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.

Offline gib_user

  • Newbie
  • *
  • Posts: 5
Enable All Unsubscribed Folders
« Reply #1 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;