Monotone-Parent: c0c2dbe64a9eb612995c7e7a7f9136a8f379a460

Monotone-Revision: f843025ba847f98dd8c231cef0b6ea7e430dc9b6

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-07-13T18:24:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-07-13 18:24:32 +00:00
parent 70b1bcf1f7
commit 64758d5e05
-1
View File
@@ -261,7 +261,6 @@ static NSString *inboxFolderName = @"INBOX";
{
// A soft quota ratio is imposed for all users
quota = quota * [(NSNumber*)[inboxQuota objectForKey: @"maxQuota"] intValue];
NSLog(@"*** quota %@/%@", [inboxQuota objectForKey: @"usedSpace"], [inboxQuota objectForKey: @"maxQuota"]);
inboxQuota = [NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithLong: (long)(quota+0.5)], @"maxQuota",
[inboxQuota objectForKey: @"usedSpace"], @"usedSpace",