v5.0-git
--------
+[mms] HTML compose editor uses Horde language for UI (Request #9084;
+ leandro.damascena@gmail.com).
[mms] Add config option to disable multipart/related conversions
(Request #9099).
[mms] Sentmail SQL driver now supports split read/write operation.
/* Convert HTML entities. */
'entities: false',
+ /* Set language to Horde language. */
+ 'language: "' . Horde_String::lower($GLOBALS['language']) . '"',
+
/* Default display font. This is NOT the font used to send
* the message, however. */
'contentsCss: "body { font-family: Arial; font-size: 12px; }"',