diff --git a/UI/MailerUI/UIxMailFolderActions.m b/UI/MailerUI/UIxMailFolderActions.m index 30bb6308c..60739298f 100644 --- a/UI/MailerUI/UIxMailFolderActions.m +++ b/UI/MailerUI/UIxMailFolderActions.m @@ -38,7 +38,7 @@ #import #import #import -#import +#import #import @@ -136,7 +136,8 @@ else { // We unsubscribe to the old one, and subscribe back to the new one - if ([[[context activeUser] userDefaults] mailShowSubscribedFoldersOnly]) + if ([[[context activeUser] userDefaults] + mailShowSubscribedFoldersOnly]) { [[connection client] subscribe: [destURL path]]; [[connection client] unsubscribe: [srcURL path]];