Monotone-Parent: 869378c97b2bf3386ab9d61f8e107135f0dc0529

Monotone-Revision: 2ae8453d8d2f2b996894905329aa2f2665038ed7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-06-16T18:47:14
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-06-16 18:47:14 +00:00
parent 2607436632
commit b307abf336
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
2011-06-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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.
+1 -1
View File
@@ -255,7 +255,7 @@ static BOOL debugSoParts = NO;
- (NSString *) displayName
{
return [self subject];
return [self decodedSubject];
}
- (NSString *) decodedSubject