mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Monotone-Parent: c63043930112867a49e597782a3e8abfc45f8d27
Monotone-Revision: 3b6b3a0c9997e878297c4afee55f37405eef1aad Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-10T14:21:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -88,17 +88,9 @@ static BOOL draftDeleteDisabled = NO; // for debugging
|
||||
static BOOL debugOn = NO;
|
||||
static BOOL showTextAttachmentsInline = NO;
|
||||
|
||||
+ (int)version {
|
||||
return [super version] + 0 /* v1 */;
|
||||
}
|
||||
|
||||
+ (void)initialize {
|
||||
NSUserDefaults *ud = [NSUserDefaults standardUserDefaults];
|
||||
|
||||
NSAssert2([super version] == 1,
|
||||
@"invalid superclass (%@) version %i !",
|
||||
NSStringFromClass([self superclass]), [super version]);
|
||||
|
||||
/* Note: be aware of the charset issues before enabling this! */
|
||||
showTextAttachmentsInline = [ud boolForKey:@"SOGoShowTextAttachmentsInline"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user