From 876b15dcceeaf5d3f5b2881c8155fcf247cac316 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 28 Aug 2008 14:04:19 -0400
Subject: [PATCH] - Added option 'quota_zero_as_unlimited' (#1484604)

---
 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 f79232a..eb78f12 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -175,6 +175,9 @@
 // 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;

--
Gitblit v1.9.1