Monotone-Parent: f1e69616b2202c14597bb8afac88ab833ca7ad18

Monotone-Revision: 5054fe17722405b730cbcf8b99fb45fe0a0650b0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-09T02:31:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-09 02:31:32 +00:00
parent 3156291745
commit aa9af25a7c
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
2007-08-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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.
+1 -1
View File
@@ -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];