mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Monotone-Parent: 269b321dff89afa32244e026cff74a5d6372e4b7
Monotone-Revision: 10fadb79fc28a892498ff228f648c363587ed6e4 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-06-07T13:34:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -571,7 +571,7 @@
|
||||
|
||||
- (id <WOActionResults>) getHeadersAction
|
||||
{
|
||||
NSArray *uids, *to;
|
||||
NSArray *uids, *to, *from;
|
||||
NSDictionary *msgs;
|
||||
NSMutableArray *headers;
|
||||
NSMutableDictionary *msg;
|
||||
@@ -633,8 +633,12 @@
|
||||
[self messageSubject]]
|
||||
forKey: @"Subject"];
|
||||
|
||||
[msg setObject: [addressFormatter stringForArray: [[message objectForKey: @"envelope"] from]] forKey: @"From"];
|
||||
|
||||
from = [[message objectForKey: @"envelope"] from];
|
||||
if ([from count] > 0)
|
||||
[msg setObject: [addressFormatter stringForArray: from] forKey: @"From"];
|
||||
else
|
||||
[msg setObject: @"" forKey: @"From"];
|
||||
|
||||
if ([self isMessageRead])
|
||||
msgIconStatus = @"dot.png";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user