Roundcube Community Forum

Release Support => Release Discussion => Topic started by: creps on November 15, 2008, 11:15:32 AM

Title: 0.2b - Could not move the Message - Delete Message
Post by: creps on November 15, 2008, 11:15:32 AM
Hi,

I have the version 0.2b, when i click an email for delete, i see a message that say "Could not move the message" and the email not delete. Why? what is the issue?

Thanks very much!

Alex.
Title: 0.2b - Could not move the Message - Delete Message
Post by: dano on November 15, 2008, 11:52:42 AM
Does the Trash folder exist?  You would see this message if not
Title: 0.2b - Could not move the Message - Delete Message
Post by: creps on November 15, 2008, 12:08:06 PM
no, no existe the folder. I have only the folder of New Messages.
Title: 0.2b - Could not move the Message - Delete Message
Post by: dano on November 17, 2008, 01:34:12 PM
The default folders are not being created.  You need to edit the file /config/main.inc.php and make sure it is set to true.

Code: [Select]
$rcmail_config['create_default_folders'] = TRUE;