See changelog.

Monotone-Parent: 5004088698623bff1c51c9b3abb0d4085643d720
Monotone-Revision: 69ff4bd7080d601b2ad9cfce9ae637ddad8953e2

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-09-20T14:41:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-09-20 14:41:04 +00:00
parent eacb6d9942
commit e68c05b8a0
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
2010-09-20 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/SOGo/SOGoContentObject.m (-davContentLength): use UTF8
encoding instead of latin1.
* UI/WebServerResources/MailerUI.js (deleteWithoutTrash): new
function used when the messages can't be copied to the trash
folder (usually because the user's mailbox is overquota).
+1 -1
View File
@@ -373,7 +373,7 @@
- (NSString *) davContentLength
{
return [NSString stringWithFormat: @"%u",
[content lengthOfBytesUsingEncoding: NSISOLatin1StringEncoding]];
[content lengthOfBytesUsingEncoding: NSUTF8StringEncoding]];
}
// - (NSString *) davResourceType