Roundcube Community Forum

Release Support => Pending Issues => Topic started by: acgordillo on March 20, 2017, 08:08:50 PM

Title: How can I disabled Draft, Sent, junk folders?
Post by: acgordillo on March 20, 2017, 08:08:50 PM
Hi

I need some help
How can I disabled Draft, Sent, junk folders?
I use Roundcube only for receive mails, for this reason I need to disable the others folders
And I canĀ“t solve this issue

Thanks for your attention
Title: Re: How can I disabled Draft, Sent, junk folders?
Post by: rm13 on March 24, 2017, 10:08:10 AM
Add this to your config.inc.php

 $config['protect_default_folders'] = false;

Then you should be able to unsubscribe from them in Settings.

If you really want rid of the underlying folders that would have to happen in the IMAP server configuration.