From b307abf336dd781ed20a89ef325294e945c8f6ac Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 16 Jun 2011 18:47:14 +0000 Subject: [PATCH] Monotone-Parent: 869378c97b2bf3386ab9d61f8e107135f0dc0529 Monotone-Revision: 2ae8453d8d2f2b996894905329aa2f2665038ed7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-06-16T18:47:14 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ SoObjects/Mailer/SOGoMailObject.m | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4ac74c0c7..afe7ab390 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-06-16 Wolfgang Sourdeau + * SoObjects/Mailer/SOGoMailObject.m (-displayName): make use of + the decoded subject. + * Tools/SOGoToolRenameUser.m: new sogo-tool module that updates the references after a change of user id for a specific user. diff --git a/SoObjects/Mailer/SOGoMailObject.m b/SoObjects/Mailer/SOGoMailObject.m index 51ad64112..0ae34663c 100644 --- a/SoObjects/Mailer/SOGoMailObject.m +++ b/SoObjects/Mailer/SOGoMailObject.m @@ -255,7 +255,7 @@ static BOOL debugSoParts = NO; - (NSString *) displayName { - return [self subject]; + return [self decodedSubject]; } - (NSString *) decodedSubject