mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Monotone-Parent: 92ec8d2f76cb2878fe2ef2c11944485cc9b5127f
Monotone-Revision: fdaa9bb9f2456732024f9c342a2ebc46376564c1 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-16T23:02:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -178,7 +178,7 @@ static NSArray *headers = nil;
|
||||
NSMutableArray *ma;
|
||||
|
||||
ma = [NSMutableArray arrayWithCapacity:3];
|
||||
if ([to isNotNull])
|
||||
if ([to isNotNull] && [to count] > 0)
|
||||
[ma addObject: to];
|
||||
if ([cc isNotNull])
|
||||
[ma addObject: cc];
|
||||
|
||||
Reference in New Issue
Block a user