SVN Releases > Resolved

default folders missing

(1/2) > >>

igeoffi:
3rd time installing the svn copy
all the default folders are missing except for the Inbox folder

urbanx:
 have you gone into "Personal Settings" and then "Folders"?

Rouncube lets you choose which folders to show (though i agree that sent and trash should be shown by default).

on follow up, did you set
$rcmail_config['sent_mbox']
and
$rcmail_config['trash_mbox']

in config/main.inc.php?

igeoffi:
yup


--- Code: ---// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';

// display these folders separately in the mailbox list
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
--- End code ---

and the entire config file
http://unikoi.org/roundcube_config.txt

oslad:
try cvs-20060413, the same problem is happen on cvs-20060505 with cyrus-imap

flosoft:
Try the new SVN Snapshot (Rev 273?)

Navigation

[0] Message Index

[#] Next page

Go to full version