From 67885686a7b37289d6f7c120324ef3fc5609916e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Sat, 19 May 2007 00:41:41 +0000 Subject: [PATCH] Monotone-Parent: 08eb86c1f84dbf4d09421e5a6380398cb40d40e0 Monotone-Revision: 40c106f6426b8e1f4943286f3f606ecd1f013ced Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-19T00:41:41 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailObject.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */