diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-01 14:51:05 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-01 14:51:05 +0000 |
| commit | 3756ef9a770777e11e5ae81e58ee71e5aa2b12e3 (patch) | |
| tree | 31fccd29f1033845e9b712c4a1a76bbaf227b9f7 | |
| parent | c4ebb8c4209675c616770e013d8a7138f44645a2 (diff) | |
+ added new config option: #1484484
git-svn-id: https://svn.roundcube.net/trunk@767 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index a5b94d979..4cf7b7f86 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -251,5 +251,8 @@ $rcmail_config['draft_autosave'] = 300; // default setting if preview pane is enabled $rcmail_config['preview_pane'] = FALSE; +// don't let users set pagesize to more than this value if set +$rcmail_config['max_pagesize'] = 200; + // end of config file ?> |
