Roundcube Community Forum

 

How can I disabled Draft, Sent, junk folders?

Started by acgordillo, March 20, 2017, 08:08:50 PM

Previous topic - Next topic

acgordillo

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

rm13

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.