]> err.no Git - scalable-opengroupware.org/commitdiff
properly set "From" header
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 15 Nov 2004 18:20:57 +0000 (18:20 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 15 Nov 2004 18:20:57 +0000 (18:20 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@453 d1b88da0-ebda-0310-925b-ed51d893ca5b

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

index c3317bce3e926961bd4acf7e54ef8ae212c1bff0..fb37d467708b76fa704fc7438d5a16e0791d8fc8 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-15  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+        * UIxMailEditor.m: properly set "From" header (v0.9.63)
+
 2004-11-11  Helge Hess  <helge.hess@skyrix.com>
 
        * UIxMailListView.wox: added sample move popup (v0.9.62)
index 3de13625f8248dda717e901cd9240c8705164435..bf1a6208b3dcde83ba727a8fc273782c4b7a319f 100644 (file)
 #include <NGMail/NGMimeMessageGenerator.h>
 #include "common.h"
 
+@interface UIxComponent (Scheduler_Privates)
+- (NSString *)emailForUser;
+@end
+
 @implementation UIxMailEditor
 
 static BOOL keepMailTmpFile    = NO;
@@ -76,8 +80,7 @@ static NSArray *infoKeys = nil;
 - (void)setFrom:(NSString *)_ignore {
 }
 - (NSString *)from {
-#warning TODO: retrieve email of account using SOGoUserManager, -emailForUID:
-  return @"hh@skyrix.com";
+  return [self emailForUser];
 }
 - (void)setReplyTo:(NSString *)_ignore {
 }
index 04380832a7ef418dd1266842ff3cc2f31d7c6114..046ba8ca879b1633632a1d2dd391e3b9b592b562 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-SUBMINOR_VERSION:=62
+SUBMINOR_VERSION:=63
 
 # v0.9.50 requires NGMime   v4.3.190
 # v0.9.43 requires NGObjWeb v4.3.73