Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Borszczuk on March 11, 2010, 01:10:10 PM

Title: Moving deleted mails to Trash
Post by: Borszczuk on March 11, 2010, 01:10:10 PM
How can I instrument RC to move mails I delete to Trash folder? It does not do that right now and users complain. I checked config file but do not see anything there that is relateed to that feature. Anyone got idea how can I achieve this?
Title: Moving deleted mails to Trash
Post by: JohnDoh on March 11, 2010, 02:12:40 PM
Hi, the option is $rcmail_config['flag_for_deletion'], set it to false to make it move the messge to the Trash folder.

This setting can also be controlled from the user's settings page: Server Settings > Flag the message for deletion instead of delete.

One thing to check is under Special Folders that you have a Deleted Items folder set. If RC cant find a Trash folder then I think messages will always be marked for deletion regardless of the settings (there is nothing else it can do).
Title: Moving deleted mails to Trash
Post by: Borszczuk on March 12, 2010, 04:23:01 AM
Thanks. That solves my problem.