Hello, i upgradge from 0.1 - rc2 to 0.3 -rc1
i copy all new file, i copy my old db.inc.php and main.inc.php to new file, i run ./bin/update.sh, i go to my browser> http://mydomain.com/roundcube/installer all check ok. After i import SQL/mysql_update (NOT import truncate message, becouse i mean if delete all in this table???? and not import all after -- Updates from version 0.2-beta (InnoDB only) - i have all MyISAM.
All function fine, but if i delete message, message not delete, only have gray collor - where can i change default options for all mailboxes on "total delete"?
Thanks
Looks like your old main.inc.php is incomplete.
// When a Trash folder is not present and a message is deleted, flag
// the message for deletion rather than deleting it immediately. Setting this to
// false causes deleted messages to be permanantly removed if there is no Trash folder
$rcmail_config['flag_for_deletion'] = FALSE;