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]];
}
+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)
#include <NGObjWeb/WOComponent.h>
-@class NSString;
+@class NSString, NSMutableArray, NSDictionary;
@interface UIxMailMoveToPopUp : WOComponent
{
# $Id$
-SUBMINOR_VERSION:=53
+SUBMINOR_VERSION:=54
# v0.9.50 requires NGMime v4.3.190
# v0.9.43 requires NGObjWeb v4.3.73