Fixed bug #1105 Remote images display

There now is a configurable default in mail preferences where
you can set remote images to display either Never or Always.
This commit is contained in:
Luc Charland
2012-10-26 13:39:28 -04:00
parent 21ee23e7df
commit a916ac8927
7 changed files with 55 additions and 4 deletions
+10
View File
@@ -493,6 +493,16 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
return [self stringForKey: @"SOGoMailComposeMessageType"];
}
- (void) setMailDisplayRemoteInlineImages: (NSString *) newValue;
{
[self setObject: newValue forKey: @"SOGoMailDisplayRemoteInlineImages"];
}
- (NSString *) mailDisplayRemoteInlineImages;
{
return [self stringForKey: @"SOGoMailDisplayRemoteInlineImages"];
}
- (void) setMailMessageForwarding: (NSString *) newValue
{
[self setObject: newValue forKey: @"SOGoMailMessageForwarding"];