]> err.no Git - scalable-opengroupware.org/commitdiff
fixed a compile error
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 28 Oct 2004 10:59:58 +0000 (10:59 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Thu, 28 Oct 2004 10:59:58 +0000 (10:59 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@438 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/Mailer/SOGoMailManager.m
SOGo/UI/Mailer/ChangeLog
SOGo/UI/Mailer/UIxMailMoveToPopUp.m
SOGo/UI/Mailer/Version

index e0660ba3cc9d6c7ef394b7ff601587cd0efdad47..9ae1e556858b8ae324fae5890da62aee8a762e98 100644 (file)
@@ -249,9 +249,12 @@ static NSString       *imap4Separator  = nil;
     return nil;
   if ([folderName characterAtIndex:0] == '/')
     folderName = [folderName substringFromIndex:1];
-
+  
   if (_delfn) folderName = [folderName stringByDeletingLastPathComponent];
   
+  if ([[self imap4Separator] isEqualToString:@"/"])
+    return folderName;
+  
   names = [folderName pathComponents];
   return [names componentsJoinedByString:[self imap4Separator]];
 }
index 9094d6f1892c08a9c69941578e24a7208d1a453c..2044075b48f26972caf36443406ac94665791129 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-28  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailMoveToPopUp.m: fixed header (v0.9.54)
+
 2004-10-27  Helge Hess  <helge.hess@opengroupware.org>
 
        * disabled popup until it uses the proper tree (v0.9.53)
index 7fef97df7d76e0b83740bc9ab8d13a67ec53dbcf..ddefe1e2db61dad4e2f1861d8b23f45a42453bfa 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <NGObjWeb/WOComponent.h>
 
-@class NSString;
+@class NSString, NSMutableArray, NSDictionary;
 
 @interface UIxMailMoveToPopUp : WOComponent
 {
index ae9c2bdeb0538eec22d28d56cebbe92e325054bb..a6a5775501a310b2ec663aafe8ec53ab3bdf0ee8 100644 (file)
@@ -1,6 +1,6 @@
 # $Id$
 
-SUBMINOR_VERSION:=53
+SUBMINOR_VERSION:=54
 
 # v0.9.50 requires NGMime   v4.3.190
 # v0.9.43 requires NGObjWeb v4.3.73