diff --git a/SoObjects/Mailer/SOGoMailObject.m b/SoObjects/Mailer/SOGoMailObject.m index 749882e16..14af16563 100644 --- a/SoObjects/Mailer/SOGoMailObject.m +++ b/SoObjects/Mailer/SOGoMailObject.m @@ -640,7 +640,9 @@ static BOOL debugSoParts = NO; /* permissions */ - (BOOL)isDeletionAllowed { - return [[self container] isDeleteAndExpungeAllowed]; +#warning b0000ooo + return YES; +// return [[self container] isDeleteAndExpungeAllowed]; } /* name lookup */