mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
Merge pull request #19 from alexcloutier/fix/2622
BugFix #0002622: The server Dovecot use by default an UTF-8 and by doing...
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#import <SOGo/NSString+Utilities.h>
|
||||
#import <SOGo/SOGoUser.h>
|
||||
#import <SOGo/SOGoUserDefaults.h>
|
||||
#import <SOGo/SOGoSystemDefaults.h>
|
||||
|
||||
#import <SOGoUI/UIxComponent.h>
|
||||
|
||||
@@ -35,6 +36,7 @@
|
||||
{
|
||||
NSString *filterId;
|
||||
NSDictionary *labels;
|
||||
NSString *folderEncoding;
|
||||
}
|
||||
|
||||
@end
|
||||
@@ -112,4 +114,9 @@
|
||||
return [labels jsonRepresentation];
|
||||
}
|
||||
|
||||
- (NSString *) folderEncoding
|
||||
{
|
||||
return [[SOGoSystemDefaults sharedSystemDefaults] folderEncoding];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user