mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 03:22:43 +00:00
Monotone-Parent: 58118872a67f2415e728d474867cd19b9aa6f393
Monotone-Revision: 65e0afd77d1b6a158b97f031c7c8e35c5878f67e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-09-05T15:08:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
#define maxFilenameLength 64
|
||||
|
||||
static BOOL inited = NO;
|
||||
static BOOL ludoApprovedInitialized = NO;
|
||||
static BOOL useOutlookStyleReplies = NO;
|
||||
|
||||
@implementation SOGoMailObject (SOGoDraftObjectExtensions)
|
||||
@@ -49,10 +49,11 @@ static BOOL useOutlookStyleReplies = NO;
|
||||
{
|
||||
NSUserDefaults *ud;
|
||||
|
||||
if (!inited)
|
||||
if (!ludoApprovedInitialized)
|
||||
{
|
||||
ud = [NSUserDefaults standardUserDefaults];
|
||||
useOutlookStyleReplies = [ud boolForKey: @"SOGoMailUseOutlookStyleReplies"];
|
||||
ludoApprovedInitialized = YES;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user