mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Fix for bug #1502
Monotone-Parent: 0b1c93d1d141650c6567513a3f7a175ca4d27623 Monotone-Revision: 5e690b49423932996ff78f8ea2c1881306f09fa3 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-12-30T13:38:17
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user