Having an issue isntalling rc1
when running the commands in SQL/mysql.update.sql I get:
SQL query:
ALTER TABLE messages
DROP body
,
DROP INDEX cache_key
,
ADD structure
TEXT,
ADD UNIQUE uniqueness
( user_id
, cache_key
, uid
) ;
MySQL said: Documentation #1062 - Duplicate entry '7-Mail/SPAM.msg-11422' for key 2
my current version is beta2 index.php:define('RCMAIL_VERSION', '0.1-beta2');