mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-07 20:45:28 +00:00
Monotone-Parent: 97ed1f333beb4dc0828de12b26527d124123d5d1
Monotone-Revision: f2cb92adb8ead8e44b81938a9d331584b7752fe4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-02-19T14:52:05 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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]];
|
||||
|
||||
Reference in New Issue
Block a user