Added transactions around database transactions, especially around

the DELETE ones that wouldn't work too well in Oracle.

Monotone-Parent: 1bdb79b8cf0d84f8038dc05631d7db768d3faca4
Monotone-Revision: cd3773da85b6861c3ff9d7ec853caa41e8bb9591

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-10-13T13:13:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2008-10-13 13:13:01 +00:00
parent adede16568
commit 498ee6581c
3 changed files with 19 additions and 7 deletions
-3
View File
@@ -772,7 +772,6 @@ _timeValue (NSString *key)
return [[self primaryIdentity] objectForKey: @"signature"];
}
/* Modification */
- (NSString *) replyPlacement
{
NSString *replyPlacement;
@@ -797,8 +796,6 @@ _timeValue (NSString *key)
return signaturePlacement;
}
/* Fin */
- (NSString *) messageForwarding
{
NSString *messageForwarding;