As per title? RoundCube webmail 0.1.1 I checked the nano /home/admispconfig/ispconfig/web/roundcubemail/config/main.inc.php file and all entires look correct for creation of the folders as per this post: http://www.roundcubeforum.net/resolved/16-default-folders-missing.html I installed it from http://ispconfig.bb-hosting.org/uk/downloads.htm via the Ispconfig update. If i create a trash folder manually this then allows me to delete things however I dont want to do that for every mail box I create. Anyone know whats wrong.... I found an patch but that was for a beta back in 2006.
Are you sure that you have the follwoing lines in your RouncCube configuration file config/main.inc.php ?: // display these folders separately in the mailbox list. // these folders will also be displayed with localized names $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash'); // automatically create the above listed default folders on login $rcmail_config['create_default_folders'] = TRUE;