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

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-12-30T13:38:17
maint-2.0.2
Ludovic Marcotte 2011-12-30 13:38:17 +00:00
parent 4d6400d6f7
commit 481de5d654
1 changed files with 2 additions and 1 deletions

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];
}