Monotone-Parent: 674bbd16be4ce1133323d0c35052d5499b13b161

Monotone-Revision: 31944b31e8b5d1a365743dff3ce2623f84656f95

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-01T18:48:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-01 18:48:37 +00:00
parent cbf15e2ac5
commit 3621ad0102
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
2007-08-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoMailFolder.m ([SOGoMailBaseObject
-relativeImap4Name]): return nameInContainer stripped from its
first 6 characters since all folder names are prefixed with
"folder".
* SoObjects/Mailer/SOGoMailBaseObject.m ([SOGoMailBaseObject
-imap4URLString]): invoke -relativeImap4Name instead of
"nameInContainer" since the former will return the fixed IMAP4
+1 -1
View File
@@ -102,7 +102,7 @@ static BOOL useAltNamespace = NO;
- (NSString *) relativeImap4Name
{
return nameInContainer;
return [nameInContainer substringFromIndex: 6];
}
/* listing the available folders */