]> err.no Git - scalable-opengroupware.org/blobdiff - UI/MailerUI/WOContext+UIxMailer.m
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1305 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MailerUI / WOContext+UIxMailer.m
index 504e9be975b8581695d2968557667b991f0a159b..716d14b9da0c6e7e9a820ac51f67c193260b5f6b 100644 (file)
 */
 
 
+#import <NGObjWeb/WOContext+SoObjects.h>
 #import <SoObjects/SOGo/SOGoDateFormatter.h>
 #import <SoObjects/SOGo/SOGoUser.h>
 
 #import "UIxMailFormatter.h"
-#import "common.h"
 
 #import "WOContext+UIxMailer.h"
 
 // TODO: make configurable
 // TODO: cache!
 
-- (NSFormatter *) mailSubjectFormatter
-{
-  return [[[UIxSubjectFormatter alloc] init] autorelease];
-}
-
 - (NSFormatter *) mailDateFormatter
 {
   return [[self activeUser] dateFormatterInContext: self];