From 9b37c8d82b33245ebbb31c6c188dab1a270b90ff Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 5 Nov 2007 17:04:05 +0000 Subject: [PATCH] Monotone-Parent: 62c54dca797fd3a058e6792e05ab111266735658 Monotone-Revision: caeb3d98458e98b0f36475b43626279ed156e598 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-05T17:04:05 Monotone-Branch: ca.inverse.sogo --- .../SOGoMailEnglishReply.html | 3 +++ .../SOGoMailEnglishReply.wod | 14 ++++++++++++++ .../SOGoMailFrenchReply.html | 3 +++ .../SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod | 14 ++++++++++++++ .../SOGoMailGermanReply.html | 3 +++ .../SOGoMailGermanReply.wo/SOGoMailGermanReply.wod | 14 ++++++++++++++ 6 files changed, 51 insertions(+) create mode 100644 SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html create mode 100644 SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod create mode 100644 SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html create mode 100644 SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod create mode 100644 SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html create mode 100644 SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod diff --git a/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html new file mode 100644 index 000000000..e0274ea00 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html @@ -0,0 +1,3 @@ +On <#date/>, <#from/> wrote: + +<#messageBody/> diff --git a/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod new file mode 100644 index 000000000..830cd7a76 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod @@ -0,0 +1,14 @@ +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +messageBody: WOString { + value = messageBody; + escapeHTML = NO; +} diff --git a/SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html b/SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html new file mode 100644 index 000000000..406f945d0 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html @@ -0,0 +1,3 @@ +Le <#date/>, <#from/> a écrit: + +<#messageBody/> diff --git a/SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod b/SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod new file mode 100644 index 000000000..830cd7a76 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod @@ -0,0 +1,14 @@ +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +messageBody: WOString { + value = messageBody; + escapeHTML = NO; +} diff --git a/SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html b/SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html new file mode 100644 index 000000000..e0274ea00 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.html @@ -0,0 +1,3 @@ +On <#date/>, <#from/> wrote: + +<#messageBody/> diff --git a/SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod b/SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod new file mode 100644 index 000000000..830cd7a76 --- /dev/null +++ b/SoObjects/Mailer/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod @@ -0,0 +1,14 @@ +date: WOString { + value = date; + escapeHTML = NO; +} + +from: WOString { + value = from; + escapeHTML = NO; +} + +messageBody: WOString { + value = messageBody; + escapeHTML = NO; +}