Fix Finnish mail reply/forward templates

This commit is contained in:
Francis Lachapelle
2013-08-26 08:59:43 -04:00
parent ab92516dd0
commit 0a590ba388
6 changed files with 26 additions and 0 deletions
+12
View File
@@ -1,3 +1,15 @@
2.0.8 (2013-MM-DD)
------------------
New features
-
Enhancements
-
Bug fixes
- fixed Finnish mail reply/forward templates
2.0.7 (2013-07-19)
------------------
+2
View File
@@ -57,6 +57,8 @@ Mailer_RESOURCE_FILES += \
SOGoMailDutchReply.wo \
SOGoMailEnglishForward.wo \
SOGoMailEnglishReply.wo \
SOGoMailFinnishForward.wo \
SOGoMailFinnishReply.wo \
SOGoMailFrenchForward.wo \
SOGoMailFrenchReply.wo \
SOGoMailGermanForward.wo \
+3
View File
@@ -58,6 +58,9 @@
@interface SOGoMailEnglishForward : SOGoMailForward
@end
@interface SOGoMailFinnishForward : SOGoMailForward
@end
@interface SOGoMailFrenchForward : SOGoMailForward
@end
+3
View File
@@ -262,6 +262,9 @@
@implementation SOGoMailEnglishForward
@end
@implementation SOGoMailFinnishForward
@end
@implementation SOGoMailFrenchForward
@end
+3
View File
@@ -63,6 +63,9 @@
@interface SOGoMailEnglishReply : SOGoMailReply
@end
@interface SOGoMailFinnishReply : SOGoMailReply
@end
@interface SOGoMailFrenchReply : SOGoMailReply
@end
+3
View File
@@ -120,6 +120,9 @@
@implementation SOGoMailEnglishReply
@end
@implementation SOGoMailFinnishReply
@end
@implementation SOGoMailFrenchReply
@end