From 2b58528f6ad14d452e7a3b3af00071a9370a92c1 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 03 Oct 2008 09:12:04 -0400
Subject: [PATCH] - some option moved to user prefs section

---
 config/main.inc.php.dist |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 19785cb..253c29e 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -182,19 +182,6 @@
 // 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 @@
 // 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
 ?>

--
Gitblit v1.9.1