Monotone-Parent: 97ed1f333beb4dc0828de12b26527d124123d5d1

Monotone-Revision: f2cb92adb8ead8e44b81938a9d331584b7752fe4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-02-19T14:52:05
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-02-19 14:52:05 +00:00
parent f9dac5dbcf
commit 6513761609
1 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,7 @@
#import <Mailer/SOGoMailObject.h>
#import <SOGo/NSObject+Utilities.h>
#import <SOGo/SOGoUser.h>
#import <SOGo/SOGoUserSettings.h>
#import <SOGo/SOGoUserDefaults.h>
#import <UI/Common/WODirectAction+SOGo.h>
@ -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]];