From 3baec23206671623a6a011f323775e0dd897d538 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 04 Jan 2006 20:03:04 -0500
Subject: [PATCH] Additional config parameter to show/hide deleted messages

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

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 0ea3864..17beaf1 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -120,6 +120,10 @@
 // default sort order
 $rcmail_config['message_sort_order'] = 'DESC';
 
+// Set TRUE if deleted messages should not be displayed
+// This will make the application run slower
+$rcmail_config['skip_deleted'] = FALSE;
+
 // path to a text file which will be added to each sent message
 // paths are relative to the RoundCube root folder
 $rcmail_config['generic_message_footer'] = '';

--
Gitblit v1.9.1