i have a problem with a new install of roundcube. the problem is
that i don't have the trash folder so i can't delete mails do it need to create the trash folder in imap ?
Yes, oui
how can i do that ?
In "Personal Settings" ( the gear icon in the upper right ) choose
the "Folders" tab.
You can create an IMAP folder there.
Of course you can also SSH or telnet to the account and create the
folder from the shell using "mkdir".
You might want to consider looking at these configuration options : ( from the config/main.inc.php file )
// 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.
// 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'] = FALSE;
Charles Dostale System Admin - Silver Oaks Communications http://www.silveroaks.com/ 824 17th Street, Moline IL 61265
List info: http://lists.roundcube.net/users/