From 3baec23206671623a6a011f323775e0dd897d538 Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 5 Jan 2006 01:03:04 +0000 Subject: Additional config parameter to show/hide deleted messages --- config/main.inc.php.dist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/main.inc.php.dist') 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'] = ''; -- cgit v1.2.3