From aa9af25a7c71071a24997fd2373b0f8385178475 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 9 Aug 2007 02:31:32 +0000 Subject: [PATCH] Monotone-Parent: f1e69616b2202c14597bb8afac88ab833ca7ad18 Monotone-Revision: 5054fe17722405b730cbcf8b99fb45fe0a0650b0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-09T02:31:32 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ UI/MailerUI/UIxMailFolderActions.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4ac13008c..39ef06ede 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-08-08 Wolfgang Sourdeau + * UI/MailerUI/UIxMailFolderActions.m ([UIxMailFolderActions + -quotasAction]): invoke "relativeImap4Name" instead of + "nameInContainer" since the latter also returns the "folder" + prefix. + * UI/MailerUI/UIxMailAccountActions.m ([UIxMailAccountActions -listMailboxesAction]): declare the output as text/plain in UTF-8. diff --git a/UI/MailerUI/UIxMailFolderActions.m b/UI/MailerUI/UIxMailFolderActions.m index b0338a369..3111e172b 100644 --- a/UI/MailerUI/UIxMailFolderActions.m +++ b/UI/MailerUI/UIxMailFolderActions.m @@ -268,7 +268,7 @@ folderURL = [folder imap4URL]; client = [[folder imap4Connection] client]; - infos = [client getQuotaRoot: [folder nameInContainer]]; + infos = [client getQuotaRoot: [folder relativeImap4Name]]; responseString = [[infos objectForKey: @"quotas"] jsonRepresentation]; [response appendContentString: responseString];