Fix support for SOGoSieveFolderEncoding defaults

Cont'd. Fixes #3904
This commit is contained in:
Francis Lachapelle
2016-12-02 17:38:33 -05:00
parent 6ce64a9a27
commit ba5bd65ea3
7 changed files with 15 additions and 19 deletions
-8
View File
@@ -1622,14 +1622,6 @@ static NSArray *reminderValues = nil;
userCanChangePassword];
}
//
// Used wox by template
//
- (NSString *) sieveFolderEncoding
{
return [[SOGoSystemDefaults sharedSystemDefaults] sieveFolderEncoding];
}
// - (NSString *) localeCode
// {
// // WARNING : NSLocaleCode is not defined in <Foundation/NSUserDefaults.h>