From d27574862bc28030dbe37230f5cb598ed49b6374 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Sat, 11 Feb 2012 01:20:48 +0000 Subject: [PATCH] Monotone-Parent: 3be1457342206d81824250d57633322dda8fb4d9 Monotone-Revision: e3472120a6c1a2370d18a7cf44e52e53f93b7323 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-11T01:20:48 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailForward.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index 66dd03537..f652a4b0d 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -219,9 +219,7 @@ - (NSString *) signature { NSString *signature, *mailSignature; - SOGoUserDefaults *ud; - ud = [[context activeUser] userDefaults]; signature = [[sourceMail mailAccountFolder] signature]; if ([signature length]) mailSignature = [NSString stringWithFormat: @"-- \n%@", signature];