mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-08 09:55:09 +00:00
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:
@@ -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"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user