Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Guila on February 28, 2009, 08:28:31 AM

Title: Messages go to Trash but don´t Deleted from Inbox!
Post by: Guila on February 28, 2009, 08:28:31 AM
Hi...
I upgrade my roundcube to new version 0.2a and now i´m having this problem...
When i deleted a message from a Inbox or other place like Sent, the message goes to Trash...but it still stay on Inbox like a Read Message and with the X icon beside it and I cant´t deleted it!!

The messages in Inbox i can delete without problems!

I saw here a Post looks like my problem... but my is different...

http://www.roundcubeforum.net/pending-issues/4025-old-deleted-messages-still-displayed-inbox.html

the only reply told him to change in main.inc.php

$rcmail_config['enable_caching'] = true;
to
$rcmail_config['enable_caching'] = false;

i made this... without sucess

I tried with Firefox3 and Ie7...

Anyone had this problem can help me?

Tks
Title: Messages go to Trash but don´t Deleted from Inbox!
Post by: JohnDoh on February 28, 2009, 09:19:35 AM
Hi,

Please check these config values:

/**
 * 'Delete always'
 * This setting reflects if mail should be always marked as deleted,
 * even if moving to "Trash" fails. This is necessary in some setups
 * because a) people may not have a Trash folder or b) they are over
 * quota (and Trash is included in the quota).
 *
 * This is a failover setting for iil_C_Move when a message is moved
 * to the Trash.
 */
$rcmail_config['delete_always'] = false;

// Set TRUE if deleted messages should not be displayed
// This will make the application run slower
$rcmail_config['skip_deleted'] = FALSE;

// Set true to Mark deleted messages as read as well as deleted
// False means that a message's read status is not affected by marking it as deleted
$rcmail_config['read_when_deleted'] = TRUE;

// 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;

I guess you have 'delete_always' or 'flag_for_deletion' set to true and have not expunded the messages.
Title: Messages go to Trash but don´t Deleted from Inbox!
Post by: Guila on March 02, 2009, 10:03:30 AM
Thanks JohnDoh...

with Firefox Works works fine now!!
But with IE 6 and IE 7... same problem... don´t work !

but i back to version 0.1.1... version 2.0 i had others problems like the visual in Firefox...

soon as possible i will update my server to Debian 5.0 and try use RoundCube 2.0...

Tks !!!