From 65137616096aed902e9224d2b5f06a1e40a25366 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 19 Feb 2010 14:52:05 +0000 Subject: [PATCH] Monotone-Parent: 97ed1f333beb4dc0828de12b26527d124123d5d1 Monotone-Revision: f2cb92adb8ead8e44b81938a9d331584b7752fe4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-19T14:52:05 Monotone-Branch: ca.inverse.sogo --- UI/MailerUI/UIxMailFolderActions.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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]];