mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Fix for #490.
See ChangeLog. Monotone-Parent: 39447fbdf1de4d7eee3f87ded919230e8afb9bb2 Monotone-Revision: fc7652ed896945e9e9171d1081661b72921d2cb6 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-03-31T16:00:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -88,12 +88,17 @@ static NSString *headerKeys[] = {@"subject", @"to", @"cc", @"bcc",
|
||||
@implementation SOGoDraftObject
|
||||
|
||||
static NGMimeType *MultiMixedType = nil;
|
||||
static NSString *userAgent = @"SOGoMail 1.0";
|
||||
static NSString *userAgent = nil;
|
||||
|
||||
+ (void) initialize
|
||||
{
|
||||
MultiMixedType = [NGMimeType mimeType: @"multipart" subType: @"mixed"];
|
||||
[MultiMixedType retain];
|
||||
userAgent = [NSString stringWithFormat: @"SOGoMail %d.%d.%d",
|
||||
UIX_MAILER_MAJOR_VERSION,
|
||||
UIX_MAILER_MINOR_VERSION,
|
||||
UIX_MAILER_SUBMINOR_VERSION];
|
||||
[userAgent retain];
|
||||
}
|
||||
|
||||
- (id) init
|
||||
|
||||
Reference in New Issue
Block a user