From 63f23180958030282bb067034e88b29fb8c412b1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 22 Oct 2007 16:02:36 +0000 Subject: [PATCH] Monotone-Parent: 5d835533f52a26e3b8bb1a2570a4ac5d20e8e7a6 Monotone-Revision: 7da0a932cddc9269a4a07975e812b303fec2fbf4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-10-22T16:02:36 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailAccount.m | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/Mailer/SOGoMailAccount.m b/SoObjects/Mailer/SOGoMailAccount.m index eea913c2b..f39aa7f6b 100644 --- a/SoObjects/Mailer/SOGoMailAccount.m +++ b/SoObjects/Mailer/SOGoMailAccount.m @@ -185,6 +185,7 @@ static BOOL useAltNamespace = NO; rawFolders = [[self imap4Connection] allFoldersForURL: [self imap4URL]]; +#warning FIXME: the folder names should be prefixed mainFolders = [NSArray arrayWithObjects: inboxFolderName, draftsFolderName, sentFolder, trashFolder, nil]; newFolders = [NSMutableArray arrayWithArray: rawFolders];