Monotone-Parent: 08eb86c1f84dbf4d09421e5a6380398cb40d40e0

Monotone-Revision: 40c106f6426b8e1f4943286f3f606ecd1f013ced

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-19T00:41:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-05-19 00:41:41 +00:00
parent 8a8dd9eca7
commit 67885686a7

View File

@@ -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 */