]> err.no Git - scalable-opengroupware.org/commitdiff
fixed a bug with from
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 12 Jul 2005 13:23:17 +0000 (13:23 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 12 Jul 2005 13:23:17 +0000 (13:23 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@719 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/MailerUI/ChangeLog
SOGo/UI/MailerUI/UIxMailEditor.m
SOGo/UI/MailerUI/Version

index c0427c99d4b0ca062921d5149adc7f4093a5aa75..39c4ceff5a0a66d0ae529ec56f720716277a84cd 100644 (file)
@@ -1,5 +1,7 @@
 2005-07-12  Helge Hess  <helge.hess@opengroupware.org>
 
+       * UIxMailEditor.m: properly determine from-email addresses (v0.9.138)
+
        * UIxMailEditor.m: use new SoUser API instead of AgenorUserManager
          (v0.9.137)
 
index 1da9f4415208c670593ed3fc2502b0d88cba513c..ebc46c2b428b0cca9b57cf8facf1b37c7cee0987 100644 (file)
@@ -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 {
index 26692b34c158de26251fc518c46839490f448171..5ce1ef83c6be498e06e210ef46e7f85184b9ae8b 100644 (file)
@@ -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