till
2008-05-26 3bfab3b99c5098e802b10a1d442c330af3524249
config/main.inc.php.dist
@@ -328,5 +328,17 @@
// Compact INBOX on logout
$rcmail_config['logout_expunge'] = FALSE;
/**
 * '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, and not the same as "delete_right_away".
 */
$rcmail_config['delete_always'] = true;
// end of config file
?>