alecpl
2010-03-05 b7f952248e47c126406044ab26829133d3184429
config/main.inc.php.dist
@@ -322,14 +322,6 @@
// don't let users set pagesize to more than this value if set
$rcmail_config['max_pagesize'] = 200;
/**
 * 'Delete always'
 * This setting reflects if mail should be always deleted
 * when moving to Trash fails. This is necessary in some setups
 * when user is over quota and Trash is included in the quota.
 */
$rcmail_config['delete_always'] = false;
// Minimal value of user's 'keep_alive' setting (in seconds)
// Must be less than 'session_lifetime'
$rcmail_config['min_keep_alive'] = 60;
@@ -506,5 +498,11 @@
// Please note that folder names should to be in sync with $rcmail_config['default_imap_folders']
$rcmail_config['search_mods'] = null;  // Example: array('*' => array('subject'=>1, 'from'=>1), 'Sent' => array('subject'=>1, 'to'=>1));
// 'Delete always'
// This setting reflects if mail should be always deleted
// when moving to Trash fails. This is necessary in some setups
// when user is over quota and Trash is included in the quota.
$rcmail_config['delete_always'] = false;
// end of config file
?>