From a4ea4ac352fdfc6571d8eab9d2248e8e90008a33 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 18 Aug 2008 15:21:23 +0000 Subject: [PATCH] Monotone-Parent: 80f21600a12894ecc470a8ad889cbb3a4df08fc5 Monotone-Revision: 8dfe1852810c498475191f263ec7a309097f9881 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-18T15:21:23 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 1 + SoObjects/Mailer/SOGoMailObject+Draft.m | 2 +- SoObjects/SOGo/SOGoMailer.m | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 852325e02..fd53b61ca 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -2313,6 +2313,7 @@ static Class sogoAppointmentFolderKlass = Nil; [self debugWithFormat:@"Note: got folder for uid %@ path %@: %@", _uid, [path componentsJoinedByString:@"=>"], result]; + return result; } diff --git a/SoObjects/Mailer/SOGoMailObject+Draft.m b/SoObjects/Mailer/SOGoMailObject+Draft.m index 31e5080e7..d733187e2 100644 --- a/SoObjects/Mailer/SOGoMailObject+Draft.m +++ b/SoObjects/Mailer/SOGoMailObject+Draft.m @@ -1,6 +1,6 @@ /* SOGoMailObject+Draft.m - this file is part of SOGo * - * Copyright (C) 2007 Inverse groupe conseil + * Copyright (C) 2007-2008 Inverse groupe conseil * * Author: Wolfgang Sourdeau * diff --git a/SoObjects/SOGo/SOGoMailer.m b/SoObjects/SOGo/SOGoMailer.m index 7ea6490bb..0a8ad610e 100644 --- a/SoObjects/SOGo/SOGoMailer.m +++ b/SoObjects/SOGo/SOGoMailer.m @@ -1,6 +1,6 @@ /* SOGoMailer.m - this file is part of SOGo * - * Copyright (C) 2007 Inverse groupe conseil + * Copyright (C) 2007-2008 Inverse groupe conseil * * Author: Wolfgang Sourdeau *