Fix for bug #2024.

pull/7/head
Ludovic Marcotte 2012-11-20 15:21:49 -05:00
parent 1fdcf843f3
commit cc98664d13
1 changed files with 1 additions and 1 deletions

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