when I reply to a message in latest svn (360) the message you reply to gets deleted/removed
Same problem here :(
not here.
can you check your logs/errors file and /var/log/mail ?
i have same problem >:( >:(
anything in the Roundcube Logs?
I think that is something in LOG:
[30-Oct-2006 17:26:26 +0100] DB Error: DB Error: unknown error Query: DELETE FROM messages WHERE user_id='3' AND cache_key='INBOX.msg' AND idx>=FALSE [nativecode=ERROR: operator does not exist: integer >= boolean HINT: No operator matches the given name and argument type(s). You may need to add explicit type casts.] in /home/data/trunk/roundcubemail/program/include/rcube_db.inc on line 501
And there is no msg on server. This is realy BIG bug!
what database you have? (type, version...)
postgresql-8.1 8.1.5-1
But i didnt' find what deletes message on server. That just deletes message in database.
this seems to be a bug in roundcube
Bug that really annoy me! !! >:( :-[ :-\
idx>=FALSE
..that's interesting..I don't know but.. idx have the type INT(11)...
can mysql get the value "FALSE" from an INT field?
in the postgres.initial.sql:
idx integer DEFAULT 0 NOT NULL,
in the mysql.initial.sql:
`idx` int(11) unsigned NOT NULL default '0',
Maybe is here the problem...that bug happen only with a postgree database.
Maybe try to disable cache?