mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
See ChangeLog
Monotone-Parent: 4b96a79ded99473f7c6766140d0cd061fbf033cf Monotone-Revision: c5aef827213cfa0dd83fa1d18267c116529ec0d7 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-12-26T19:00:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -38,7 +38,12 @@
|
||||
{
|
||||
SOGoUserDefaults *ud;
|
||||
ud = [[context activeUser] userDefaults];
|
||||
htmlComposition = [[ud objectForKey: @"ComposeMessagesType"] isEqualToString: @"html"];
|
||||
|
||||
// Backward comptability with <= 1.1.0 (ComposeMessagesType)
|
||||
if ([ud objectForKey: @"ComposeMessagesType"])
|
||||
htmlComposition = [[ud objectForKey: @"ComposeMessagesType"] isEqualToString: @"html"];
|
||||
else
|
||||
htmlComposition = [[ud objectForKey: @"SOGoMailComposeMessageType"] isEqualToString: @"html"];
|
||||
|
||||
sourceMail = nil;
|
||||
currentValue = nil;
|
||||
|
||||
Reference in New Issue
Block a user