From e381c2220d0e383f1ea287d7ce325133bd1d4e38 Mon Sep 17 00:00:00 2001 From: roundcube Date: Thu, 5 Jan 2006 01:03:04 +0000 Subject: Additional config parameter to show/hide deleted messages git-svn-id: https://svn.roundcube.net/trunk@94 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/main.inc.php.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 0ea3864c5..17beaf188 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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