mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Fixed a small bug for Mantis 113
Monotone-Parent: df833316f2acc7ed57d72c5d6359d62d38f459ba Monotone-Revision: 8bc28439e37a30c502ed66d8e945e84b978841b0 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-20T21:08:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
* UI/PreferencesUI/UIxPreferences.m: Support for MailSignature setting.
|
||||
Mantis 113.
|
||||
* SoObjects/SOGo/SOGoUser.m (migrateSignature): Added. Mantis 113.
|
||||
* SoObjects/SOGo/LDAPUserManager.m: Changed addObjectUniquely to addObject.
|
||||
Mantis 113.
|
||||
|
||||
2009-08-19 Cyril Robert <crobert@inverse.ca>
|
||||
|
||||
|
||||
@@ -339,7 +339,7 @@ static NSLock *lock = nil;
|
||||
= [NSString stringWithFormat: @"%@@%@", uid, defaultMailDomain];
|
||||
else
|
||||
systemEmail = uid;
|
||||
[emails addObjectUniquely: systemEmail];
|
||||
[emails addObject: systemEmail];
|
||||
[contact setObject: [emails objectAtIndex: 0] forKey: @"c_email"];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user