summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-01-05 01:03:04 +0000
committerthomascube <thomas@roundcube.net>2006-01-05 01:03:04 +0000
commit3baec23206671623a6a011f323775e0dd897d538 (patch)
tree143b13eea9a055945e04b75de1087a01d303362d /config
parent15a9d1ce671fcbc44ea3e4858d7aa6f5b22300c9 (diff)
Additional config parameter to show/hide deleted messages
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 0ea3864c5..17beaf188 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -120,6 +120,10 @@ $rcmail_config['message_sort_col'] = 'date';
// 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'] = '';