Roundcube Community Forum

 

Help on setting folders - No code experience

Started by iortiz, April 06, 2008, 11:52:17 PM

Previous topic - Next topic

iortiz

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??


marcuseide

Edit the .php files with your favourite text editor and add

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