mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35: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:
@@ -29,17 +29,10 @@
|
||||
static NSString *mailETag = nil;
|
||||
static BOOL debugOn = 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 (![[ud objectForKey:@"SOGoMailDisableETag"] boolValue]) {
|
||||
mailETag = [[NSString alloc] initWithFormat:@"\"imap4url_%d_%d_%03d\"",
|
||||
UIX_MAILER_MAJOR_VERSION,
|
||||
|
||||
Reference in New Issue
Block a user