diff options
author | alecpl <alec@alec.pl> | 2008-08-28 18:04:19 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-08-28 18:04:19 +0000 |
commit | 876b15dcceeaf5d3f5b2881c8155fcf247cac316 (patch) | |
tree | aae78f9c08134f2c72ecaa5e291fe35d7e0e09cb /config | |
parent | acbc487af0dfdc803dd33d958231fbe232bb3586 (diff) |
- Added option 'quota_zero_as_unlimited' (#1484604)
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index f79232a3e..eb78f1248 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -175,6 +175,9 @@ $rcmail_config['create_default_folders'] = FALSE; // protect the default folders from renames, deletes, and subscription changes $rcmail_config['protect_default_folders'] = TRUE; +// if in your system 0 quota means no limit set this option to TRUE +$rcmail_config['quota_zero_as_unlimited'] = FALSE; + // Set TRUE if deleted messages should not be displayed // This will make the application run slower $rcmail_config['skip_deleted'] = FALSE; |