summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-05 10:18:01 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-05 10:18:01 +0000
commit44056fdea753785fea032b138e69ee3b3b08603b (patch)
tree9cbfdd3d4e1a555ade4150bcdd2523153d504b3c /roundcubemail/config
parent5e9c70b96a183eaae631b9c600fdc2b838f00541 (diff)
- Add 'delete_always' option to user preferences
git-svn-id: https://svn.roundcube.net/trunk@3326 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/main.inc.php.dist14
1 files changed, 6 insertions, 8 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist
index 2bcd70fc7..61736c298 100644
--- a/roundcubemail/config/main.inc.php.dist
+++ b/roundcubemail/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
?>