Author Topic: How can I disabled Draft, Sent, junk folders?  (Read 2648 times)

Offline acgordillo

  • Newbie
  • *
  • Posts: 1
How can I disabled Draft, Sent, junk folders?
« 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

Offline rm13

  • Full Member
  • ***
  • Posts: 129
Re: How can I disabled Draft, Sent, junk folders?
« Reply #1 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.