Monotone-Parent: 0b1c93d1d141650c6567513a3f7a175ca4d27623
Monotone-Revision: 5e690b49423932996ff78f8ea2c1881306f09fa3

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-12-30T13:38:17
This commit is contained in:
Ludovic Marcotte
2011-12-30 13:38:17 +00:00
parent 4d6400d6f7
commit 481de5d654
+2 -1
View File
@@ -487,7 +487,8 @@
int i;
for (i = 0; i < [_mailFields count]; i++)
if ((s = [response objectForKey: [_mailFields objectAtIndex: i]]))
if ((s = [response objectForKey: [_mailFields objectAtIndex: i]]) &&
[[s stringByTrimmingSpaces] length] > 0)
[emails addObject: s];
}