Hi,
I created at file system level a custom folder "Archive" in every Maildir. Is there a way to let RC auto-suscribe those new folders?
I put this in defaults.inc.php
$config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash', 'Archive'); $config['create_default_folders'] = true;
But this works only for NEW users (never logged in) have Archive folder already subscribed. Thank you