mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
SOGo v1.3.1 branch
Monotone-Parent: 86a177d4a05deda193edc7d9e0fedca89758cadd Monotone-Revision: ec4781f04b708ab2a5944c8097cb08a1e608213e Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-03T14:36:33
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-08-03 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* Applied patch for bug #690
|
||||
|
||||
2010-07-28 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/MailerUI.js (deleteCachedMailboxByType,
|
||||
|
||||
@@ -51,7 +51,7 @@ static NSString *commaSeparator = nil;
|
||||
foldedString = [NSMutableString string];
|
||||
|
||||
length = [self length];
|
||||
if (length < 76)
|
||||
if (length < 77)
|
||||
[foldedString appendString: self];
|
||||
else
|
||||
{
|
||||
@@ -59,7 +59,7 @@ static NSString *commaSeparator = nil;
|
||||
[foldedString appendFormat: @"%@\r\n",
|
||||
[self substringWithRange: subStringRange]];
|
||||
subStringRange = NSMakeRange (75, 74);
|
||||
while ((length - subStringRange.location) > 74)
|
||||
while ((length - subStringRange.location) > 75)
|
||||
{
|
||||
[foldedString appendFormat: @" %@\r\n",
|
||||
[self substringWithRange: subStringRange]];
|
||||
|
||||
Reference in New Issue
Block a user