mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
1
NEWS
1
NEWS
@@ -21,6 +21,7 @@ Bug fixes
|
||||
- fixed incorrect XML data conversion with ActiveSync (#2695)
|
||||
- fixed display of events having a category with HTML entities (#2703)
|
||||
- fixed display of images in CSS background (#2437)
|
||||
- fixed limitation of Sieve script size (#2745)
|
||||
|
||||
2.2.3 (2014-04-03)
|
||||
------------------
|
||||
|
||||
@@ -584,7 +584,7 @@ static NSString *sieveScriptName = @"sogo";
|
||||
int count, max;
|
||||
NSDictionary *currentScript;
|
||||
|
||||
sieveScript = [NSMutableString stringWithCapacity: 8192];
|
||||
sieveScript = [NSMutableString string];
|
||||
|
||||
ASSIGN (requirements, newRequirements);
|
||||
[scriptError release];
|
||||
|
||||
Reference in New Issue
Block a user