Fix for bug #2024.

This commit is contained in:
Ludovic Marcotte
2012-11-20 15:21:49 -05:00
parent 1fdcf843f3
commit cc98664d13

View File

@@ -569,7 +569,7 @@ FillMessageHeadersFromProperties (NGMutableHashMap *headers,
}
list = MakeRecipientsList ([recipients objectForKey: @"orig"]);
if (list)
if ([list count])
[headers setObjects: list forKey: @"from"];
}
else