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

View File

@@ -145,7 +145,7 @@
{
component = [[components objectAtIndex: count] email];
if (component)
[formattedComponents addObject: [component decodedSubject]];
[formattedComponents addObject: [component decodedHeader]];
}
return [formattedComponents componentsJoinedByString: @", "];
@@ -162,7 +162,7 @@
// -stringByDecodingQuotedPrintable for all details
if ([baseSubject isKindOfClass: [NSString class]])
baseSubject = [baseSubject dataUsingEncoding: NSASCIIStringEncoding];
subject = [baseSubject decodedSubject];
subject = [baseSubject decodedString];
if (![subject length])
subject = [self labelForKey: @"Untitled"];