mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
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:
@@ -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
|
||||
|
||||
@@ -102,7 +102,7 @@ static BOOL useAltNamespace = NO;
|
||||
|
||||
- (NSString *) relativeImap4Name
|
||||
{
|
||||
return nameInContainer;
|
||||
return [nameInContainer substringFromIndex: 6];
|
||||
}
|
||||
|
||||
/* listing the available folders */
|
||||
|
||||
Reference in New Issue
Block a user