diff --git a/SoObjects/SOGo/SOGoUser.m b/SoObjects/SOGo/SOGoUser.m index a72523678..980344548 100644 --- a/SoObjects/SOGo/SOGoUser.m +++ b/SoObjects/SOGo/SOGoUser.m @@ -718,8 +718,6 @@ replyTo = [_defaults mailReplyTo]; max = [mails count]; - if (max > 1) - max--; /* custom from */ if ([[self domainDefaults] mailCustomFromEnabled]) @@ -777,7 +775,7 @@ [identities addObject: identity]; if ([[identity objectForKey: @"email"] caseInsensitiveCompare: defaultEmail] == NSOrderedSame) - default_identity = [identities count]-1; + default_identity = [identities count]-1; [identity release]; }