mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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];
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user