Roundcube Community Forum

 

Moving deleted mails to Trash

Started by Borszczuk, March 11, 2010, 01:10:10 PM

Previous topic - Next topic

Borszczuk

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?

JohnDoh

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).
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

Borszczuk

Thanks. That solves my problem.