From 19ee54fe055bc6a45bae6e5f71dcdb60bad766fd Mon Sep 17 00:00:00 2001 From: smizrahi Date: Tue, 30 Apr 2024 10:21:26 +0200 Subject: [PATCH] fix(mail): Fix template issues with Galician and Basque --- SoObjects/Mailer/GNUmakefile | 4 +++- SoObjects/Mailer/SOGoMailForward.h | 3 +++ SoObjects/Mailer/SOGoMailForward.m | 3 +++ ...{SOGoMailGalicianReply.wod => SOGoMailGalicianForward.wod} | 0 SoObjects/Mailer/SOGoMailReply.h | 3 +++ SoObjects/Mailer/SOGoMailReply.m | 3 +++ 6 files changed, 15 insertions(+), 1 deletion(-) rename SoObjects/Mailer/SOGoMailGalicianForward.wo/{SOGoMailGalicianReply.wod => SOGoMailGalicianForward.wod} (100%) diff --git a/SoObjects/Mailer/GNUmakefile b/SoObjects/Mailer/GNUmakefile index ee20a8d50..d24effcc6 100644 --- a/SoObjects/Mailer/GNUmakefile +++ b/SoObjects/Mailer/GNUmakefile @@ -133,7 +133,9 @@ Mailer_RESOURCE_FILES += \ SOGoMailUkrainianForward.wo \ SOGoMailUkrainianReply.wo \ SOGoMailWelshForward.wo \ - SOGoMailWelshReply.wo + SOGoMailWelshReply.wo \ + SOGoMailBasqueReply.wo \ + SOGoMailBasqueForward.wo Mailer_LANGUAGES = $(SOGO_LANGUAGES) diff --git a/SoObjects/Mailer/SOGoMailForward.h b/SoObjects/Mailer/SOGoMailForward.h index d8280ef01..326759626 100644 --- a/SoObjects/Mailer/SOGoMailForward.h +++ b/SoObjects/Mailer/SOGoMailForward.h @@ -85,6 +85,9 @@ @interface SOGoMailGalicianForward : SOGoMailForward @end +@interface SOGoMailBasqueForward : SOGoMailForward +@end + @interface SOGoMailGermanForward : SOGoMailForward @end diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index f442759e8..99eefd4ce 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -339,6 +339,9 @@ @implementation SOGoMailGalicianForward @end +@implementation SOGoMailBasqueForward +@end + @implementation SOGoMailGermanForward @end diff --git a/SoObjects/Mailer/SOGoMailGalicianForward.wo/SOGoMailGalicianReply.wod b/SoObjects/Mailer/SOGoMailGalicianForward.wo/SOGoMailGalicianForward.wod similarity index 100% rename from SoObjects/Mailer/SOGoMailGalicianForward.wo/SOGoMailGalicianReply.wod rename to SoObjects/Mailer/SOGoMailGalicianForward.wo/SOGoMailGalicianForward.wod diff --git a/SoObjects/Mailer/SOGoMailReply.h b/SoObjects/Mailer/SOGoMailReply.h index bdc2b55b8..b19a2b8ce 100644 --- a/SoObjects/Mailer/SOGoMailReply.h +++ b/SoObjects/Mailer/SOGoMailReply.h @@ -84,6 +84,9 @@ @interface SOGoMailGalicianReply : SOGoMailReply @end +@interface SOGoMailBasqueReply : SOGoMailReply +@end + @interface SOGoMailGermanReply : SOGoMailReply @end diff --git a/SoObjects/Mailer/SOGoMailReply.m b/SoObjects/Mailer/SOGoMailReply.m index a263459ff..a60cf96a0 100644 --- a/SoObjects/Mailer/SOGoMailReply.m +++ b/SoObjects/Mailer/SOGoMailReply.m @@ -140,6 +140,9 @@ @implementation SOGoMailGalicianReply @end +@implementation SOGoMailBasqueReply +@end + @implementation SOGoMailGermanReply @end