Monotone-Parent: 4ea4ae7585400501c982fe23dd2f6bf83e26c233

Monotone-Revision: db9ec5b861b659354c77dd7978e1c7f78f92de3e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-20T19:34:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-04-20 19:34:50 +00:00
parent d86e2b01a2
commit c9cebfec36
2 changed files with 14 additions and 8 deletions
+4
View File
@@ -1,5 +1,9 @@
2010-04-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoUser.m (-mailAccounts): use the user's first
email address as displayname for the mail account. Also, we avoid
autoreleasing objects that do not required to.
* UI/MailPartViewers/UIxMailPartHTMLViewer.m
(-startElement:namespace:rawName:attributes:): "ignoreContent" is
no longer a BOOL but an int, and was renamed to "ignoredContent".