Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: jager on November 20, 2008, 03:56:54 AM

Title: Default folders
Post by: jager on November 20, 2008, 03:56:54 AM
Hello.

I'm trying to add some default folders to my roundcube configuration.
In my inbox i have the sent/spam/trash folders

Inbox.trash
Inbox.sent

How can i make these default?
I already tryed this:

$rcmail_config['INBOX.Sent_mbox'] = 'Sent';
Title: Default folders
Post by: Julius Caesar on November 20, 2008, 04:50:55 AM
Quote from: jager;15347

Inbox.trash
Inbox.sent

How can i make these default? I already tryed this:

$rcmail_config['INBOX.Sent_mbox'] = 'Sent';


$rcmail_config['sent_mbox'] = 'Inbox.sent';
$rcmail_config['trash_mbox'] = 'Inbox.trash';