mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
Monotone-Parent: 3b6b3a0c9997e878297c4afee55f37405eef1aad
Monotone-Revision: 10f0222e0692f25629b1658873cbe4ae29bd77be Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-10T14:22:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -60,17 +60,10 @@ static BOOL debugOn = NO;
|
||||
static BOOL debugBodyStructure = NO;
|
||||
static BOOL debugSoParts = NO;
|
||||
|
||||
+ (int)version {
|
||||
return [super version] + 0 /* v1 */;
|
||||
}
|
||||
|
||||
+ (void)initialize {
|
||||
+ (void) initialize
|
||||
{
|
||||
NSUserDefaults *ud = [NSUserDefaults standardUserDefaults];
|
||||
|
||||
NSAssert2([super version] == 1,
|
||||
@"invalid superclass (%@) version %i !",
|
||||
NSStringFromClass([self superclass]), [super version]);
|
||||
|
||||
if ((fetchHeader = ([ud boolForKey:@"SOGoDoNotFetchMailHeader"] ? NO : YES)))
|
||||
NSLog(@"Note: fetching full mail header.");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user