mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 21:15:57 +00:00
Minor fix
Monotone-Parent: 8db3f67f47d18d68431d7ffb603fcf636ac4bc9b Monotone-Revision: 8329d7d8d0fe1a0194049bb7b9787080a12bcf4d Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-10-01T20:26:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1279,7 +1279,7 @@ static BOOL debugSoParts = NO;
|
||||
|
||||
if (property)
|
||||
{
|
||||
parts = [NSArray arrayWithObjects: property, nil];
|
||||
parts = [NSArray arrayWithObject: property];
|
||||
|
||||
msgs = [self fetchParts: parts];
|
||||
msgs = [msgs valueForKey: @"fetch"];
|
||||
|
||||
Reference in New Issue
Block a user