mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-09 08:53:20 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user