mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 16:33:22 +00:00
Monotone-Parent: 6267e23d4a4d587847618923c35a202030ce9ed0
Monotone-Revision: 5244339e45ef9095573b10733228f85b81a17377 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-10-13T14:10:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -751,8 +751,7 @@ static NSArray *udColumnOrder = nil;
|
||||
NSEnumerator *flags;
|
||||
NSString *currentFlag;
|
||||
|
||||
labels = [NSMutableArray new];
|
||||
[labels autorelease];
|
||||
labels = [NSMutableArray array];
|
||||
|
||||
flags = [[message objectForKey: @"flags"] objectEnumerator];
|
||||
while ((currentFlag = [flags nextObject]))
|
||||
|
||||
Reference in New Issue
Block a user