See ChangeLog

Monotone-Parent: bd604d08baed0cf7905c0c78a513a7e7a9621223
Monotone-Revision: 00ffb0295fd6e6526c1e1132bcd23e8726c80997

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-11-26T14:53:30
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-11-26 14:53:30 +00:00
parent 90f4187c98
commit 55c9719b11
5 changed files with 6 additions and 6 deletions
@@ -162,7 +162,7 @@
// -stringByDecodingQuotedPrintable for all details
if ([baseSubject isKindOfClass: [NSString class]])
baseSubject = [baseSubject dataUsingEncoding: NSASCIIStringEncoding];
subject = [baseSubject decodedString];
subject = [baseSubject decodedHeader];
if (![subject length])
subject = [self labelForKey: @"Untitled"];