Author Topic: Help on setting folders - No code experience  (Read 3034 times)

Offline iortiz

  • Newbie
  • *
  • Posts: 1
Help on setting folders - No code experience
« on: April 06, 2008, 11:52:17 PM »
Hello
I just installed Roundcube and I am having lots of difficulties with standard folders. It was not easy but I finally managed to get my "Trash", "Junk" and "Drafts" folders. But I haven't been able to get the "Sent" folder.
I go to "Personal Settings" - "Folders", and the "Sent" Folder does exist but at the "suscribed" column it does not appear with the dot, as the other folders that are visible.
It seems that there are no ways to change this.

I have been reading about this and it seems that I`m not the only one with this problem. I guess I have to change some code (I think is on the main.inc.php).
I understand the basics of website and webfiles management. But the thing is I don't know how to change any code, I don't know how to open a main.inc.php file (I think I don't even have the software needed)

So, Does anyone has an easy solution for this problem???

Is there a way so I don't have to create manually on every account the "Trash", "Junk" and "Drafts" folders??


Offline marcuseide

  • Newbie
  • *
  • Posts: 5
Re: Help on setting folders - No code experience
« Reply #1 on: April 18, 2008, 05:02:53 AM »
Edit the .php files with your favourite text editor and add

Code: [Select]
$rcmail_config['create_default_folders'] = TRUE;
to roundcubedir/config/main.inc.php