mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Cleanup of unused variables.
Monotone-Parent: 7f72bf38468755bb297376dd8f4ea909be348709 Monotone-Revision: 8c19f19f3be5a4b6fb34ceeaab91ee58b54610d1 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-07-08T01:34:36 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -981,9 +981,6 @@ static NSString *userAgent = nil;
|
||||
*/
|
||||
NGMutableHashMap *map;
|
||||
NGMimeBodyPart *bodyPart;
|
||||
SOGoUserDefaults *ud;
|
||||
|
||||
ud = [[context activeUser] userDefaults];
|
||||
|
||||
/* prepare header of body part */
|
||||
|
||||
@@ -1014,12 +1011,9 @@ static NSString *userAgent = nil;
|
||||
- (NGMimeMessage *) mimeMessageForContentWithHeaderMap: (NGMutableHashMap *) map
|
||||
{
|
||||
NGMimeMessage *message;
|
||||
SOGoUserDefaults *ud;
|
||||
// BOOL addSuffix;
|
||||
id body;
|
||||
|
||||
ud = [[context activeUser] userDefaults];
|
||||
|
||||
[map setObject: @"text/plain" forKey: @"content-type"];
|
||||
body = text;
|
||||
if (body)
|
||||
|
||||
Reference in New Issue
Block a user