From aae26602b0200d865ba2a9a3ea8d986d6e3b8960 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Fri, 15 Nov 2013 16:04:09 -0500 Subject: [PATCH] Use raw (utf7) name when checking folder type --- UI/MailerUI/UIxMailAccountActions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/MailerUI/UIxMailAccountActions.m b/UI/MailerUI/UIxMailAccountActions.m index c7d1d45f3..a06411294 100644 --- a/UI/MailerUI/UIxMailAccountActions.m +++ b/UI/MailerUI/UIxMailAccountActions.m @@ -141,7 +141,7 @@ pool = [[NSAutoreleasePool alloc] init]; currentDecodedFolder = [currentFolder stringByDecodingImap4FolderName]; - currentFolderType = [self _folderType: currentDecodedFolder]; + currentFolderType = [self _folderType: currentFolder]; // We translate the "Other Users" and "Shared Folders" namespaces. // While we're at it, we also translate the user's mailbox names