mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +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:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user