FIx mail templates for Brazilian Portuguese

Fixes #2738
pull/40/head
Francis Lachapelle 2014-05-21 08:44:35 -04:00
parent f92d280fbb
commit 364b409501
3 changed files with 11 additions and 0 deletions

1
NEWS
View File

@ -34,6 +34,7 @@ Bug fixes
- fixed synchronization of seen/unseen status of msgs in Webmail (#2715)
- fixed focus of popup windows open through a contextual menu with Firefox on Windows 7
- fixed missing characters in shared folder names over ActiveSync (#2709)
- fixed reply and forward mail templates for Brazilian Portuguese (#2738)
2.2.3 (2014-04-03)
------------------

View File

@ -13,6 +13,11 @@ from: WOString {
escapeHTML = NO;
}
newLine: WOString {
value = newLine;
escapeHTML = NO;
}
hasReplyTo: WOConditional {
condition = hasReplyTo;
}

View File

@ -22,6 +22,11 @@ from: WOString {
escapeHTML = NO;
}
newLine: WOString {
value = newLine;
escapeHTML = NO;
}
hasReplyTo: WOConditional {
condition = hasReplyTo;
}