mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 06:18:50 +00:00
Monotone-Parent: 4a522360699d3b6b7cb0aaec7bff28737df6db07
Monotone-Revision: 957a94936cb49b9fb23f0a2e880265b7d1128ab7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-03T21:18:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -254,7 +254,8 @@
|
||||
|
||||
if (!priorities)
|
||||
{
|
||||
priorities = [NSArray arrayWithObjects: @"PUBLIC", @"PRIVATE", @"CONFIDENTIAL", nil];
|
||||
priorities = [NSArray arrayWithObjects: @"PUBLIC",
|
||||
@"CONFIDENTIAL", @"PRIVATE", nil];
|
||||
[priorities retain];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user