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