From 876b15dcceeaf5d3f5b2881c8155fcf247cac316 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 28 Aug 2008 18:04:19 +0000 Subject: - Added option 'quota_zero_as_unlimited' (#1484604) --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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; -- cgit v1.2.3