mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-31 08:04:54 +00:00
Alignment fix
Monotone-Parent: c5aef827213cfa0dd83fa1d18267c116529ec0d7 Monotone-Revision: 71bc211c9fb2a32b06f59717e4f1706d6482c950 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-12-26T19:02:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
// Backward comptability with <= 1.1.0 (ComposeMessagesType)
|
||||
if ([ud objectForKey: @"ComposeMessagesType"])
|
||||
htmlComposition = [[ud objectForKey: @"ComposeMessagesType"] isEqualToString: @"html"];
|
||||
htmlComposition = [[ud objectForKey: @"ComposeMessagesType"] isEqualToString: @"html"];
|
||||
else
|
||||
htmlComposition = [[ud objectForKey: @"SOGoMailComposeMessageType"] isEqualToString: @"html"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user