mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-31 19:12:44 +00:00
Monotone-Parent: 3014a5bc1171dc1be50b98deb24d4cfc7e769a71
Monotone-Revision: 46ad36b9683fe69680e587f98019b74bc6ec5d7f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-18T16:30:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -757,7 +757,7 @@ static GCSStringFormatter *stringFormatter = nil;
|
||||
[self errorWithFormat:@"could not open storage channel!"];
|
||||
return nil;
|
||||
}
|
||||
if (!self->ofFlags.sameTableForQuick)
|
||||
if (self->ofFlags.sameTableForQuick)
|
||||
quickChannel = nil;
|
||||
else {
|
||||
if ((quickChannel = [self acquireQuickChannel]) == nil) {
|
||||
|
||||
Reference in New Issue
Block a user