From: helge Date: Tue, 12 Jul 2005 13:23:17 +0000 (+0000) Subject: fixed a bug with from X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94f847978f51e97db9a2b9b49c87b2751e54cdc8;p=scalable-opengroupware.org fixed a bug with from git-svn-id: http://svn.opengroupware.org/SOGo/trunk@719 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/MailerUI/ChangeLog b/SOGo/UI/MailerUI/ChangeLog index c0427c99..39c4ceff 100644 --- a/SOGo/UI/MailerUI/ChangeLog +++ b/SOGo/UI/MailerUI/ChangeLog @@ -1,5 +1,7 @@ 2005-07-12 Helge Hess + * UIxMailEditor.m: properly determine from-email addresses (v0.9.138) + * UIxMailEditor.m: use new SoUser API instead of AgenorUserManager (v0.9.137) diff --git a/SOGo/UI/MailerUI/UIxMailEditor.m b/SOGo/UI/MailerUI/UIxMailEditor.m index 1da9f441..ebc46c2b 100644 --- a/SOGo/UI/MailerUI/UIxMailEditor.m +++ b/SOGo/UI/MailerUI/UIxMailEditor.m @@ -186,7 +186,7 @@ static NSArray *infoKeys = nil; } shares = - [[[self context] activeUser] valueForKey:@"primaryIMAP4AccountString"]; + [[[self context] activeUser] valueForKey:@"additionalEMailAddresses"]; if ([shares count] == 0) self->fromEMails = [[NSArray alloc] initWithObjects:&primary count:1]; else { diff --git a/SOGo/UI/MailerUI/Version b/SOGo/UI/MailerUI/Version index 26692b34..5ce1ef83 100644 --- a/SOGo/UI/MailerUI/Version +++ b/SOGo/UI/MailerUI/Version @@ -1,6 +1,6 @@ # version file -SUBMINOR_VERSION:=137 +SUBMINOR_VERSION:=138 # v0.9.134 requires libSOGo v0.9.41 # v0.9.100 requires libNGMime v4.5.213