mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
Mantis 1428: Mail - List - premiere colonne
Monotone-Parent: ca6dc2412eb31b0b8d9918590d81e48f8a2088b4 Monotone-Revision: c8d9461267efd327cf065998b1f0637173d20850 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-19T18:22:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
support "Last" SOGoUIxDefaultModule value.
|
||||
* UI/Scheduler/UIxCalMainView.m (checkDefaultModulePreference): Added to
|
||||
support "Last" SOGoUIxDefaultModule value.
|
||||
* UI/MailerUI/UIxMailListView.m (isMessageFlagged): Added for Mantis 1428
|
||||
|
||||
2009-08-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
|
||||
@@ -236,6 +236,14 @@
|
||||
return [flags containsObject:@"seen"];
|
||||
}
|
||||
|
||||
- (BOOL) isMessageFlagged
|
||||
{
|
||||
NSArray *flags;
|
||||
|
||||
flags = [[self message] valueForKey:@"flags"];
|
||||
return [flags containsObject:@"flagged"];
|
||||
}
|
||||
|
||||
- (NSString *) messageUidString
|
||||
{
|
||||
return [[[self message] valueForKey:@"uid"] stringValue];
|
||||
|
||||
@@ -67,7 +67,10 @@
|
||||
><var:foreach list="columnsDisplayOrder" item="currentColumn"
|
||||
><var:if condition="currentColumn.value" const:value="Invisible"
|
||||
><td class="messageFlagColumn"><var:entity name="nbsp"
|
||||
/></td
|
||||
/><var:if condition="isMessageFlagged"
|
||||
><img rsrc:src="flag.png"
|
||||
/></var:if
|
||||
></td
|
||||
></var:if>
|
||||
<var:if condition="currentColumn.value" const:value="Attachment"
|
||||
><td class="messageFlagColumn"
|
||||
|
||||
BIN
UI/WebServerResources/flag.png
Normal file
BIN
UI/WebServerResources/flag.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 779 B |
Reference in New Issue
Block a user