mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -255,7 +255,7 @@ static BOOL debugSoParts = NO;
|
||||
|
||||
- (NSString *) displayName
|
||||
{
|
||||
return [self subject];
|
||||
return [self decodedSubject];
|
||||
}
|
||||
|
||||
- (NSString *) decodedSubject
|
||||
|
||||
Reference in New Issue
Block a user