From: Michael J. Rubinsky Date: Thu, 3 Jun 2010 17:28:48 +0000 (-0400) Subject: Just a note... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6ca57c8eb46612a9d8b286af6c8d4962d4062720;p=horde.git Just a note... --- diff --git a/turba/lib/Driver.php b/turba/lib/Driver.php index 519ff9aea..cf283653b 100644 --- a/turba/lib/Driver.php +++ b/turba/lib/Driver.php @@ -2398,6 +2398,7 @@ class Turba_Driver $message->spouse = Horde_String::convertCharset($value, $charset, 'utf-8'); break; case 'notes': + /* Assume no truncation - AS server will truncate as needed */ $message->body = Horde_String::convertCharset($value, $charset, 'utf-8'); $message->bodysize = strlen($message->body); $message->bodytruncated = false;