summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-10-03 13:12:04 +0000
committeralecpl <alec@alec.pl>2008-10-03 13:12:04 +0000
commit2b58528f6ad14d452e7a3b3af00071a9370a92c1 (patch)
treeffd25a85c8c1870ddfb2775ac298f54a3c55792e /config
parent9b3d7f743f21f0ae27bb314faa61e04f43411be0 (diff)
- some option moved to user prefs section
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist26
1 files changed, 13 insertions, 13 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 19785cba6..253c29e60 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -182,19 +182,6 @@ $rcmail_config['protect_default_folders'] = TRUE;
// if in your system 0 quota means no limit set this option to TRUE
$rcmail_config['quota_zero_as_unlimited'] = FALSE;
-// Set TRUE if deleted messages should not be displayed
-// This will make the application run slower
-$rcmail_config['skip_deleted'] = FALSE;
-
-// Set true to Mark deleted messages as read as well as deleted
-// False means that a message's read status is not affected by marking it as deleted
-$rcmail_config['read_when_deleted'] = TRUE;
-
-// When a Trash folder is not present and a message is deleted, flag
-// the message for deletion rather than deleting it immediately. Setting this to
-// false causes deleted messages to be permanantly removed if there is no Trash folder
-$rcmail_config['flag_for_deletion'] = FALSE;
-
// Behavior if a received message requests a message delivery notification (read receipt)
// 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask)
$rcmail_config['mdn_requests'] = 0;
@@ -383,5 +370,18 @@ $rcmail_config['inline_images'] = TRUE;
// 2 - Full 2047 compatible
$rcmail_config['mime_param_folding'] = 0;
+// Set TRUE if deleted messages should not be displayed
+// This will make the application run slower
+$rcmail_config['skip_deleted'] = FALSE;
+
+// Set true to Mark deleted messages as read as well as deleted
+// False means that a message's read status is not affected by marking it as deleted
+$rcmail_config['read_when_deleted'] = TRUE;
+
+// When a Trash folder is not present and a message is deleted, flag
+// the message for deletion rather than deleting it immediately. Setting this to
+// false causes deleted messages to be permanantly removed if there is no Trash folder
+$rcmail_config['flag_for_deletion'] = FALSE;
+
// end of config file
?>