See ChangeLog

Monotone-Parent: bab59e2cce32327be3e5571e6b50d880dffdd253
Monotone-Revision: f00d778f8af0801dcc730f04b0149cc2f3292501

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-05-15T20:26:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-05-15 20:26:25 +00:00
parent 42f5859b19
commit fb18e6ec8d
6 changed files with 510 additions and 433 deletions
+4 -1
View File
@@ -208,8 +208,11 @@ static NSString *fallbackIMAP4Server = nil;
{
NSMutableArray *folderPaths;
NSArray *rawFolders, *mainFolders;
NSUserDefaults *ud;
rawFolders = [[self imap4Connection] allFoldersForURL: [self imap4URL]];
ud = [[context activeUser] userDefaults];
rawFolders = [[self imap4Connection] allFoldersForURL: [self imap4URL]
onlySubscribedFolders: [ud boolForKey: @"showSubscribedFoldersOnly"]];
mainFolders = [[NSArray arrayWithObjects:
[self inboxFolderNameInContext: context],