summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-03-05 10:18:01 +0000
committeralecpl <alec@alec.pl>2010-03-05 10:18:01 +0000
commitb7f952248e47c126406044ab26829133d3184429 (patch)
tree346c57c287a35714760eaa480267b44b305c736d /config
parent9adef683e380a78a323492b01aab8e72afe1c49e (diff)
- Add 'delete_always' option to user preferences
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist14
1 files changed, 6 insertions, 8 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 2bcd70fc7..61736c298 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -322,14 +322,6 @@ $rcmail_config['spellcheck_languages'] = NULL;
// 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 @@ $rcmail_config['force_7bit'] = false;
// 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
?>