mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-10 12:59:49 +00:00
Monotone-Parent: 5cbb667edb91ebb091b9b4498dcc5745ca8afa1d
Monotone-Revision: 41d1207879302957d2bb9e04793e78a7966863a0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-13T22:06:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -128,7 +128,7 @@ static int attachmentFlagSize = 8096;
|
||||
return [[[self message] valueForKey:@"uid"] stringValue];
|
||||
}
|
||||
|
||||
- (NSString *) messageCellStyleClass
|
||||
- (NSString *) messageRowStyleClass
|
||||
{
|
||||
return [self isMessageDeleted]
|
||||
? @"mailer_listcell_deleted"
|
||||
@@ -137,11 +137,9 @@ static int attachmentFlagSize = 8096;
|
||||
|
||||
- (NSString *) messageSubjectCellStyleClass
|
||||
{
|
||||
return [NSString stringWithFormat: @"%@ %@",
|
||||
[self messageCellStyleClass],
|
||||
([self isMessageRead]
|
||||
? @"mailer_readmailsubject"
|
||||
: @"mailer_unreadmailsubject")];
|
||||
return ([self isMessageRead]
|
||||
? @"mailer_readmailsubject"
|
||||
: @"mailer_unreadmailsubject");
|
||||
}
|
||||
|
||||
- (BOOL) hasMessageAttachment
|
||||
|
||||
Reference in New Issue
Block a user