$OpenBSD: patch-UI_MailPartViewers_GNUmakefile,v 1.2 2014/01/03 18:39:51 sebastia Exp $

prevent unknown symbols on startup errors

--- UI/MailPartViewers/GNUmakefile.orig	Wed Dec  4 17:53:43 2013
+++ UI/MailPartViewers/GNUmakefile	Sun Dec 15 12:47:14 2013
@@ -25,7 +25,25 @@ MailPartViewers_OBJC_FILES += \
 	UIxMailPartMessageViewer.m	\
 	UIxMailPartICalViewer.m		\
 	\
-	UIxMailPartICalActions.m
+	UIxMailPartICalActions.m	\
+	../../SoObjects/Mailer/SOGoMailBodyPart.m \
+	../../SoObjects/Mailer/SOGoHTMLMailBodyPart.m \
+	../../SoObjects/Mailer/SOGoCalendarMailBodyPart.m \
+	../../SoObjects/Mailer/SOGoMailAccounts.m \
+	../../SoObjects/Mailer/SOGoMailBaseObject.m \
+	../../SoObjects/Mailer/SOGoMailAccount.m \
+	../../SoObjects/Mailer/SOGoMailNamespace.m \
+	../../SoObjects/Mailer/SOGoDraftsFolder.m \
+	../../SoObjects/Mailer/SOGoSentFolder.m \
+	../../SoObjects/Mailer/SOGoTrashFolder.m \
+	../../SoObjects/Mailer/SOGoMailFolder.m \
+	../../SoObjects/Mailer/SOGoDraftObject.m \
+	../../SoObjects/Mailer/SOGoMailObject.m \
+	../../SoObjects/Appointments/SOGoEMailAlarmsManager.m \
+	../../SoObjects/Appointments/SOGoAppointmentObject.m \
+	../../SoObjects/Appointments/SOGoComponentOccurence.m \
+	../../SoObjects/Appointments/SOGoAppointmentOccurence.m \
+	../../SoObjects/Appointments/SOGoCalendarComponent.m
 
 MailPartViewers_RESOURCE_FILES += \
 	product.plist		\
