diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-05 01:03:04 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-05 01:03:04 +0000 |
| commit | e381c2220d0e383f1ea287d7ce325133bd1d4e38 (patch) | |
| tree | c1adffc5d71f8ef7607231be6eb1f375830d2d30 | |
| parent | 08da5273ebc148c320ae7f2b9ecd2b2b1c1bc5f0 (diff) | |
Additional config parameter to show/hide deleted messages
git-svn-id: https://svn.roundcube.net/trunk@94 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
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'] = ''; |
