Added the size column to the default columns

Monotone-Parent: 73574164255d79da1cea7be5a59a86a13386f75f
Monotone-Revision: 7545ebe978dbef5b48ca8ca88c024f6eaf3169a4

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-07-02T21:09:35
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-07-02 21:09:35 +00:00
parent 5873cc3e16
commit fe7e46b3f2
3 changed files with 10 additions and 9 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-07-02 Francis Lachapelle <flachapelle@inverse.ca>
* UI/MailerUI/UIxMailListView.m ([UIxMailListView
-columnsDisplayOrder]): added the size column to the default columns.
2009-07-02 Cyril Robert <crobert@inverse.ca>
* UI/MailerUI/UIxMailFolderActions.m: Added auto-subscribe on imap folder
+2 -2
View File
@@ -799,8 +799,8 @@
arrayForKey: @"SOGoMailListViewColumnsOrder"];
if (![defaultsOrder count])
defaultsOrder = [NSArray arrayWithObjects: @"Invisible",
@"Attachment", @"Subject", @"From",
@"Unread", @"Date", @"Priority", nil];
@"Attachment", @"Subject", @"From",
@"Unread", @"Date", @"Priority", @"Size", nil];
}
userDefinedOrder = [NSMutableArray arrayWithArray: defaultsOrder];
+3 -7
View File
@@ -614,28 +614,24 @@ TABLE#messageList TD.messageFlagColumn IMG
height: 14px; }
TD#subjectHeader,
TABLE#messageList TD.tbtv_subject_headercell,
TABLE#messageList TD.mailer_unreadmailsubject,
TABLE#messageList TD.mailer_readmailsubject
{ /*width: 40%;*/
min-width: 35%; }
TD#fromHeader,
TABLE#messageList TD.tbtv_from_headercell,
TABLE#messageList TD.messageAddressColumn
{ /*width: 35%;*/
min-width: 30%;
overflow: hidden; }
TD#dateHeader,
TABLE#messageList TD.tbtv_date_headercell
TD#dateHeader
{ /*width: 25%;*/
overflow: hidden; }
TD#priorityHeader,
TABLE#messageList TD.tbtv_priority_headercell
TD#sizeHeader
{ /*width: 25%;*/
width: 10%;
width: 7%;
overflow: hidden; }
TABLE#messageList TR._selected TD