See ChangeLog

Monotone-Parent: c55d7e01ad80c68ff71c3684827782f73ac196ef
Monotone-Revision: f094a21d8e470bf3e243d0c7413263f48be70226

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-11-25T02:34:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-11-25 02:34:24 +00:00
parent c8358a9f4f
commit 3c24d99fb3
8 changed files with 96 additions and 50 deletions
+2 -1
View File
@@ -45,6 +45,7 @@
#import <EOControl/EOQualifier.h>
#import <SoObjects/Mailer/NSString+Mail.h>
#import <SoObjects/Mailer/SOGoDraftsFolder.h>
#import <SoObjects/Mailer/SOGoMailFolder.h>
#import <SoObjects/Mailer/SOGoMailObject.h>
@@ -202,7 +203,7 @@ static NSArray *udColumnOrder = nil;
NSString *subject;
baseSubject = [[message valueForKey: @"envelope"] subject];
subject = [baseSubject decodedSubject];
subject = [baseSubject decodedHeader];
if (![subject length])
subject = [self labelForKey: @"Untitled"];