Index: head/www/sogo/Makefile =================================================================== --- head/www/sogo/Makefile (revision 400145) +++ head/www/sogo/Makefile (revision 400146) @@ -1,55 +1,63 @@ # Created by: Euan Thoms # $FreeBSD$ PORTNAME= sogo PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} MAINTAINER= euan@potensol.com COMMENT= Groupware server with a focus on scalability and open standards LICENSE= GPLv2 -BUILD_DEPENDS= ${GNUSTEP_LOCAL_LIBRARIES}/libDOM.so:${PORTSDIR}/devel/sope LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached \ - libcurl.so:${PORTSDIR}/ftp/curl -RUN_DEPENDS:= ${BUILD_DEPENDS} + libcurl.so:${PORTSDIR}/ftp/curl \ + libDOM.so:${PORTSDIR}/devel/sope -MAKE_JOBS_UNSAFE=yes +OPTIONS_DEFINE= ACTIVESYNC +OPTIONS_SUB= yes +ACTIVESYNC_DESC= Enable support for ActiveSync protocol (Experimental) + +ACTIVESYNC_LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2 + USERS= sogod GROUPS= sogod USES= gnustep objc USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo USE_RC_SUBR= sogod SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} CONFIGURE_ARGS= --disable-debug --enable-strip .include post-patch: ${GREP} -rlF '/etc/sogo' ${WRKSRC} \ | ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' + +.if ${PORT_OPTIONS:MACTIVESYNC} + @${REINPLACE_CMD} -e 's/Tools/Tools ActiveSync/' ${WRKSRC}/GNUmakefile +.endif do-configure: cd ${WRKSRC} ; . ${GNUSTEP_MAKEFILES}/GNUstep.sh ; ./configure ${CONFIGURE_ARGS} post-stage: ${MKDIR} ${STAGEDIR}/var/spool/sogo ${MKDIR} ${STAGEDIR}${ETCDIR} (cp ${WRKSRC}/Scripts/sogo.conf ${STAGEDIR}${ETCDIR}/sogo.conf.sample) (cp ${FILESDIR}/expire-autoreply.creds.sample ${STAGEDIR}${ETCDIR}/) (cp ${FILESDIR}/ealarms-notify.creds.sample ${STAGEDIR}${ETCDIR}/) (cp ${FILESDIR}/cron-ealarms-notify.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/) (cp ${FILESDIR}/cron-expire-autoreply.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/) .include Index: head/www/sogo/files/patch-ActiveSync_GNUmakefile =================================================================== --- head/www/sogo/files/patch-ActiveSync_GNUmakefile (nonexistent) +++ head/www/sogo/files/patch-ActiveSync_GNUmakefile (revision 400146) @@ -0,0 +1,11 @@ +--- ActiveSync/GNUmakefile.orig 2015-09-16 18:41:28 UTC ++++ ActiveSync/GNUmakefile +@@ -34,7 +34,7 @@ ActiveSync_RESOURCE_FILES += \ + ADDITIONAL_OBJCFLAGS += -Wno-deprecated-declarations + ADDITIONAL_INCLUDE_DIRS += -I../SOPE/ -I../SoObjects/ + ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/ -L../SOPE/NGCards/obj/ +-ADDITIONAL_INCLUDE_DIRS += -I/usr/include/libwbxml-1.0/ ++ADDITIONAL_INCLUDE_DIRS += -I/usr/local/include/libwbxml-1.0/ + ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -lwbxml2 + + -include GNUmakefile.preamble Property changes on: head/www/sogo/files/patch-ActiveSync_GNUmakefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Main_SOGo+DAV.m =================================================================== --- head/www/sogo/files/patch-Main_SOGo+DAV.m (nonexistent) +++ head/www/sogo/files/patch-Main_SOGo+DAV.m (revision 400146) @@ -0,0 +1,11 @@ +--- Main/SOGo+DAV.m.orig 2015-09-16 18:41:29 UTC ++++ Main/SOGo+DAV.m +@@ -267,7 +267,7 @@ + NSObject *list; + NSObject *valueNode; + NSArray *elements; +- NSString *property, *match; ++ NSString *property=nil, *match=nil; + + list = [searchElement getElementsByTagName: @"prop"]; + if ([list length]) Property changes on: head/www/sogo/files/patch-Main_SOGo+DAV.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SOPE_GDLContentStore_GCSChannelManager.m =================================================================== --- head/www/sogo/files/patch-SOPE_GDLContentStore_GCSChannelManager.m (nonexistent) +++ head/www/sogo/files/patch-SOPE_GDLContentStore_GCSChannelManager.m (revision 400146) @@ -0,0 +1,11 @@ +--- SOPE/GDLContentStore/GCSChannelManager.m.orig 2015-09-16 18:41:29 UTC ++++ SOPE/GDLContentStore/GCSChannelManager.m +@@ -500,7 +500,7 @@ static NSTimeInterval ChannelCollectionT + ms = [NSMutableString stringWithCapacity: 256]; + [ms appendFormat: @"<0x%p[%@]: ", self, NSStringFromClass ([self class])]; + +- [ms appendFormat: @" #adaptors=%d", [urlToAdaptor count]]; ++ [ms appendFormat: @" #adaptors=%d", (int)[urlToAdaptor count]]; + + [ms appendString: @">"]; + return ms; Property changes on: head/www/sogo/files/patch-SOPE_GDLContentStore_GCSChannelManager.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SOPE_NGCards_CardElement.m =================================================================== --- head/www/sogo/files/patch-SOPE_NGCards_CardElement.m (nonexistent) +++ head/www/sogo/files/patch-SOPE_NGCards_CardElement.m (revision 400146) @@ -0,0 +1,11 @@ +--- SOPE/NGCards/CardElement.m.orig 2015-09-16 18:41:29 UTC ++++ SOPE/NGCards/CardElement.m +@@ -414,7 +414,7 @@ + if (group) + [str appendFormat: @"%@ (group: %@)\n", tag, group]; + else +- [str appendFormat: @"%@\n", tag, group]; ++ [str appendFormat: @"%@\n", tag]; + + [str appendString: [self versitString]]; + Property changes on: head/www/sogo/files/patch-SOPE_NGCards_CardElement.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SOPE_NGCards_CardGroup.m =================================================================== --- head/www/sogo/files/patch-SOPE_NGCards_CardGroup.m (nonexistent) +++ head/www/sogo/files/patch-SOPE_NGCards_CardGroup.m (revision 400146) @@ -0,0 +1,11 @@ +--- SOPE/NGCards/CardGroup.m.orig 2015-09-16 18:41:29 UTC ++++ SOPE/NGCards/CardGroup.m +@@ -409,7 +409,7 @@ static NGCardsSaxHandler *sax = nil; + max = [children count]; + if (max > 0) + { +- [str appendFormat: @"\n %d children: {\n", [children count]]; ++ [str appendFormat: @"\n %d children: {\n", (int)[children count]]; + for (count = 0; count < max; count++) + [str appendFormat: @" %@\n", + [[children objectAtIndex: count] description]]; Property changes on: head/www/sogo/files/patch-SOPE_NGCards_CardGroup.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SOPE_NGCards_NSCalendarDate+NGCards.m =================================================================== --- head/www/sogo/files/patch-SOPE_NGCards_NSCalendarDate+NGCards.m (nonexistent) +++ head/www/sogo/files/patch-SOPE_NGCards_NSCalendarDate+NGCards.m (revision 400146) @@ -0,0 +1,24 @@ +--- SOPE/NGCards/NSCalendarDate+NGCards.m.orig 2015-09-16 18:41:29 UTC ++++ SOPE/NGCards/NSCalendarDate+NGCards.m +@@ -32,16 +32,16 @@ + - (NSString *) iCalFormattedDateTimeString + { + return [NSString stringWithFormat: @"%.4d%.2d%.2dT%.2d%.2d%.2d", +- [self yearOfCommonEra], [self monthOfYear], +- [self dayOfMonth], [self hourOfDay], +- [self minuteOfHour], [self secondOfMinute]]; ++ (int)[self yearOfCommonEra], (int)[self monthOfYear], ++ (int)[self dayOfMonth], (int)[self hourOfDay], ++ (int)[self minuteOfHour], (int)[self secondOfMinute]]; + } + + - (NSString *) iCalFormattedDateString + { + return [NSString stringWithFormat: @"%.4d%.2d%.2d", +- [self yearOfCommonEra], [self monthOfYear], +- [self dayOfMonth]]; ++ (int)[self yearOfCommonEra], (int)[self monthOfYear], ++ (int)[self dayOfMonth]]; + } + + @end Property changes on: head/www/sogo/files/patch-SOPE_NGCards_NSCalendarDate+NGCards.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SOPE_NGCards_iCalMonthlyRecurrenceCalculator.m =================================================================== --- head/www/sogo/files/patch-SOPE_NGCards_iCalMonthlyRecurrenceCalculator.m (nonexistent) +++ head/www/sogo/files/patch-SOPE_NGCards_iCalMonthlyRecurrenceCalculator.m (revision 400146) @@ -0,0 +1,20 @@ +--- SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m.orig 2015-09-16 18:41:29 UTC ++++ SOPE/NGCards/iCalMonthlyRecurrenceCalculator.m +@@ -348,7 +348,7 @@ static inline unsigned iCalDoWForNSDoW ( + if ([byDayMask occursOnDay: currentWeekDay]) + { + if ([bySetPos containsObject: +- [NSString stringWithFormat: @"%d", currentPos]]) ++ [NSString stringWithFormat: @"%d", (int)currentPos]]) + monthDays[monthDay+1] = YES; + currentPos++; + } +@@ -362,7 +362,7 @@ static inline unsigned iCalDoWForNSDoW ( + if ([byDayMask occursOnDay: currentWeekDay]) + { + if ([bySetPos containsObject: +- [NSString stringWithFormat: @"%d", currentPos]]) ++ [NSString stringWithFormat: @"%d", (int)currentPos]]) + monthDays[monthDay] = YES; + currentPos--; + } Property changes on: head/www/sogo/files/patch-SOPE_NGCards_iCalMonthlyRecurrenceCalculator.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SOPE_NGCards_iCalPerson.m =================================================================== --- head/www/sogo/files/patch-SOPE_NGCards_iCalPerson.m (nonexistent) +++ head/www/sogo/files/patch-SOPE_NGCards_iCalPerson.m (revision 400146) @@ -0,0 +1,11 @@ +--- SOPE/NGCards/iCalPerson.m.orig 2015-09-16 18:41:36 UTC ++++ SOPE/NGCards/iCalPerson.m +@@ -256,7 +256,7 @@ + - (BOOL)isEqual:(id)_other { + if(_other == nil) + return NO; +- if([_other class] != self->isa) ++ if([_other class] != object_getClass(self)) + return NO; + if([_other hash] != [self hash]) + return NO; Property changes on: head/www/sogo/files/patch-SOPE_NGCards_iCalPerson.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SOPE_NGCards_iCalRecurrenceRule.m =================================================================== --- head/www/sogo/files/patch-SOPE_NGCards_iCalRecurrenceRule.m (nonexistent) +++ head/www/sogo/files/patch-SOPE_NGCards_iCalRecurrenceRule.m (revision 400146) @@ -0,0 +1,15 @@ +--- SOPE/NGCards/iCalRecurrenceRule.m.orig 2015-09-16 18:41:29 UTC ++++ SOPE/NGCards/iCalRecurrenceRule.m +@@ -309,10 +309,10 @@ NSString *iCalWeekDayString[] = { @"SU", + else if ([frequency isEqualToString:@"SECONDLY"]) + freq = iCalRecurrenceFrequenceSecondly; + else +- freq = NSNotFound; ++ freq = (iCalRecurrenceFrequency) NSNotFound; + } + else +- freq = NSNotFound; ++ freq = (iCalRecurrenceFrequency) NSNotFound; + + return freq; + } Property changes on: head/www/sogo/files/patch-SOPE_NGCards_iCalRecurrenceRule.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SOPE_NGCards_versitCardsSaxDriver_VSSaxDriver.m =================================================================== --- head/www/sogo/files/patch-SOPE_NGCards_versitCardsSaxDriver_VSSaxDriver.m (nonexistent) +++ head/www/sogo/files/patch-SOPE_NGCards_versitCardsSaxDriver_VSSaxDriver.m (revision 400146) @@ -0,0 +1,20 @@ +--- SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m.orig 2015-09-16 18:41:29 UTC ++++ SOPE/NGCards/versitCardsSaxDriver/VSSaxDriver.m +@@ -1045,7 +1045,7 @@ static NSCharacterSet *whitespaceCharSet + if (debugOn) + { + NSLog(@"%s: trying to decode data (0x%p,len=%d) ...", +- __PRETTY_FUNCTION__, _data, [_data length]); ++ __PRETTY_FUNCTION__, _data, (int)[_data length]); + } + + if ((len = [_data length]) == 0) +@@ -1164,7 +1164,7 @@ static NSCharacterSet *whitespaceCharSet + if (debugOn) + { + NSLog(@"%s: trying to parse string (0x%p,len=%d) ...", +- __PRETTY_FUNCTION__, _source, [_source length]); ++ __PRETTY_FUNCTION__, _source, (int)[_source length]); + } + if (!_sysId) _sysId = @""; + [self _parseString: _source]; Property changes on: head/www/sogo/files/patch-SOPE_NGCards_versitCardsSaxDriver_VSSaxDriver.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Appointments_MSExchangeFreeBusy.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Appointments_MSExchangeFreeBusy.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Appointments_MSExchangeFreeBusy.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/Appointments/MSExchangeFreeBusy.m.orig 2015-09-16 18:41:29 UTC ++++ SoObjects/Appointments/MSExchangeFreeBusy.m +@@ -344,7 +344,7 @@ size_t curl_body_function_freebusy(void + NSMutableString *s; + + s = [NSMutableString stringWithCapacity: 64]; +- [s appendFormat:@"<0x%08X[%@]:", self, NSStringFromClass([self class])]; ++ [s appendFormat:@"<0x%08X[%@]:", (unsigned int)self, NSStringFromClass([self class])]; + if (freeBusyViewType) + [s appendFormat:@" freeBusyViewType='%@'", freeBusyViewType]; + if (mergedFreeBusy) Property changes on: head/www/sogo/files/patch-SoObjects_Appointments_MSExchangeFreeBusy.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Appointments_SOGoAppointmentFolder.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Appointments_SOGoAppointmentFolder.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Appointments_SOGoAppointmentFolder.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/Appointments/SOGoAppointmentFolder.m.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/Appointments/SOGoAppointmentFolder.m +@@ -2387,7 +2387,7 @@ firstInstanceCalendarDateRange: (NGCalen + request = [context request]; + if (!([request isIPhone] || [request isICal4])) + { +- gdRT = [self groupDavResourceType]; ++ gdRT = (NSArray *) [self groupDavResourceType]; + gdVEventCol = [NSArray arrayWithObjects: [gdRT objectAtIndex: 0], + XMLNS_GROUPDAV, nil]; + [colType addObject: gdVEventCol]; Property changes on: head/www/sogo/files/patch-SoObjects_Appointments_SOGoAppointmentFolder.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Appointments_SOGoAppointmentObject.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Appointments_SOGoAppointmentObject.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Appointments_SOGoAppointmentObject.m (revision 400146) @@ -0,0 +1,64 @@ +--- SoObjects/Appointments/SOGoAppointmentObject.m.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/Appointments/SOGoAppointmentObject.m +@@ -45,6 +45,7 @@ + #import + #import + #import ++#import + #import + + #import +@@ -747,11 +748,14 @@ inRecurrenceExceptionsForEvent: (iCalEve + { + e = [events objectAtIndex: i]; + if ([e recurrenceId]) +- for (j = 0; j < [theAttendees count]; j++) +- if (shouldAdd) ++ for (j = 0; j < [theAttendees count]; j++) { ++ if (shouldAdd) { + [e addToAttendees: [theAttendees objectAtIndex: j]]; +- else ++ } ++ else { + [e removeFromAttendees: [theAttendees objectAtIndex: j]]; ++ } ++ } + } + } + +@@ -1037,7 +1041,7 @@ inRecurrenceExceptionsForEvent: (iCalEve + if ([delegateEmail length]) + otherDelegate = [event findAttendeeWithEmail: delegateEmail]; + else +- otherDelegate = NO; ++ otherDelegate = nil; + + /* we handle the addition/deletion of delegate users */ + addDelegate = NO; +@@ -1075,7 +1079,7 @@ inRecurrenceExceptionsForEvent: (iCalEve + if ([delegateEmail length]) + otherDelegate = [event findAttendeeWithEmail: delegateEmail]; + else +- otherDelegate = NO; ++ otherDelegate = nil; + } + } + if (addDelegate) +@@ -1232,7 +1236,7 @@ inRecurrenceExceptionsForEvent: (iCalEve + if ([delegateEmail length]) + otherDelegate = [event findAttendeeWithEmail: delegateEmail]; + else +- otherDelegate = NO; ++ otherDelegate = nil; + } + + [self sendEMailUsingTemplateNamed: @"Deletion" +@@ -1990,7 +1994,7 @@ inRecurrenceExceptionsForEvent: (iCalEve + if ([container resourceNameForEventUID: eventUID]) + { + return [NSException exceptionWithHTTPStatus: 403 +- reason: [NSString stringWithFormat: @"Event UID already in use. (%s)", eventUID]]; ++ reason: [NSString stringWithFormat: @"Event UID already in use. (%s)", (char *)eventUID]]; + } + + // Property changes on: head/www/sogo/files/patch-SoObjects_Appointments_SOGoAppointmentObject.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Appointments_SOGoCalendarComponent.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Appointments_SOGoCalendarComponent.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Appointments_SOGoCalendarComponent.m (revision 400146) @@ -0,0 +1,25 @@ +--- SoObjects/Appointments/SOGoCalendarComponent.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Appointments/SOGoCalendarComponent.m +@@ -140,6 +140,13 @@ + return aclManager; + } + ++- (NSException *) changeParticipationStatus: (NSString *) newPartStat ++ withDelegate: (iCalPerson *) delegate ++ alarm: (iCalAlarm *) alarm; ++{ ++ return nil; ++} ++ + - (id) init + { + if ((self = [super init])) +@@ -171,7 +178,7 @@ + + - (Class *) parsingClass + { +- return [iCalCalendar class]; ++ return (Class *) [iCalCalendar class]; + } + + - (NSString *) davContentType Property changes on: head/www/sogo/files/patch-SoObjects_Appointments_SOGoCalendarComponent.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Appointments_iCalAlarm+SOGo.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Appointments_iCalAlarm+SOGo.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Appointments_iCalAlarm+SOGo.m (revision 400146) @@ -0,0 +1,14 @@ +--- SoObjects/Appointments/iCalAlarm+SOGo.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Appointments/iCalAlarm+SOGo.m +@@ -102,9 +102,9 @@ + } + + if ([reminderReference caseInsensitiveCompare: @"BEFORE"] == NSOrderedSame) +- aValue = [NSString stringWithString: @"-P"]; ++ aValue = (NSString *) @"-P"; + else +- aValue = [NSString stringWithString: @"P"]; ++ aValue = (NSString *) @"P"; + + if ([reminderUnit caseInsensitiveCompare: @"MINUTES"] == NSOrderedSame || + [reminderUnit caseInsensitiveCompare: @"HOURS"] == NSOrderedSame) Property changes on: head/www/sogo/files/patch-SoObjects_Appointments_iCalAlarm+SOGo.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Appointments_iCalEvent+SOGo.h =================================================================== --- head/www/sogo/files/patch-SoObjects_Appointments_iCalEvent+SOGo.h (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Appointments_iCalEvent+SOGo.h (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/Appointments/iCalEvent+SOGo.h.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/Appointments/iCalEvent+SOGo.h +@@ -28,7 +28,7 @@ + @interface iCalEvent (SOGoExtensions) + + - (BOOL) isStillRelevant; +-- (unsigned int) occurenceInterval; ++- (NSTimeInterval) occurenceInterval; + - (void) updateRecurrenceRulesUntilDate: (NSCalendarDate *) previousEndDate; + + @end Property changes on: head/www/sogo/files/patch-SoObjects_Appointments_iCalEvent+SOGo.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Appointments_iCalEvent+SOGo.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Appointments_iCalEvent+SOGo.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Appointments_iCalEvent+SOGo.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/Appointments/iCalEvent+SOGo.m.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/Appointments/iCalEvent+SOGo.m +@@ -259,7 +259,7 @@ + + - (NSTimeInterval) occurenceInterval + { +- return [[self endDate] timeIntervalSinceDate: [self startDate]]; ++ return (NSTimeInterval) [[self endDate] timeIntervalSinceDate: [self startDate]]; + } + + /** Property changes on: head/www/sogo/files/patch-SoObjects_Appointments_iCalEvent+SOGo.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Contacts_NGVCard+SOGo.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Contacts_NGVCard+SOGo.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Contacts_NGVCard+SOGo.m (revision 400146) @@ -0,0 +1,26 @@ +--- SoObjects/Contacts/NGVCard+SOGo.m.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/Contacts/NGVCard+SOGo.m +@@ -297,7 +297,7 @@ convention: + + if (year && month && day) + [self setBday: [NSString stringWithFormat: @"%.4d-%.2d-%.2d", +- year, month, day]]; ++ (int)year, (int)month, (int)day]]; + else + [self setBday: @""]; + +@@ -614,11 +614,11 @@ convention: + birthDay = [[self bday] asCalendarDate]; + if (birthDay) + { +- stringValue = [NSString stringWithFormat: @"%.4d", [birthDay yearOfCommonEra]]; ++ stringValue = [NSString stringWithFormat: @"%.4d", (int)[birthDay yearOfCommonEra]]; + [self _setValue: @"birthyear" to: stringValue inLDIFRecord: ldifRecord]; +- stringValue = [NSString stringWithFormat: @"%.2d", [birthDay monthOfYear]]; ++ stringValue = [NSString stringWithFormat: @"%.2d", (int)[birthDay monthOfYear]]; + [self _setValue: @"birthmonth" to: stringValue inLDIFRecord: ldifRecord]; +- stringValue = [NSString stringWithFormat: @"%.2d", [birthDay dayOfMonth]]; ++ stringValue = [NSString stringWithFormat: @"%.2d", (int)[birthDay dayOfMonth]]; + [self _setValue: @"birthday" to: stringValue inLDIFRecord: ldifRecord]; + } + [self _setValue: @"description" to: [self note] inLDIFRecord: ldifRecord]; Property changes on: head/www/sogo/files/patch-SoObjects_Contacts_NGVCard+SOGo.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactEntryPhoto.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactEntryPhoto.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactEntryPhoto.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/Contacts/SOGoContactEntryPhoto.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Contacts/SOGoContactEntryPhoto.m +@@ -59,7 +59,7 @@ + + [response setHeader: [self davContentType] forKey: @"content-type"]; + [response setHeader: [NSString stringWithFormat:@" %d", +- [data length]] ++ (int)[data length]] + forKey: @"content-length"]; + [response setContent: data]; + } Property changes on: head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactEntryPhoto.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactFolders.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactFolders.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactFolders.m (revision 400146) @@ -0,0 +1,15 @@ +--- SoObjects/Contacts/SOGoContactFolders.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Contacts/SOGoContactFolders.m +@@ -268,9 +268,9 @@ Class SOGoContactSourceFolderK; + SOGoUser *currentUser; + id source; + +- if ([sourceID isEqualToString: @"personal"]) +- result = [NSException exceptionWithHTTPStatus: 403 +- reason: (@"folder '%@' cannot be deleted", sourceID)]; ++ if ([sourceID isEqualToString: @"personal"]){ ++ result = [NSException exceptionWithHTTPStatus: 403 reason: [NSString stringWithFormat: (@"folder '%@' cannot be deleted"), sourceID]]; ++ } + else + { + result = nil; Property changes on: head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactFolders.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactGCSEntry.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactGCSEntry.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactGCSEntry.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/Contacts/SOGoContactGCSEntry.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Contacts/SOGoContactGCSEntry.m +@@ -50,7 +50,7 @@ + + - (Class *) parsingClass + { +- return [NGVCard class]; ++ return (Class *)[NGVCard class]; + } + + /* content */ Property changes on: head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactGCSEntry.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactGCSList.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactGCSList.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactGCSList.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/Contacts/SOGoContactGCSList.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Contacts/SOGoContactGCSList.m +@@ -45,7 +45,7 @@ + + - (Class *) parsingClass + { +- return [NGVList class]; ++ return (Class *)[NGVList class]; + } + + Property changes on: head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactGCSList.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactSourceFolder.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactSourceFolder.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactSourceFolder.m (revision 400146) @@ -0,0 +1,20 @@ +--- SoObjects/Contacts/SOGoContactSourceFolder.m.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/Contacts/SOGoContactSourceFolder.m +@@ -94,7 +94,7 @@ + { + if (![newDisplayName length]) + newDisplayName = newName; +- ASSIGN (displayName, newDisplayName); ++ ASSIGN (displayName, [newDisplayName mutableCopy]); + } + + return self; +@@ -657,7 +657,7 @@ + BOOL otherIsPersonal; + + otherIsPersonal = ([otherFolder isKindOfClass: [SOGoContactGCSFolder class]] +- || ([otherFolder isKindOfClass: isa] && [otherFolder isPersonalSource])); ++ || ([otherFolder isKindOfClass: object_getClass(self)] && [otherFolder isPersonalSource])); + + if (isPersonalSource) + { Property changes on: head/www/sogo/files/patch-SoObjects_Contacts_SOGoContactSourceFolder.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Mailer_NSDictionary+Mail.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Mailer_NSDictionary+Mail.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Mailer_NSDictionary+Mail.m (revision 400146) @@ -0,0 +1,10 @@ +--- SoObjects/Mailer/NSDictionary+Mail.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Mailer/NSDictionary+Mail.m +@@ -20,6 +20,7 @@ + + #import + #import ++#import + + #import "NSDictionary+Mail.h" + Property changes on: head/www/sogo/files/patch-SoObjects_Mailer_NSDictionary+Mail.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Mailer_NSString+Mail.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Mailer_NSString+Mail.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Mailer_NSString+Mail.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/Mailer/NSString+Mail.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Mailer/NSString+Mail.m +@@ -533,7 +533,7 @@ + messageID = [NSMutableString string]; + [messageID appendFormat: @"<%@", [SOGoObject globallyUniqueObjectId]]; + pGUID = [[NSProcessInfo processInfo] globallyUniqueString]; +- [messageID appendFormat: @"@%u>", [pGUID hash]]; ++ [messageID appendFormat: @"@%u>", (unsigned int)[pGUID hash]]; + + return [messageID lowercaseString]; + } Property changes on: head/www/sogo/files/patch-SoObjects_Mailer_NSString+Mail.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailAccounts.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailAccounts.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailAccounts.m (revision 400146) @@ -0,0 +1,28 @@ +--- SoObjects/Mailer/SOGoMailAccounts.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Mailer/SOGoMailAccounts.m +@@ -41,6 +41,8 @@ + + #define XMLNS_INVERSEDAV @"urn:inverse:params:xml:ns:inverse-dav" + ++// TODO: prune redundant methods ++ + @implementation SOGoMailAccounts + + - (NSArray *) mailAccounts +@@ -206,6 +208,9 @@ + + + */ ++ ++/* No longer in use, causes objc-method-access warning ++ + - (NSException *) setDavMailsLabels: (NSString *) newLabels + { + id documentElement, labelNode; +@@ -253,5 +258,6 @@ + + return nil; + } ++*/ + + @end /* SOGoMailAccounts */ Property changes on: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailAccounts.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailBaseObject.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailBaseObject.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailBaseObject.m (revision 400146) @@ -0,0 +1,14 @@ +--- SoObjects/Mailer/SOGoMailBaseObject.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Mailer/SOGoMailBaseObject.m +@@ -32,9 +32,11 @@ + #import + #import + #import ++#import + + #import + #import ++#import + + #import "SOGoMailAccount.h" + #import "SOGoMailManager.h" Property changes on: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailBaseObject.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailBodyPart.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailBodyPart.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailBodyPart.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/Mailer/SOGoMailBodyPart.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Mailer/SOGoMailBodyPart.m +@@ -396,7 +396,7 @@ static BOOL debugOn = NO; + mimeType = @"application/octet-stream"; + + [response setHeader: mimeType forKey: @"content-type"]; +- [response setHeader: [NSString stringWithFormat:@"%d", [data length]] ++ [response setHeader: [NSString stringWithFormat:@"%d", (int)[data length]] + forKey: @"content-length"]; + + if (asAttachment) Property changes on: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailBodyPart.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailFolder.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailFolder.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailFolder.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/Mailer/SOGoMailFolder.m.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/Mailer/SOGoMailFolder.m +@@ -1645,7 +1645,7 @@ _compareFetchResultsByMODSEQ (id entry1, + + sortOrderings = [NSMutableArray array]; + +- if ([self _sortElementIsAscending: sortElement]) ++ if ([self _sortElementIsAscending: (NGDOMNodeWithChildren *)sortElement]) + sortOrderingOrder = EOCompareAscending; + else + sortOrderingOrder = EOCompareDescending; Property changes on: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailFolder.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailForward.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailForward.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailForward.m (revision 400146) @@ -0,0 +1,15 @@ +--- SoObjects/Mailer/SOGoMailForward.m.orig 2015-09-16 18:41:30 UTC ++++ SoObjects/Mailer/SOGoMailForward.m +@@ -73,10 +73,10 @@ + + - (NSString *) newLine + { +- NSString *rc = [NSString stringWithString: @" "]; ++ NSString *rc = @" "; + + if (htmlComposition) +- rc = [NSString stringWithString: @"
"]; ++ rc = @"
"; + + return rc; + } Property changes on: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailForward.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailLabel.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailLabel.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailLabel.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/Mailer/SOGoMailLabel.m.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/Mailer/SOGoMailLabel.m +@@ -74,7 +74,7 @@ + int i; + + allLabels = [NSMutableArray array]; +- allKeys = [[theDefaults allKeys] sortedArrayUsingSelector: @selector (caseInsensitiveCompare:)]; ++ allKeys = [[[theDefaults allKeys] sortedArrayUsingSelector: @selector (caseInsensitiveCompare:)] mutableCopy]; + + for (i = 0; i < [allKeys count]; i++) + { Property changes on: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailLabel.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailObject.m =================================================================== --- head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailObject.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailObject.m (revision 400146) @@ -0,0 +1,46 @@ +--- SoObjects/Mailer/SOGoMailObject.m.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/Mailer/SOGoMailObject.m +@@ -765,7 +765,7 @@ static BOOL debugSoParts = NO; + [part objectForKey: @"type"], + [part objectForKey: @"subtype"]]; + +- if (!filename) ++ if (!filename) { + // We might end up here because of MUA that actually strips the + // Content-Disposition (and thus, the filename) when mails containing + // attachments have been forwarded. Thunderbird (2.x) does just that +@@ -773,10 +773,14 @@ static BOOL debugSoParts = NO; + if ([mimeType hasPrefix: @"application/"] || + [mimeType hasPrefix: @"audio/"] || + [mimeType hasPrefix: @"image/"] || +- [mimeType hasPrefix: @"video/"]) ++ [mimeType hasPrefix: @"video/"]) { + filename = [NSString stringWithFormat: @"unknown_%@", path]; +- else if ([mimeType isEqualToString: @"message/rfc822"]) +- filename = [NSString stringWithFormat: @"email_%@.eml", path]; ++ } ++ else { ++ if ([mimeType isEqualToString: @"message/rfc822"]) ++ filename = [NSString stringWithFormat: @"email_%@.eml", path]; ++ } ++ } + + + if (filename) +@@ -820,13 +824,13 @@ static BOOL debugSoParts = NO; + { + currentPart = [subparts objectAtIndex: i-1]; + if (path) +- newPath = [NSString stringWithFormat: @"%@.%d", path, i]; ++ newPath = [NSString stringWithFormat: @"%@.%d", path, (int)i]; + else +- newPath = [NSString stringWithFormat: @"%d", i]; ++ newPath = [NSString stringWithFormat: @"%d", (int)i]; + [self _fetchFileAttachmentKeysInPart: currentPart + intoArray: keys + withPath: newPath +- andPrefix: [NSString stringWithFormat: @"%@/%i", prefix, i]]; ++ andPrefix: [NSString stringWithFormat: @"%@/%i", prefix, (int)i]]; + } + } + else Property changes on: head/www/sogo/files/patch-SoObjects_Mailer_SOGoMailObject.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_BSONCodec.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_BSONCodec.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_BSONCodec.m (revision 400146) @@ -0,0 +1,20 @@ +--- SoObjects/SOGo/BSONCodec.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/BSONCodec.m +@@ -310,7 +310,7 @@ static NSDictionary *BSONTypes() + + case 'q': return 0x12; + default: +- [NSException raise: NSInvalidArgumentException format: @"%@::%s - invalid encoding type '%c'", [self class], _cmd, encoding]; ++ [NSException raise: NSInvalidArgumentException format: @"%@::%s - invalid encoding type '%c'", [self class], (char *)NSStringFromSelector(_cmd), encoding]; + } + return 0; + } +@@ -385,7 +385,7 @@ static NSDictionary *BSONTypes() + } + + +- [NSException raise: NSInvalidArgumentException format: @"%@::%s - invalid encoding type '%c'", [self class], _cmd, encoding]; ++ [NSException raise: NSInvalidArgumentException format: @"%@::%s - invalid encoding type '%c'", [self class], (char *)NSStringFromSelector(_cmd), encoding]; + return nil; + } + Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_BSONCodec.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_LDAPSource.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_LDAPSource.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_LDAPSource.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/SOGo/LDAPSource.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/LDAPSource.m +@@ -1703,7 +1703,7 @@ _makeLDAPChanges (NGLdapConnection *ldap + hostname: hostname + port: [NSString stringWithFormat: @"%d", port] + encryption: encryption +- bindAsCurrentUser: NO]; ++ bindAsCurrentUser: [NSString stringWithFormat: @"%d", NO]]; + [ab setBaseDN: [entry dn] + IDField: @"cn" + CNField: @"displayName" Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_LDAPSource.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_NSCalendarDate+SOGo.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_NSCalendarDate+SOGo.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_NSCalendarDate+SOGo.m (revision 400146) @@ -0,0 +1,28 @@ +--- SoObjects/SOGo/NSCalendarDate+SOGo.m.orig 2015-09-16 18:41:36 UTC ++++ SoObjects/SOGo/NSCalendarDate+SOGo.m +@@ -88,9 +88,9 @@ static NSString *rfc822Months[] = {@"", + NSString *str; + + str = [NSString stringWithFormat: @"%.4d%.2d%.2d", +- [self yearOfCommonEra], +- [self monthOfYear], +- [self dayOfMonth]]; ++ (int)[self yearOfCommonEra], ++ (int)[self monthOfYear], ++ (int)[self dayOfMonth]]; + + return str; + } +@@ -107,9 +107,9 @@ static NSString *rfc822Months[] = {@"", + + return + [NSString stringWithFormat: @"%@, %.2d %@ %d %.2d:%.2d:%.2d %+.4d", +- rfc822Days[[self dayOfWeek]], [self dayOfMonth], +- rfc822Months[[self monthOfYear]], [self yearOfCommonEra], +- [self hourOfDay], [self minuteOfHour], [self secondOfMinute], ++ rfc822Days[[self dayOfWeek]], (int)[self dayOfMonth], ++ rfc822Months[[self monthOfYear]], (int)[self yearOfCommonEra], ++ (int)[self hourOfDay], (int)[self minuteOfHour], (int)[self secondOfMinute], + timeZoneShift]; + } + Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_NSCalendarDate+SOGo.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m (revision 400145) +++ head/www/sogo/files/patch-SoObjects_SOGo_NSData+Crypto.m (revision 400146) @@ -1,13 +1,11 @@ --- SoObjects/SOGo/NSData+Crypto.m.orig 2015-09-16 18:41:31 UTC +++ SoObjects/SOGo/NSData+Crypto.m -@@ -23,10 +23,6 @@ +@@ -23,7 +23,7 @@ * Boston, MA 02111-1307, USA. */ -#ifndef __OpenBSD__ --#include --#endif -- - #include - #include - #include ++#if !defined(__OpenBSD__) && !defined(__FreeBSD__) + #include + #endif + Index: head/www/sogo/files/patch-SoObjects_SOGo_NSDictionary+DAV.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_NSDictionary+DAV.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_NSDictionary+DAV.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/SOGo/NSDictionary+DAV.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/NSDictionary+DAV.m +@@ -46,7 +46,7 @@ + { + NSString *newTag; + +- newTag = [NSString stringWithFormat: @"n%d", [namespaces count]]; ++ newTag = [NSString stringWithFormat: @"n%d", (int)[namespaces count]]; + [namespaces setObject: newTag forKey: newNS]; + + return newTag; Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_NSDictionary+DAV.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_NSString+Utilities.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_NSString+Utilities.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_NSString+Utilities.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/SOGo/NSString+Utilities.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/NSString+Utilities.m +@@ -309,7 +309,7 @@ static int cssEscapingCount; + c == 0xD || + (c >= 0x20 && c <= 0xD7FF) || + (c >= 0xE000 && c <= 0xFFFD) || +- (c >= 0x10000 && c <= 0x10FFFF)) ++ (c >= (unichar)0x10000 && c <= (unichar)0x10FFFF)) + { + *(start+j) = c; + j++; Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_NSString+Utilities.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoCache.h =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoCache.h (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoCache.h (revision 400146) @@ -0,0 +1,10 @@ +--- SoObjects/SOGo/SOGoCache.h.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoCache.h +@@ -21,6 +21,7 @@ + #ifndef SOGOCACHE_H + #define SOGOCACHE_H + ++#import + #import + + #include Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoCache.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSFolder.h =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSFolder.h (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSFolder.h (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/SOGo/SOGoCacheGCSFolder.h.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoCacheGCSFolder.h +@@ -40,6 +40,8 @@ + + - (NSMutableString *) pathForChild: (NSString *) childName; + ++- (void) addUserInAcls: (NSString *) user; ++ + - (NSArray *) toOneRelationshipKeys; + - (NSArray *) toManyRelationshipKeys; + Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSFolder.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSFolder.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSFolder.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSFolder.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/SOGo/SOGoCacheGCSFolder.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoCacheGCSFolder.m +@@ -364,7 +364,7 @@ Class SOGoCacheGCSObjectK = Nil; + if (record) + { + if ([[record objectForKey: @"c_type"] intValue] == MAPIFolderCacheObject) +- objectClass = isa; ++ objectClass = object_getClass(self); + else + objectClass = SOGoCacheGCSObjectK; + Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSFolder.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSObject.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSObject.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSObject.m (revision 400146) @@ -0,0 +1,68 @@ +--- SoObjects/SOGo/SOGoCacheGCSObject.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoCacheGCSObject.m +@@ -87,7 +87,7 @@ static EOAttribute *textColumn = nil; + { + tableUrl = nil; + initialized = NO; +- objectType = -1; ++ objectType = (SOGoCacheObjectType) -1; + deleted = NO; + version = 0; + } +@@ -383,7 +383,7 @@ static EOAttribute *textColumn = nil; + @"SELECT * FROM %@ WHERE c_path = %@", + tableName, pathValue]; + if (startVersion > -1) +- [sql appendFormat: @" AND c_version > %d", startVersion]; ++ [sql appendFormat: @" AND c_version > %d", (int)startVersion]; + + /* execution */ + records = [self performSQLQuery: sql]; +@@ -411,18 +411,16 @@ static EOAttribute *textColumn = nil; + + tableName = [self tableName]; + adaptor = [self tableChannelAdaptor]; +- pathValue = [adaptor formatValue: [NSString stringWithFormat: @"/%@", deviceId] +- forAttribute: textColumn]; + + /* query */ + sql = [NSMutableString stringWithFormat: + @"SELECT * FROM %@ WHERE c_type = %d AND c_deleted <> 1", tableName, objectType]; + + if (startVersion > -1) +- [sql appendFormat: @" AND c_version > %d", startVersion]; ++ [sql appendFormat: @" AND c_version > %d", (int)startVersion]; + + if (deviceId) { +- pathValue = [adaptor formatValue: [NSString stringWithFormat: @"/%@%", deviceId] ++ pathValue = [adaptor formatValue: [NSString stringWithFormat: @"/%@", deviceId] + forAttribute: textColumn]; + [sql appendFormat: @" AND c_path like %@", pathValue]; + } +@@ -546,7 +544,7 @@ static EOAttribute *textColumn = nil; + + lastModifiedValue = (NSInteger) [lastModified timeIntervalSince1970]; + +- if (objectType == -1) ++ if (objectType == (SOGoCacheObjectType) -1) + [NSException raise: @"SOGoCacheIOException" + format: @"object type has not been set for object '%@'", + self]; +@@ -576,7 +574,7 @@ static EOAttribute *textColumn = nil; + @")"), + tableName, + pathValue, parentPathValue, objectType, +- creationDateValue, lastModifiedValue, ++ (int)creationDateValue, (int)lastModifiedValue, + propsValue]; + isNew = NO; + } +@@ -590,7 +588,7 @@ static EOAttribute *textColumn = nil; + @" c_version = %d, c_content = %@" + @" WHERE c_path = %@"), + tableName, +- lastModifiedValue, deletedValue, version, propsValue, ++ (int)lastModifiedValue, (int)deletedValue, (int)version, propsValue, + pathValue]; + } + Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheGCSObject.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheObject.h =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheObject.h (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheObject.h (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/SOGo/SOGoCacheObject.h.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoCacheObject.h +@@ -42,8 +42,6 @@ + - (NSCalendarDate *) creationDate; + - (NSCalendarDate *) lastModified; + +-- (NSException *) destroy; +- + @end + + #endif /* SOGOCACHEOBJECT_H */ Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoCacheObject.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoContentObject.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoContentObject.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoContentObject.m (revision 400146) @@ -0,0 +1,39 @@ +--- SoObjects/SOGo/SOGoContentObject.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoContentObject.m +@@ -94,7 +94,7 @@ + { + [self subclassResponsibility: _cmd]; + +- return nil; ++ return (Class *) nil; + } + + - (void) _setRecord: (NSDictionary *) objectRecord +@@ -254,6 +254,9 @@ + - (NSException *) moveToFolder: (SOGoGCSFolder *) newFolder + { + [self subclassResponsibility: _cmd]; ++ ++ // TODO: Add exception handling code and return it ++ return (NSException *) nil; + } + + - (NSException *) delete +@@ -345,7 +348,7 @@ + + /* attempt a save */ + +- error = [self saveComponent: [[self parsingClass] parseSingleFromSource: [rq contentAsString]] ++ error = [self saveComponent: [(id)[self parsingClass] parseSingleFromSource: [rq contentAsString]] + baseVersion: baseVersion]; + if (error) + response = (WOResponse *) error; +@@ -410,7 +413,7 @@ + else + length = 0; + +- return [NSString stringWithFormat: @"%u", length]; ++ return [NSString stringWithFormat: @"%u", (unsigned int)length]; + } + + - (NSException *) davMoveToTargetObject: (id) _target Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoContentObject.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoFolder.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoFolder.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoFolder.m (revision 400146) @@ -0,0 +1,11 @@ +--- SoObjects/SOGo/SOGoFolder.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoFolder.m +@@ -107,7 +107,7 @@ + + - (void) setDisplayName: (NSString *) newDisplayName + { +- ASSIGN (displayName, newDisplayName); ++ ASSIGN (displayName, [newDisplayName mutableCopy]); + } + + - (NSString *) displayName Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoFolder.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoGCSFolder.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoGCSFolder.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoGCSFolder.m (revision 400146) @@ -0,0 +1,27 @@ +--- SoObjects/SOGo/SOGoGCSFolder.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoGCSFolder.m +@@ -376,12 +376,12 @@ static NSArray *childRecordFields = nil; + if (!displayName) + { + if (activeUserIsOwner) +- displayName = [self _displayNameFromOwner]; ++ displayName = [[self _displayNameFromOwner] mutableCopy]; + else + { +- displayName = [self _displayNameFromSubscriber]; ++ displayName = [[self _displayNameFromSubscriber] mutableCopy]; + if (!displayName) +- displayName = [self _displayNameFromOwner]; ++ displayName = [[self _displayNameFromOwner] mutableCopy]; + } + [displayName retain]; + } +@@ -829,7 +829,7 @@ static NSArray *childRecordFields = nil; + { + currentID = [ids objectAtIndex: count]; + names = [[currentID componentsSeparatedByString: @"/"] objectEnumerator]; +- deleteObject = self; ++ deleteObject = (SOGoContentObject *)self; + while ((currentName = [names nextObject])) + { + deleteObject = [deleteObject lookupName: currentName Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoGCSFolder.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoGroup.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoGroup.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoGroup.m (revision 400146) @@ -0,0 +1,20 @@ +--- SoObjects/SOGo/SOGoGroup.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoGroup.m +@@ -135,7 +135,7 @@ + { + NSArray *allSources; + NGLdapEntry *entry; +- NSObject *source; ++ NSObject *source; + id o; + NSEnumerator *gclasses; + NSString *gclass; +@@ -154,7 +154,7 @@ + + for (i = 0; i < [allSources count]; i++) + { +- source = [[SOGoUserManager sharedUserManager] sourceWithID: [allSources objectAtIndex: i]]; ++ source = (NSObject *) [[SOGoUserManager sharedUserManager] sourceWithID: [allSources objectAtIndex: i]]; + + // Our different sources might not all implements groups support + if ([source respondsToSelector: theSelector]) Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoGroup.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoObject.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoObject.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoObject.m (revision 400146) @@ -0,0 +1,29 @@ +--- SoObjects/SOGo/SOGoObject.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoObject.m +@@ -1066,7 +1066,7 @@ + [_ms appendFormat:@" name=%@", nameInContainer]; + if (container) + [_ms appendFormat:@" container=0x%08X/%@", +- container, [container valueForKey:@"nameInContainer"]]; ++ (unsigned int)container, [container valueForKey:@"nameInContainer"]]; + } + + - (NSString *) description +@@ -1074,7 +1074,7 @@ + NSMutableString *ms; + + ms = [NSMutableString stringWithCapacity:64]; +- [ms appendFormat:@"<0x%08X[%@]:", self, NSStringFromClass([self class])]; ++ [ms appendFormat:@"<0x%08X[%@]:", (unsigned int) self, NSStringFromClass([self class])]; + [self appendAttributesToDescription:ms]; + [ms appendString:@">"]; + +@@ -1084,7 +1084,7 @@ + - (NSString *) loggingPrefix + { + return [NSString stringWithFormat:@"<0x%08X[%@]:%@>", +- self, NSStringFromClass([self class]), ++ (unsigned int) self, NSStringFromClass([self class]), + [self nameInContainer]]; + } + Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoObject.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoParentFolder.h =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoParentFolder.h (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoParentFolder.h (revision 400146) @@ -0,0 +1,10 @@ +--- SoObjects/SOGo/SOGoParentFolder.h.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoParentFolder.h +@@ -45,6 +45,7 @@ + + - (NSException *) appendPersonalSources; + - (void) removeSubFolder: (NSString *) subfolderName; ++- (NSException *) appendCollectedSources; + + - (void) setBaseOCSPath: (NSString *) newOCSPath; + Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoParentFolder.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SOGoParentFolder.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SOGoParentFolder.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SOGoParentFolder.m (revision 400146) @@ -0,0 +1,41 @@ +--- SoObjects/SOGo/SOGoParentFolder.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SOGoParentFolder.m +@@ -423,6 +423,38 @@ static SoSecurityManager *sm = nil; + return error; + } + ++- (NSException *) appendCollectedSources ++{ ++ GCSChannelManager *cm; ++ EOAdaptorChannel *fc; ++ NSURL *folderLocation; ++ NSString *sql, *gcsFolderType; ++ NSException *error; ++ ++ cm = [GCSChannelManager defaultChannelManager]; ++ folderLocation = [[GCSFolderManager defaultFolderManager] folderInfoLocation]; ++ fc = [cm acquireOpenChannelForURL: folderLocation]; ++ if ([fc isOpen]) ++ { ++ gcsFolderType = [[self class] gcsFolderType]; ++ ++ sql = [NSString stringWithFormat: (@"SELECT c_path4 FROM %@" ++ @" WHERE c_path2 = '%@'" ++ @" AND c_folder_type = '%@'"), ++ [folderLocation gcsTableName], owner, gcsFolderType]; ++ ++ error = [self fetchSpecialFolders: sql withChannel: fc andFolderType: SOGoCollectedFolder]; ++ ++ [cm releaseChannel: fc]; ++ } ++ else ++ error = [NSException exceptionWithName: @"SOGoDBException" ++ reason: @"database connection could not be open" ++ userInfo: nil]; ++ ++ return error; ++} ++ + - (NSException *) initSubFolders + { + NSException *error; Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SOGoParentFolder.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_SQLSource.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_SQLSource.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_SQLSource.m (revision 400146) @@ -0,0 +1,56 @@ +--- SoObjects/SOGo/SQLSource.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/SQLSource.m +@@ -880,7 +880,7 @@ + + reason = [NSString stringWithFormat: @"method '%@' is not available" + @" for class '%@'", NSStringFromSelector (_cmd), +- NSStringFromClass (isa)]; ++ NSStringFromClass (object_getClass(self))]; + + return [NSException exceptionWithName: @"SQLSourceIOException" + reason: reason +@@ -893,7 +893,7 @@ + + reason = [NSString stringWithFormat: @"method '%@' is not available" + @" for class '%@'", NSStringFromSelector (_cmd), +- NSStringFromClass (isa)]; ++ NSStringFromClass (object_getClass(self))]; + + return [NSException exceptionWithName: @"SQLSourceIOException" + reason: reason +@@ -906,7 +906,7 @@ + + reason = [NSString stringWithFormat: @"method '%@' is not available" + @" for class '%@'", NSStringFromSelector (_cmd), +- NSStringFromClass (isa)]; ++ NSStringFromClass (object_getClass(self))]; + + return [NSException exceptionWithName: @"SQLSourceIOException" + reason: reason +@@ -932,7 +932,7 @@ + + reason = [NSString stringWithFormat: @"method '%@' is not available" + @" for class '%@'", NSStringFromSelector (_cmd), +- NSStringFromClass (isa)]; ++ NSStringFromClass (object_getClass(self))]; + + return [NSException exceptionWithName: @"SQLSourceIOException" + reason: reason +@@ -947,7 +947,7 @@ + + reason = [NSString stringWithFormat: @"method '%@' is not available" + @" for class '%@'", NSStringFromSelector (_cmd), +- NSStringFromClass (isa)]; ++ NSStringFromClass (object_getClass(self))]; + + return [NSException exceptionWithName: @"SQLSourceIOException" + reason: reason +@@ -961,7 +961,7 @@ + + reason = [NSString stringWithFormat: @"method '%@' is not available" + @" for class '%@'", NSStringFromSelector (_cmd), +- NSStringFromClass (isa)]; ++ NSStringFromClass (object_getClass(self))]; + + return [NSException exceptionWithName: @"SQLSourceIOException" + reason: reason Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_SQLSource.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_WORequest+SOGo.m =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_WORequest+SOGo.m (nonexistent) +++ head/www/sogo/files/patch-SoObjects_SOGo_WORequest+SOGo.m (revision 400146) @@ -0,0 +1,35 @@ +--- SoObjects/SOGo/WORequest+SOGo.m.orig 2015-09-16 18:41:31 UTC ++++ SoObjects/SOGo/WORequest+SOGo.m +@@ -180,14 +180,24 @@ + cc = [self clientCapabilities]; + + b = ( +- [[cc userAgent] rangeOfString: @"CFNetwork"].location != NSNotFound +- && [[cc userAgent] rangeOfString: @"Darwin"].location != NSNotFound +- || ( +- [[cc userAgent] rangeOfString: @"CFNetwork"].location != NSNotFound +- || [[cc userAgent] rangeOfString: @"Mac OS X"].location != NSNotFound +- ) +- && [[cc userAgent] rangeOfString: @"AddressBook"].location != NSNotFound +- ); ++ ( ++ ( ++ [[cc userAgent] rangeOfString: @"CFNetwork"].location != NSNotFound ++ && [[cc userAgent] rangeOfString: @"Darwin"].location != NSNotFound ++ ) ++ || ++ ( ++ [[cc userAgent] rangeOfString: @"CFNetwork"].location != NSNotFound ++ && ++ ( ++ [[cc userAgent] rangeOfString: @"Mac OS X"].location != NSNotFound ++ || ++ [[cc userAgent] rangeOfString: @"Mac_OS_X"].location != NSNotFound ++ ) ++ ) ++ ) ++ && [[cc userAgent] rangeOfString: @"AddressBook"].location != NSNotFound ++ ); + + return b; + } Property changes on: head/www/sogo/files/patch-SoObjects_SOGo_WORequest+SOGo.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-SoObjects_SOGo_instance-framework.make =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_instance-framework.make (revision 400145) +++ head/www/sogo/files/patch-SoObjects_SOGo_instance-framework.make (revision 400146) @@ -1,824 +1,824 @@ ---- SoObjects/SOGo/instance-framework.make.orig 2015-09-23 03:39:02 UTC +--- SoObjects/SOGo/instance-framework.make.orig 2015-10-24 21:25:08 UTC +++ SoObjects/SOGo/instance-framework.make @@ -0,0 +1,821 @@ +# -*-makefile-*- +# Instance/framework.make +# +# Instance Makefile rules to build GNUstep-based frameworks. +# +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2010 Free Software Foundation, Inc. +# +# Author: Mirko Viviani +# Author: Nicola Pero +# +# This file is part of the GNUstep Makefile Package. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 3 +# of the License, or (at your option) any later version. +# +# You should have received a copy of the GNU General Public +# License along with this library; see the file COPYING. +# If not, write to the Free Software Foundation, +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# Frameworks usually link against a gui library (if available). If +# you don't need a gui library, use xxx_NEEDS_GUI = no. +ifeq ($(NEEDS_GUI),) + NEEDS_GUI = yes +endif + +ifeq ($(RULES_MAKE_LOADED),) +include $(GNUSTEP_MAKEFILES)/rules.make +endif + +.PHONY: internal-framework-all_ \ + build-framework \ + internal-framework-build-headers \ + build-framework-dirs \ + internal-framework-install_ \ + internal-framework-distclean \ + internal-framework-clean \ + internal-framework-uninstall_ \ + internal-framework-run-compile-submake \ + internal-framework-compile + +# The name of the framework is in the FRAMEWORK_NAME variable. +# The list of framework resource files are in xxx_RESOURCE_FILES +# The list of framework web server resource files are in +# xxx_WEBSERVER_RESOURCE_FILES +# The list of localized framework resource files is in +# xxx_LOCALIZED_RESOURCE_FILES +# The list of localized framework web server resource files is in +# xxx_WEBSERVER_LOCALIZED_RESOURCE_FILES +# The list of framework GSWeb components are in xxx_COMPONENTS +# The list of languages the framework supports is in xxx_LANGUAGES +# The list of framework resource directories are in xxx_RESOURCE_DIRS +# The list of framework subprojects directories are in xxx_SUBPROJECTS +# The name of the principal class is xxx_PRINCIPAL_CLASS +# The header files are in xxx_HEADER_FILES +# The directory where the header files are located is xxx_HEADER_FILES_DIR +# (defaults to ./) +# The directory where to install the header files inside the library +# installation directory is xxx_HEADER_FILES_INSTALL_DIR +# (defaults to the framework name [without .framework]). Can't be `.' +# The list of framework web server resource directories are in +# xxx_WEBSERVER_RESOURCE_DIRS +# The list of localized framework web server GSWeb components are in +# xxx_WEBSERVER_LOCALIZED_RESOURCE_DIRS +# xxx_CURRENT_VERSION_NAME is the compiled version name (default "0") +# xxx_MAKE_CURRENT_VERSION is used to decide if the framework version +# we compiling should be made the current/default version or not +# (default is "yes") +# +# where xxx is the framework name +# +# +# The HEADER_FILES_INSTALL_DIR might look somewhat weird - because in +# most if not all cases, you want it to be the framework name. At the +# moment, it allows you to put headers for framework XXX in directory +# YYY, so that you can refer to them by using #include +# rather than #include . It seems to +# be mostly used to have a framework with name XXX work as a drop-in +# replacement for another framework, which has name YYY -- and which +# might be installed at the same time :-). +# +# If you want to insert your own entries into Info.plist (or +# Info-gnustep.plist) you should create a xxxInfo.plist file (where +# xxx is the framework name) and gnustep-make will automatically +# read it and merge it into Info-gnustep.plist. +# + +# Set VERSION from xxx_VERSION +ifneq ($($(GNUSTEP_INSTANCE)_VERSION),) + VERSION = $($(GNUSTEP_INSTANCE)_VERSION) +endif + +ifeq ($(VERSION),) + VERSION = 0.0.1 +endif + +# By setting xxx_INTERFACE_VERSION you can change the soversion used +# when linking the library. See comments in library.make for the +# variables with the same name for libraries. +ifeq ($($(GNUSTEP_INSTANCE)_INTERFACE_VERSION),) + # By default, if VERSION is 1.0.0, INTERFACE_VERSION is 1 + INTERFACE_VERSION = $(word 1,$(subst ., ,$(VERSION))) +else + INTERFACE_VERSION = $($(GNUSTEP_INSTANCE)_INTERFACE_VERSION) +endif + +# CURRENT_VERSION_NAME is the name of the version as used when +# building the library structure. We recommend just using +# INTERFACE_VERSION for that, so your resources and your shared +# library have the same versioning. + +# Warning - the following variable is also used in Master/rules.make +# to build the OWNING_PROJECT_HEADER_DIR for the framework's +# subprojects. Make sure you keep them in sync if you change them. +CURRENT_VERSION_NAME = $($(GNUSTEP_INSTANCE)_CURRENT_VERSION_NAME) +ifeq ($(CURRENT_VERSION_NAME),) + CURRENT_VERSION_NAME = $(INTERFACE_VERSION) +endif + +# xxx_MAKE_CURRENT_VERSION can be set to 'no' if you do not want the +# framework version that we are building from becoming the Current +# one. +ifneq ($($(GNUSTEP_INSTANCE)_MAKE_CURRENT_VERSION),) + MAKE_CURRENT_VERSION = $($(GNUSTEP_INSTANCE)_MAKE_CURRENT_VERSION) +endif + +ifeq ($(MAKE_CURRENT_VERSION),) + MAKE_CURRENT_VERSION = yes +endif + +# If there are no working symlinks, common.make sets +# FRAMEWORK_VERSION_SUPPORT to no, which unconditionally turn +# versioning off. This means that we create no symlinks inside the +# xxx.framework directory for the various versions; that everything is +# put top-level as in the case of bundles. So with +# FRAMEWORK_VERSION_SUPPORT = no, the Directory structure is: +# +# xxx.framework/libframework.dll.a +# xxx.framework/framework.dll +# xxx.framework/Resources +# xxx.framework/Headers +# +# The Headers, libframework.dll.a and framework.dll are then copied into +# the standard header/library locations so that they can be found by +# compiler/linker. Given that there are no symlinks, there is no other +# way of doing this. +ifeq ($(FRAMEWORK_VERSION_SUPPORT),no) + MAKE_CURRENT_VERSION = no +endif + +# This is used on Apple to build frameworks which can be embedded into +# applications. You usually set it to something like +# @executable_path/../Frameworks and then you can embed the framework +# in an application. +DYLIB_INSTALL_NAME_BASE = $($(GNUSTEP_INSTANCE)_DYLIB_INSTALL_NAME_BASE) + +FRAMEWORK_DIR_NAME = $(GNUSTEP_INSTANCE).framework +FRAMEWORK_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_DIR_NAME) + +ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) + FRAMEWORK_VERSION_DIR_NAME = $(FRAMEWORK_DIR_NAME)/Versions/$(CURRENT_VERSION_NAME) +else + FRAMEWORK_VERSION_DIR_NAME = $(FRAMEWORK_DIR_NAME) +endif + +FRAMEWORK_VERSION_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_VERSION_DIR_NAME) + +# This is not doing much at the moment, it is only defining +# HEADER_FILES, HEADER_SUBDIRS, HEADER_FILES_DIR and +# HEADER_FILES_INSTALL_DIR in the standard way. Please note that +# HEADER_FILES might be empty even if we have headers in subprojects +# that we need to manage and install. So we assume by default that we +# have some headers even if HEADER_FILES is empty. +include $(GNUSTEP_MAKEFILES)/Instance/Shared/headers.make + +# On windows, this is unfortunately required. +ifeq ($(BUILD_DLL), yes) + LINK_AGAINST_ALL_LIBS = yes +endif + +ifeq ($(LINK_AGAINST_ALL_LIBS), yes) + # Link against all libs ... but not the one we're compiling! (not sure + # when this could happen with frameworks, anyway it makes sense) + LIBRARIES_DEPEND_UPON += $(filter-out -l$(GNUSTEP_INSTANCE), $(ALL_LIBS)) +endif + +INTERNAL_LIBRARIES_DEPEND_UPON = \ + $(ALL_LIB_DIRS) \ + $(LIBRARIES_DEPEND_UPON) + +ifeq ($(FOUNDATION_LIB),gnu) + + # On GNUstep, build our dummy class to store information which + # gnustep-base can find at run time. + + # An ObjC class name can not contain '-', but some people '-' this + # in framework names. So we need to encode the '-' in some way + # into an ObjC class name. (since we're there, we also encode '+' + # even if that's not really common). + + # What we do is, we use '_' as an escape character, and encode (in the + # order) as follows: + # + # '_' is converted to '__' + # '-' is converted to '_0' + # '+' is converted to '_1' + # + + # For example, 'Renaissance-Experimental' becomes + # 'Renaissance_0Experimental'. + + # GNUstep-base will convert the name back by applying the reverse rules + # in the reverse order. + + DUMMY_FRAMEWORK = NSFramework_$(subst +,_1,$(subst -,_0,$(subst _,__,$(GNUSTEP_INSTANCE)))) + DUMMY_FRAMEWORK_FILE = $(DERIVED_SOURCES_DIR)/$(DUMMY_FRAMEWORK).m + DUMMY_FRAMEWORK_OBJ_FILE = $(addprefix $(GNUSTEP_OBJ_INSTANCE_DIR)/,$(DUMMY_FRAMEWORK).o) + + # The following file will hold the list of classes compiled into the + # framework, ready to be included in the .plist file. We include the + # list of classes twice, in the object file itself (for when the + # framework is loaded) and in the .plist (for tools which let you + # browse in frameworks on disk and see lists of classes). Please note + # that reading the class list from the .plist requires gnustep-base to + # have properly located the framework bundle on disk, while reading + # the list from the object file itself does not (and so it's more + # likely to work in a portable way), which is why we still save the + # list in the object file rather than only putting it in the .plist. + # Maybe this point should be discarded, and we should only store the class + # list in the .plist file. + DUMMY_FRAMEWORK_CLASS_LIST = $(DERIVED_SOURCES_DIR)/$(GNUSTEP_INSTANCE)-class-list +endif + +FRAMEWORK_HEADER_FILES = $(addprefix $(FRAMEWORK_VERSION_DIR)/Headers/,$(HEADER_FILES)) +FRAMEWORK_HEADER_SUBDIRS = $(addprefix $(FRAMEWORK_VERSION_DIR)/Headers/,$(HEADER_SUBDIRS)) + +# FIXME - do we really those variables too ? +ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) + FRAMEWORK_CURRENT_DIR_NAME = $(FRAMEWORK_DIR_NAME)/Versions/Current +else + FRAMEWORK_CURRENT_DIR_NAME = $(FRAMEWORK_DIR_NAME) +endif + +FRAMEWORK_CURRENT_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_CURRENT_DIR_NAME) +FRAMEWORK_LIBRARY_DIR_NAME = $(FRAMEWORK_VERSION_DIR_NAME)/$(GNUSTEP_TARGET_LDIR) +FRAMEWORK_LIBRARY_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_LIBRARY_DIR_NAME) +FRAMEWORK_CURRENT_LIBRARY_DIR_NAME = $(FRAMEWORK_CURRENT_DIR_NAME)/$(GNUSTEP_TARGET_LDIR) +FRAMEWORK_CURRENT_LIBRARY_DIR = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME) + +ifneq ($(BUILD_DLL), yes) + +FRAMEWORK_LIBRARY_FILE = lib$(GNUSTEP_INSTANCE)$(SHARED_LIBEXT) +ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin) +# On Mac OS X the version number conventionally precedes the shared +# library suffix, e.g., libgnustep-base.1.16.1.dylib. +VERSION_FRAMEWORK_LIBRARY_FILE = lib$(GNUSTEP_INSTANCE).$(VERSION)$(SHARED_LIBEXT) +SONAME_FRAMEWORK_FILE = lib$(GNUSTEP_INSTANCE).$(INTERFACE_VERSION)$(SHARED_LIBEXT) +else +VERSION_FRAMEWORK_LIBRARY_FILE = $(FRAMEWORK_LIBRARY_FILE).$(VERSION) +SONAME_FRAMEWORK_FILE = $(FRAMEWORK_LIBRARY_FILE).$(INTERFACE_VERSION) +endif + +else # BUILD_DLL + +# When you build a DLL, you have to install it in a directory which is +# in your PATH. +ifeq ($(DLL_INSTALLATION_DIR),) + DLL_INSTALLATION_DIR = $(GNUSTEP_TOOLS)/$(GNUSTEP_TARGET_LDIR) +endif + +# When we build a DLL, we also pass -DBUILD_lib{library_name}_DLL=1 to +# the preprocessor. With the new DLL support, this is usually not +# needed; but in some cases some symbols are difficult and have to be +# exported/imported manually. For these cases, the library header +# files can use this preprocessor define to know that they are +# included during compilation of the library itself, or are being +# imported by external code. Typically with the new DLL support if a +# symbol can't be imported you have to mark it with +# __declspec(dllimport) when the library is not being compiled. +# __declspec(dllexport) is not particularly useful instead. + +CLEAN_framework_NAME = $(subst -,_,$(GNUSTEP_INSTANCE)) +SHARED_CFLAGS += -DBUILD_$(CLEAN_framework_NAME)_DLL=1 + +# FRAMEWORK_LIBRARY_FILE is the import library, libRenaissance.dll.a +FRAMEWORK_LIBRARY_FILE = lib$(GNUSTEP_INSTANCE)$(DLL_LIBEXT)$(LIBEXT) +VERSION_FRAMEWORK_LIBRARY_FILE = $(FRAMEWORK_LIBRARY_FILE) +SONAME_FRAMEWORK_FILE = $(FRAMEWORK_LIBRARY_FILE) + +# LIB_LINK_DLL_FILE is the DLL library, Renaissance-0.dll +# (cygRenaissance-0.dll on Cygwin). Include the INTERFACE_VERSION in +# the DLL library name. Applications are linked explicitly to this +# INTERFACE_VERSION of the library; this works exactly in the same way +# as under Unix. +LIB_LINK_DLL_FILE = $(DLL_PREFIX)$(GNUSTEP_INSTANCE)-$(subst .,_,$(INTERFACE_VERSION))$(DLL_LIBEXT) + +FRAMEWORK_OBJ_EXT = $(DLL_LIBEXT) +endif # BUILD_DLL + +FRAMEWORK_FILE_NAME = $(FRAMEWORK_LIBRARY_DIR_NAME)/$(VERSION_FRAMEWORK_LIBRARY_FILE) +FRAMEWORK_FILE = $(GNUSTEP_BUILD_DIR)/$(FRAMEWORK_FILE_NAME) + +ifneq ($($(GNUSTEP_INSTANCE)_INSTALL_DIR),) + FRAMEWORK_INSTALL_DIR = $($(GNUSTEP_INSTANCE)_INSTALL_DIR) +endif + +ifeq ($(FRAMEWORK_INSTALL_DIR),) + FRAMEWORK_INSTALL_DIR = $(GNUSTEP_FRAMEWORKS) +endif + +# +# Now prepare the variables which are used by target-dependent commands +# defined in target.make +# +LIB_LINK_OBJ_DIR = $(FRAMEWORK_LIBRARY_DIR) +LIB_LINK_VERSION_FILE = $(VERSION_FRAMEWORK_LIBRARY_FILE) +LIB_LINK_SONAME_FILE = $(SONAME_FRAMEWORK_FILE) +LIB_LINK_FILE = $(FRAMEWORK_LIBRARY_FILE) +LIB_LINK_INSTALL_DIR = $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_LIBRARY_DIR_NAME) + +ifneq ($(DYLIB_INSTALL_NAME_BASE),) + LIB_LINK_INSTALL_NAME = $(DYLIB_INSTALL_NAME_BASE)/$(FRAMEWORK_FILE_NAME) +else + # Use a relative path for easy relocation. + LIB_LINK_INSTALL_NAME = $(GNUSTEP_INSTANCE).framework/$(GNUSTEP_INSTANCE) + + # On Mac OS X, set absolute install_name if requested + ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin) + ifeq ($(GNUSTEP_ABSOLUTE_INSTALL_PATHS), yes) + LIB_LINK_INSTALL_NAME = $(LIB_LINK_INSTALL_DIR)/$(GNUSTEP_INSTANCE) + endif + endif +endif + + +GNUSTEP_SHARED_BUNDLE_RESOURCE_PATH = $(FRAMEWORK_VERSION_DIR)/Resources +include $(GNUSTEP_MAKEFILES)/Instance/Shared/bundle.make + +internal-framework-all_:: $(GNUSTEP_OBJ_INSTANCE_DIR) $(OBJ_DIRS_TO_CREATE) \ + build-framework +# If they specified Info-gnustep.plist in the xxx_RESOURCE_FILES, +# print a warning. They are supposed to provide a xxxInfo.plist which +# gets merged with the automatically generated entries to generate +# Info-gnustep.plist. +ifneq ($(FOUNDATION_LIB), apple) + ifneq ($(filter Info-gnustep.plist,$($(GNUSTEP_INSTANCE)_RESOURCE_FILES)),) + $(WARNING_INFO_GNUSTEP_PLIST) + endif +else + ifneq ($(filter Info.plist,$($(GNUSTEP_INSTANCE)_RESOURCE_FILES)),) + $(WARNING_INFO_PLIST) + endif +endif + +internal-framework-build-headers:: $(FRAMEWORK_VERSION_DIR)/Headers \ + $(FRAMEWORK_HEADER_SUBDIRS) \ + $(FRAMEWORK_HEADER_FILES) \ + build-framework-dirs + +ifeq ($(MAKE_CURRENT_VERSION),yes) + +# A target to build/reset the Current symlink to point to the newly +# compiled framework. Only executed if MAKE_CURRENT_VERSION is yes, +# and only executed if the symlink doesn't exist yet, or if +# FRAMEWORK_VERSION_DIR is newer than the symlink. This is to avoid +# rebuilding the symlink every single time, which is a waste of time. +UPDATE_CURRENT_SYMLINK_RULE = $(FRAMEWORK_DIR)/Versions/Current +$(FRAMEWORK_DIR)/Versions/Current: $(FRAMEWORK_VERSION_DIR) + $(ECHO_UPDATING_VERSION_SYMLINK)cd $(FRAMEWORK_DIR)/Versions; \ + $(RM_LN_S) Current; \ + $(LN_S) $(CURRENT_VERSION_NAME) Current$(END_ECHO) + +else +UPDATE_CURRENT_SYMLINK_RULE = +endif + +# FIXME/TODO - the following rule is always executed. This is stupid. +# We should have some decent dependencies so that it's not executed if +# there is nothing to build. :-) + +# Please note that test -h must be used instead of test -L because on +# old Sun Solaris, test -h works but test -L does not. +build-framework-dirs: $(DERIVED_SOURCES_DIR) \ + $(FRAMEWORK_LIBRARY_DIR) \ + $(FRAMEWORK_VERSION_DIR)/Resources \ + $(FRAMEWORK_RESOURCE_DIRS) \ + $(UPDATE_CURRENT_SYMLINK_RULE) +ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) + $(ECHO_NOTHING)cd $(FRAMEWORK_DIR); \ + if [ ! -h "Resources" ]; then \ + $(RM_LN_S) Resources; \ + $(LN_S_RECURSIVE) Versions/Current/Resources Resources; \ + fi; \ + if [ ! -h "Headers" ]; then \ + $(RM_LN_S) Headers; \ + $(LN_S_RECURSIVE) Versions/Current/Headers Headers; \ + fi$(END_ECHO) +endif + $(ECHO_NOTHING)cd $(DERIVED_SOURCES_DIR); \ + if [ ! -h "$(HEADER_FILES_INSTALL_DIR)" ]; then \ + $(RM_LN_S) ./$(HEADER_FILES_INSTALL_DIR); \ + $(LN_S_RECURSIVE) ../$(FRAMEWORK_DIR_NAME)/Headers \ + ./$(HEADER_FILES_INSTALL_DIR); \ + fi$(END_ECHO) + +$(FRAMEWORK_LIBRARY_DIR): + $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) + +$(FRAMEWORK_VERSION_DIR)/Headers: + $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) + +$(FRAMEWORK_HEADER_SUBDIRS): + $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) + +$(DERIVED_SOURCES_DIR): $(DERIVED_SOURCES_DIR)/.stamp +$(DERIVED_SOURCES_DIR)/.stamp: + $(ECHO_CREATING)$(MKDIRS) $(DERIVED_SOURCES_DIR); \ + touch $@$(END_ECHO) + +# Need to share this code with the headers code ... but how. + +# IMPORTANT: It is tempting to have a file (a header, in this case) +# depend on the directory in which we want to create it (the +# .../Headers/ directory in this case). The idea being that make +# would automatically create the directory before the file. That +# might work for a single file, but could trigger spurious rebuilds if +# you have more than one file in the directory. The first file will +# create the directory, then create the file. The second file will be +# created inside the directory; but on some filesystems, creating the +# file inside the directory then updates the 'last modified' timestamp +# of the directory. So next time you run make, the directory is +# 'newer' than the first file, and because the first file depends on +# the directory, make will determine that it needs to be updated, +# triggering a spurious recreation of the file. If you also have +# auto-dependencies turned on, this might in turn cause recompilation +# and further spurious rebuilding to happen. +$(FRAMEWORK_VERSION_DIR)/Headers/%.h: $(HEADER_FILES_DIR)/%.h + $(ECHO_CREATING)$(INSTALL_DATA) $< $@$(END_ECHO) + +OBJC_OBJ_FILES_TO_INSPECT = $(OBJC_OBJ_FILES) $(SUBPROJECT_OBJ_FILES) + +# FIXME - We should not depend on GNUmakefile - rather we should use +# Instance/Shared/stamp-string.make if we need to depend on the value +# of some make variables. That would also detect a change in +# FRAMEWORK_INSTALL_DIR from the command line, not currently covered +# at the moment! +# +# To get the list of all classes, we use +# $(EXTRACT_CLASS_NAMES_COMMAND), which is defined in target.make +# +# +# The following rule will also build the DUMMY_FRAMEWORK_CLASS_LIST +# file. This file is always created/deleted at the same time as the +# DUMMY_FRAMEWORK_FILE. +$(DUMMY_FRAMEWORK_FILE): $(DERIVED_SOURCES_DIR)/.stamp $(OBJ_FILES_TO_LINK) GNUmakefile + $(ECHO_CREATING) classes=""; \ + for object_file in $(OBJC_OBJ_FILES_TO_INSPECT) __dummy__; do \ + if [ "$$object_file" != "__dummy__" ]; then \ + sym=`$(EXTRACT_CLASS_NAMES_COMMAND)`; \ + classes="$$classes $$sym"; \ + fi; \ + done; \ + classlist=""; \ + classarray=""; \ + for f in $$classes __dummy__ ; do \ + if [ "$$f" != "__dummy__" ]; then \ + if [ "$$classlist" = "" ]; then \ + classlist="@\"$$f\""; \ + classarray="(\"$$f\""; \ + else \ + classlist="$$classlist, @\"$$f\""; \ + classarray="$$classarray, \"$$f\""; \ + fi; \ + fi; \ + done; \ + if [ "$$classlist" = "" ]; then \ + classlist="NULL"; \ + classarray="()"; \ + else \ + classlist="$$classlist, NULL"; \ + classarray="$$classarray)"; \ + fi; \ + echo "$$classarray" > $(DUMMY_FRAMEWORK_CLASS_LIST); \ + echo "#include " > $@; \ + echo "#include " > $@; \ + echo "@interface $(DUMMY_FRAMEWORK) : NSObject" >> $@; \ + echo "+ (NSString *)frameworkEnv;" >> $@; \ + echo "+ (NSString *)frameworkPath;" >> $@; \ + echo "+ (NSString *)frameworkVersion;" >> $@; \ + echo "+ (NSString *const*)frameworkClasses;" >> $@; \ + echo "@end" >> $@; \ + echo "@implementation $(DUMMY_FRAMEWORK)" >> $@; \ + echo "+ (NSString *)frameworkEnv { return nil; }" >> $@; \ + echo "+ (NSString *)frameworkPath { return @\"/usr/local/GNUstep/Local/Library/Frameworks\"; }" >> $@; \ + echo "+ (NSString *)frameworkVersion { return @\"$(CURRENT_VERSION_NAME)\"; }" >> $@; \ + echo "static NSString *allClasses[] = {$$classlist};" >> $@; \ + echo "+ (NSString *const*)frameworkClasses { return allClasses; }" >> $@;\ + echo "@end" >> $@$(END_ECHO) + +ifeq ($(FOUNDATION_LIB),gnu) +$(DUMMY_FRAMEWORK_OBJ_FILE): $(DUMMY_FRAMEWORK_FILE) + $(ECHO_COMPILING)$(CC) $< -c $(ALL_CPPFLAGS) $(ALL_OBJCFLAGS) -o $@$(END_ECHO) +endif + +ifeq ($(FOUNDATION_LIB),gnu) + FRAMEWORK_INFO_PLIST_FILE = Info-gnustep.plist +else + FRAMEWORK_INFO_PLIST_FILE = Info.plist +endif + +ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) +build-framework: internal-framework-run-compile-submake \ + shared-instance-bundle-all \ + $(FRAMEWORK_VERSION_DIR)/Resources/$(FRAMEWORK_INFO_PLIST_FILE) \ + $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE) +else +build-framework: internal-framework-run-compile-submake \ + shared-instance-bundle-all \ + $(FRAMEWORK_VERSION_DIR)/Resources/$(FRAMEWORK_INFO_PLIST_FILE) +endif + +ifeq ($(findstring darwin, $(GNUSTEP_TARGET_OS)), darwin) +# When building native frameworks on Apple, we need to create a +# top-level symlink xxx.framework/xxx ---> the framework shared +# library. On Darwin (non-Apple) we do this as well since we can partially +# emulate frameworks (see the ld_lib_path.sh comments on this). + +# Please note that the following keeps the top-level symlink pointing +# to the framework in Current. This is always correct, even if what +# we are compiling is not made the Current framework version, but if +# what we are compiling is not made the Current framework version, I +# think it's not our business to touch the Current stuff, so let's +# ignore it. It's faster to ignore it anyway. ;-) +$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR): + $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) + +$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE): $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR) +ifeq ($(MAKE_CURRENT_VERSION),yes) + $(ECHO_NOTHING)cd $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework; \ + $(RM_LN_S) $(GNUSTEP_INSTANCE); \ + $(LN_S) Versions/Current/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE) $(GNUSTEP_INSTANCE)$(END_ECHO) +endif + +else + +# We create a top-level symlink (/copy) +# +# xxx.framework/{TARGET_LDIR}/xxx --> +# +# And also +# +# xxx.framework/{TARGET_LDIR}/libxxx.so --> +# +# On Windows, we don't do any of this since there are no versions anyway. +# +# The reason for doing this is that you can link against the uninstalled framework +# by just using -Lpath_to_the_framework/xxx.framework/$TARGET_LDIR +# +ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) +$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR): + $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) + +$(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE): $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR) +ifeq ($(MAKE_CURRENT_VERSION),yes) + $(ECHO_NOTHING)cd $(GNUSTEP_BUILD_DIR)/$(GNUSTEP_INSTANCE).framework/$(GNUSTEP_TARGET_LDIR); \ + $(RM_LN_S) $(GNUSTEP_INSTANCE) $(FRAMEWORK_LIBRARY_FILE); \ + $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_TARGET_LDIR) \ + Versions/Current/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE) short` \ + $(GNUSTEP_INSTANCE); \ + $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_TARGET_LDIR) \ + Versions/Current/$(GNUSTEP_TARGET_LDIR)/$(FRAMEWORK_LIBRARY_FILE) short` \ + $(FRAMEWORK_LIBRARY_FILE)$(END_ECHO) +endif +endif +endif + +ifneq ($(BUILD_DLL), yes) + LIB_LINK_FRAMEWORK_FILE = $(LIB_LINK_FILE) +else + LIB_LINK_FRAMEWORK_FILE = $(LIB_LINK_DLL_FILE) +endif + +LIB_LINK_FILES_TO_LINK = $(OBJ_FILES_TO_LINK) + +# Important: FRAMEWORK_FILE (which is created in the parallel +# 'compile' invocation) depends on DUMMY_FRAMEWORK_OBJ_FILES as well, +# which depends on a lot of other rules. These rules *must* be safe +# for parallel building, because they will be used during a parallel +# build. In particular, note that DUMMY_FRAMEWORK_OBJ_FILE must +# itself depend on OBJ_FILES_TO_LINK else it might be built before all +# files are compiled. +$(FRAMEWORK_FILE): $(DUMMY_FRAMEWORK_OBJ_FILE) $(OBJ_FILES_TO_LINK) +ifeq ($(OBJ_FILES_TO_LINK),) + $(WARNING_EMPTY_LINKING) +endif + $(ECHO_LINKING) \ + $(LIB_LINK_CMD) || $(RM) $(FRAMEWORK_FILE) ; \ + (cd $(LIB_LINK_OBJ_DIR); \ + $(RM_LN_S) $(GNUSTEP_INSTANCE); \ + $(LN_S) $(LIB_LINK_FRAMEWORK_FILE) $(GNUSTEP_INSTANCE)) \ + $(END_ECHO) + +ifeq ($(GNUSTEP_MAKE_PARALLEL_BUILDING), no) +# Standard building +internal-framework-run-compile-submake: $(FRAMEWORK_FILE) +else +# Parallel building. The actual compilation is delegated to a +# sub-make invocation where _GNUSTEP_MAKE_PARALLEL is set to yet. +# That sub-make invocation will compile files in parallel. +internal-framework-run-compile-submake: + $(ECHO_NOTHING_RECURSIVE_MAKE)$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \ + internal-framework-compile \ + GNUSTEP_TYPE=$(GNUSTEP_TYPE) \ + GNUSTEP_INSTANCE=$(GNUSTEP_INSTANCE) \ + GNUSTEP_OPERATION=compile \ + GNUSTEP_BUILD_DIR="$(GNUSTEP_BUILD_DIR)" \ + _GNUSTEP_MAKE_PARALLEL=yes$(END_ECHO_RECURSIVE_MAKE) + +internal-framework-compile: $(FRAMEWORK_FILE) +endif + +PRINCIPAL_CLASS = $(strip $($(GNUSTEP_INSTANCE)_PRINCIPAL_CLASS)) + +ifeq ($(PRINCIPAL_CLASS),) + PRINCIPAL_CLASS = $(GNUSTEP_INSTANCE) +endif + +MAIN_MODEL_FILE = $(strip $(subst .gmodel,,$(subst .gorm,,$(subst .nib,,$($(GNUSTEP_INSTANCE)_MAIN_MODEL_FILE))))) + +# FIXME: Use stamp.make to depend on the value of MAIN_MODEL_FILE and PRINCIPAL_CLASS + +# FIXME: MacOSX frameworks should also merge xxxInfo.plist into them +# MacOSX-S frameworks +$(FRAMEWORK_VERSION_DIR)/Resources/Info.plist: + $(ECHO_CREATING)(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ + echo " NSExecutable = \"$(GNUSTEP_INSTANCE)\";"; \ + echo " NSMainNibFile = \"$(MAIN_MODEL_FILE)\";"; \ + echo " NSPrincipalClass = \"$(PRINCIPAL_CLASS)\";"; \ + echo "}") >$@$(END_ECHO) + +# GNUstep frameworks +$(FRAMEWORK_VERSION_DIR)/Resources/Info-gnustep.plist: \ + $(DUMMY_FRAMEWORK_FILE) \ + $(GNUSTEP_PLIST_DEPEND) + $(ECHO_CREATING)(echo "{"; echo ' NOTE = "Automatically generated, do not edit!";'; \ + echo " NSExecutable = \"$(GNUSTEP_INSTANCE)$(FRAMEWORK_OBJ_EXT)\";"; \ + echo " NSMainNibFile = \"$(MAIN_MODEL_FILE)\";"; \ + echo " NSPrincipalClass = \"$(PRINCIPAL_CLASS)\";"; \ + echo " Classes = "; \ + cat $(DUMMY_FRAMEWORK_CLASS_LIST); \ + echo " ;"; \ + echo "}") >$@$(END_ECHO) + $(ECHO_NOTHING)if [ -r "$(GNUSTEP_PLIST_DEPEND)" ]; then \ + plmerge $@ $(GNUSTEP_PLIST_DEPEND); \ + fi$(END_ECHO) + +ifneq ($(BUILD_DLL),yes) + +ifeq ($(FOUNDATION_LIB),gnu) + +internal-framework-install_:: $(FRAMEWORK_INSTALL_DIR) \ + $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) \ + $(GNUSTEP_HEADERS) + $(ECHO_INSTALLING)rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME); \ + (cd $(GNUSTEP_BUILD_DIR); $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list $(FRAMEWORK_DIR_NAME)) | (cd $(FRAMEWORK_INSTALL_DIR); $(TAR) xf -)$(END_ECHO) +ifneq ($(CHOWN_TO),) + $(ECHO_CHOWNING)$(CHOWN) -R $(CHOWN_TO) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)$(END_ECHO) +endif +ifeq ($(strip),yes) + $(ECHO_STRIPPING)$(STRIP) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_FILE_NAME)$(END_ECHO) +endif + $(ECHO_INSTALLING_HEADERS)cd $(GNUSTEP_HEADERS); \ + $(RM_LN_S) $(HEADER_FILES_INSTALL_DIR); \ + $(LN_S_RECURSIVE) `$(REL_PATH_SCRIPT) $(GNUSTEP_HEADERS) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)/Headers short` $(HEADER_FILES_INSTALL_DIR); \ + $(END_ECHO) +ifneq ($(CHOWN_TO),) + $(ECHO_CHOWNING)cd $(GNUSTEP_HEADERS); \ + $(CHOWN) $(CHOWN_TO) $(HEADER_FILES_INSTALL_DIR); \ + $(END_ECHO) +endif + $(ECHO_NOTHING)cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ + $(RM_LN_S) $(FRAMEWORK_LIBRARY_FILE); \ + $(RM_LN_S) $(SONAME_FRAMEWORK_FILE); \ + $(RM_LN_S) $(VERSION_FRAMEWORK_LIBRARY_FILE); \ + $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(FRAMEWORK_LIBRARY_FILE) short` $(FRAMEWORK_LIBRARY_FILE); \ + if test -r "$(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(SONAME_FRAMEWORK_FILE)"; then \ + $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(SONAME_FRAMEWORK_FILE) short` $(SONAME_FRAMEWORK_FILE); \ + fi; \ + $(LN_S) `$(REL_PATH_SCRIPT) $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_CURRENT_LIBRARY_DIR_NAME)/$(VERSION_FRAMEWORK_LIBRARY_FILE) short` $(VERSION_FRAMEWORK_LIBRARY_FILE)$(END_ECHO) +ifneq ($(CHOWN_TO),) + $(ECHO_CHOWNING)cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ + $(CHOWN) $(CHOWN_TO) $(FRAMEWORK_LIBRARY_FILE); \ + if test -r "$(SONAME_FRAMEWORK_FILE)"; then \ + $(CHOWN) $(CHOWN_TO) $(SONAME_FRAMEWORK_FILE); \ + fi; \ + $(CHOWN) $(CHOWN_TO) $(VERSION_FRAMEWORK_LIBRARY_FILE)$(END_ECHO) +endif + +else + +# This code for Apple OSX + +internal-framework-install_:: $(FRAMEWORK_INSTALL_DIR) + $(ECHO_INSTALLING)rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME); \ + (cd $(GNUSTEP_BUILD_DIR); $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list $(FRAMEWORK_DIR_NAME)) | (cd $(FRAMEWORK_INSTALL_DIR); $(TAR) xf -)$(END_ECHO) +ifneq ($(CHOWN_TO),) + $(ECHO_CHOWNING)$(CHOWN) -R $(CHOWN_TO) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)$(END_ECHO) +endif +ifeq ($(strip),yes) + $(ECHO_STRIPPING)$(STRIP) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_FILE_NAME)$(END_ECHO) +endif + +endif + +else # install DLL + +internal-framework-install_:: $(FRAMEWORK_INSTALL_DIR) \ + $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) \ + $(GNUSTEP_HEADERS) \ + $(DLL_INSTALLATION_DIR) + $(ECHO_INSTALLING)\ + rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME); \ + (cd $(GNUSTEP_BUILD_DIR);\ + $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list \ + $(FRAMEWORK_DIR_NAME)) | (cd $(FRAMEWORK_INSTALL_DIR); \ + $(TAR) xf -)$(END_ECHO) +ifneq ($(CHOWN_TO),) + $(ECHO_CHOWNING)$(CHOWN) -R $(CHOWN_TO) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)$(END_ECHO) +endif +ifeq ($(strip),yes) + $(ECHO_STRIPPING)$(STRIP) $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_FILE_NAME)$(END_ECHO) +endif + $(ECHO_INSTALLING_HEADERS)cd $(GNUSTEP_HEADERS); \ + if test -d "$(HEADER_FILES_INSTALL_DIR)"; then \ + rm -Rf $(HEADER_FILES_INSTALL_DIR); \ + fi; \ + $(MKINSTALLDIRS) $(HEADER_FILES_INSTALL_DIR); \ + cd $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_VERSION_DIR_NAME)/Headers ; \ + $(TAR) cfX - $(GNUSTEP_MAKEFILES)/tar-exclude-list . | (cd $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR); \ + $(TAR) xf - ); \ + $(END_ECHO) +ifneq ($(CHOWN_TO),) + $(ECHO_CHOWNING)cd $(GNUSTEP_HEADERS); \ + $(CHOWN) -R $(CHOWN_TO) $(HEADER_FILES_INSTALL_DIR); \ + $(END_ECHO) +endif + $(ECHO_NOTHING)$(INSTALL_PROGRAM) $(FRAMEWORK_LIBRARY_DIR)/$(LIB_LINK_DLL_FILE) \ + $(DLL_INSTALLATION_DIR)$(END_ECHO) + $(ECHO_NOTHING)$(INSTALL_PROGRAM) $(FRAMEWORK_FILE_NAME) \ + $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR)$(END_ECHO) + +endif + +$(DLL_INSTALLATION_DIR): + $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) + +# If Version support is disabled, then this directory is the same as +# the Resources directory in Shared/bundle.make for which we already +# have a rule. +ifeq ($(FRAMEWORK_VERSION_SUPPORT), yes) +$(FRAMEWORK_DIR)/Resources: + $(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO) +endif + +$(FRAMEWORK_INSTALL_DIR): + $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) + +$(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR): + $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) + +$(GNUSTEP_HEADERS): + $(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO) + +ifneq ($(BUILD_DLL), yes) +# NB: We use '$(RM_LN_S)' to remove the symlinks to insure +# that we do not remove customized real directories. +internal-framework-uninstall_:: + $(ECHO_UNINSTALLING)if [ "$(HEADER_FILES)" != "" ]; then \ + for file in $(HEADER_FILES) __done; do \ + if [ $$file != __done ]; then \ + rm -rf $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)/$$file ; \ + fi; \ + done; \ + fi; \ + $(RM_LN_S) $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR) ; \ + rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME) ; \ + cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ + $(RM_LN_S) $(FRAMEWORK_LIBRARY_FILE); \ + $(RM_LN_S) $(SONAME_FRAMEWORK_FILE); \ + $(RM_LN_S) $(VERSION_FRAMEWORK_LIBRARY_FILE); \ + $(END_ECHO) +else +internal-framework-uninstall_:: + $(ECHO_UNINSTALLING)if [ "$(HEADER_FILES)" != "" ]; then \ + for file in $(HEADER_FILES) __done; do \ + if [ $$file != __done ]; then \ + rm -rf $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)/$$file ; \ + fi; \ + done; \ + fi; \ + $(RM_LN_S) $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR) ; \ + rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME) ; \ + cd $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR); \ + $(RM_LN_S) $(FRAMEWORK_LIBRARY_FILE); \ + cd $(DLL_INSTALLATION_DIR); \ + $(RM_LN_S) $(LIB_LINK_DLL_FILE); \ + $(END_ECHO) +endif +# +# Cleaning targets +# +internal-framework-clean:: + $(ECHO_NOTHING)rm -rf \ + $(PSWRAP_C_FILES) $(PSWRAP_H_FILES) \ + $(FRAMEWORK_DIR) $(DERIVED_SOURCES_DIR)$(END_ECHO) + +internal-framework-distclean:: + +include $(GNUSTEP_MAKEFILES)/Instance/Shared/strings.make Index: head/www/sogo/files/patch-SoObjects_SOGo_master-framework.make =================================================================== --- head/www/sogo/files/patch-SoObjects_SOGo_master-framework.make (revision 400145) +++ head/www/sogo/files/patch-SoObjects_SOGo_master-framework.make (revision 400146) @@ -1,33 +1,33 @@ ---- SoObjects/SOGo/master-framework.make.orig 2015-09-23 03:38:31 UTC +--- SoObjects/SOGo/master-framework.make.orig 2015-10-24 21:25:08 UTC +++ SoObjects/SOGo/master-framework.make @@ -0,0 +1,30 @@ +# +# framework.make +# +# Makefile rules to build GNUstep-based frameworks. +# +# Copyright (C) 2002 Free Software Foundation, Inc. +# +# Author: Nicola Pero +# +# This file is part of the GNUstep Makefile Package. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 3 +# of the License, or (at your option) any later version. +# +# You should have received a copy of the GNU General Public +# License along with this library; see the file COPYING. +# If not, write to the Free Software Foundation, +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +ifeq ($(GNUSTEP_INSTANCE),) +include $(GNUSTEP_MAKEFILES)/Master/framework.make +else + +ifeq ($(GNUSTEP_TYPE),framework) +include instance-framework.make +endif + +endif Index: head/www/sogo/files/patch-Tests_Unit_SOGoTest.m =================================================================== --- head/www/sogo/files/patch-Tests_Unit_SOGoTest.m (nonexistent) +++ head/www/sogo/files/patch-Tests_Unit_SOGoTest.m (revision 400146) @@ -0,0 +1,15 @@ +--- Tests/Unit/SOGoTest.m.orig 2015-09-16 18:41:31 UTC ++++ Tests/Unit/SOGoTest.m +@@ -245,10 +245,10 @@ NSString *_stringForCharacterAtIndex(NSU + sc2 = _stringForCharacterAtIndex(i, str2, length2); + + if ([sc1 isEqualToString: sc2]) +- finalSTR = [finalSTR stringByAppendingFormat: @"%u |%@|\n", i, sc1]; ++ finalSTR = [finalSTR stringByAppendingFormat: @"%lu |%@|\n", i, sc1]; + else + { +- finalSTR = [finalSTR stringByAppendingFormat: @"%u |%@|%@|<--\n", i, sc1, sc2]; ++ finalSTR = [finalSTR stringByAppendingFormat: @"%lu |%@|%@|<--\n", i, sc1, sc2]; + differencesFound = YES; + } + } Property changes on: head/www/sogo/files/patch-Tests_Unit_SOGoTest.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tests_Unit_TestNGMimeAddressHeaderFieldGenerator.m =================================================================== --- head/www/sogo/files/patch-Tests_Unit_TestNGMimeAddressHeaderFieldGenerator.m (nonexistent) +++ head/www/sogo/files/patch-Tests_Unit_TestNGMimeAddressHeaderFieldGenerator.m (revision 400146) @@ -0,0 +1,23 @@ +--- Tests/Unit/TestNGMimeAddressHeaderFieldGenerator.m.orig 2015-09-16 18:41:31 UTC ++++ Tests/Unit/TestNGMimeAddressHeaderFieldGenerator.m +@@ -39,8 +39,8 @@ + @"", // email between brackets + @"\"\" ", // doubled + @"\"wolfgang@inverse.ca\" ", // with and without br. +- @"Àñinéoblabla ", // accented full name +- @"Àñinéoblabla Bla Blé ", // accented and multiword ++ @"=?utf-8?q?=C3=80=C3=B1in=C3=A9oblabla?= ", // accented full name ++ @"=?utf-8?q?=C3=80=C3=B1in=C3=A9oblabla_Bla_Bl=C3=A9?= ", // accented and multiword + @"Wolfgang Sourdeau \"Bla Bla\" ", // partly quoted + @"Wolfgang Sourdeau ", // full name + email + nil }; +@@ -50,8 +50,7 @@ + @"\"\" ", // doubled + @"\"wolfgang@inverse.ca\" ", // with and without br. + @"=?utf-8?q?=C3=80=C3=B1in=C3=A9oblabla?= ", // accented full name +- @"=?utf-8?q?=C3=80=C3=B1in=C3=A9oblabla_Bla_Bl=C3=A9?= ", // accented +- // and multiword ++ @"=?utf-8?q?=C3=80=C3=B1in=C3=A9oblabla_Bla_Bl=C3=A9?= ", // accented and multiword + + /* NOTE: the following are wrong but tolerated for now */ + @"Wolfgang Sourdeau \"Bla Bla\" ", // partly quoted Property changes on: head/www/sogo/files/patch-Tests_Unit_TestNGMimeAddressHeaderFieldGenerator.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tests_Unit_TestNGMimeMessageGenerator.m =================================================================== --- head/www/sogo/files/patch-Tests_Unit_TestNGMimeMessageGenerator.m (nonexistent) +++ head/www/sogo/files/patch-Tests_Unit_TestNGMimeMessageGenerator.m (revision 400146) @@ -0,0 +1,11 @@ +--- Tests/Unit/TestNGMimeMessageGenerator.m.orig 2015-09-16 18:41:31 UTC ++++ Tests/Unit/TestNGMimeMessageGenerator.m +@@ -117,7 +117,7 @@ + NSString *diff = [self stringFromDiffBetween: [NSString stringWithString: resultString] + and: [NSString stringWithString: expected]]; + NSString *testErrorMsg = [NSString +- stringWithFormat: @">> For %@ header received:\n%@[END]\n>> instead of:\n%@[END]\n>> for:\n%@\n>> diff:\n%@\n>> lengthReceived: %u lengthExpected: %u", ++ stringWithFormat: @">> For %@ header received:\n%@[END]\n>> instead of:\n%@[END]\n>> for:\n%@\n>> diff:\n%@\n>> lengthReceived: %lu lengthExpected: %lu", + header, + resultString, + expected, Property changes on: head/www/sogo/files/patch-Tests_Unit_TestNGMimeMessageGenerator.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tests_Unit_TestVersit.m =================================================================== --- head/www/sogo/files/patch-Tests_Unit_TestVersit.m (nonexistent) +++ head/www/sogo/files/patch-Tests_Unit_TestVersit.m (revision 400146) @@ -0,0 +1,41 @@ +--- Tests/Unit/TestVersit.m.orig 2015-09-16 18:41:31 UTC ++++ Tests/Unit/TestVersit.m +@@ -34,6 +34,10 @@ + + - (void) test_rendering + { ++ ++#pragma clang diagnostic push ++#pragma clang diagnostic ignored "-Wobjc-string-compare" ++ + CardElement *element; + CardVersitRenderer *renderer; + NSString *result; +@@ -137,10 +141,17 @@ + testEquals(result, @"ELEM:NONEMPTY=coucou\r\n"); + + /** tests about parameters handling could be nice */ ++ ++#pragma clang diagnostic pop ++ + } + + - (void) test_parsing + { ++ ++#pragma clang diagnostic push ++#pragma clang diagnostic ignored "-Wobjc-string-compare" ++ + CardGroup *group; + CardElement *element; + NSString *versit; +@@ -201,6 +212,9 @@ + element = [group firstChildWithTag: @"element"]; + testEquals([element flattenedValueAtIndex: 0 forKey: @""], @"value"); + testEquals([element value: 0 ofAttribute: @"param1"], @"paramvalue1, with comma"); ++ ++#pragma clang diagnostic pop ++ + } + + @end Property changes on: head/www/sogo/files/patch-Tests_Unit_TestVersit.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tests_Unit_TestiCalRecurrenceCalculator.m =================================================================== --- head/www/sogo/files/patch-Tests_Unit_TestiCalRecurrenceCalculator.m (nonexistent) +++ head/www/sogo/files/patch-Tests_Unit_TestiCalRecurrenceCalculator.m (revision 400146) @@ -0,0 +1,29 @@ +--- Tests/Unit/TestiCalRecurrenceCalculator.m.orig 2015-09-16 18:41:31 UTC ++++ Tests/Unit/TestiCalRecurrenceCalculator.m +@@ -107,7 +107,7 @@ + [currentOccurrence descriptionWithCalendarFormat: dateFormat]]; + testWithMessage([currentOccurrence isDateOnSameDay: [[occurrences objectAtIndex: j] startDate]], error); + } +- error = [NSString stringWithFormat: @"Unexpected number of occurrences for recurrence rule %@ (found %i, expected %i)", ++ error = [NSString stringWithFormat: @"Unexpected number of occurrences for recurrence rule %@ (found %ld, expected %ld)", + [currentRule objectAtIndex: 1], + [occurrences count], + [currentRule count] - 2]; +@@ -211,7 +211,7 @@ + [currentOccurrence descriptionWithCalendarFormat: dateFormat]]; + testWithMessage([currentOccurrence isDateOnSameDay: [[occurrences objectAtIndex: j] startDate]], error); + } +- error = [NSString stringWithFormat: @"Unexpected number of occurrences for recurrence rule %@ (found %i, expected %i)", ++ error = [NSString stringWithFormat: @"Unexpected number of occurrences for recurrence rule %@ (found %ld, expected %ld)", + [currentRule objectAtIndex: 1], + [occurrences count], + [currentRule count] - 2]; +@@ -376,7 +376,7 @@ + [currentOccurrence descriptionWithCalendarFormat: dateFormat]]; + testWithMessage([currentOccurrence isDateOnSameDay: [[occurrences objectAtIndex: j] startDate]], error); + } +- error = [NSString stringWithFormat: @"Unexpected number of occurrences for recurrence rule %@ (found %i, expected %i)", ++ error = [NSString stringWithFormat: @"Unexpected number of occurrences for recurrence rule %@ (found %ld, expected %ld)", + [currentRule objectAtIndex: 1], + [occurrences count], + [currentRule count] - 2]; Property changes on: head/www/sogo/files/patch-Tests_Unit_TestiCalRecurrenceCalculator.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tests_Unit_TestiCalTimeZonePeriod.m =================================================================== --- head/www/sogo/files/patch-Tests_Unit_TestiCalTimeZonePeriod.m (nonexistent) +++ head/www/sogo/files/patch-Tests_Unit_TestiCalTimeZonePeriod.m (revision 400146) @@ -0,0 +1,13 @@ +--- Tests/Unit/TestiCalTimeZonePeriod.m.orig 2015-09-16 18:41:31 UTC ++++ Tests/Unit/TestiCalTimeZonePeriod.m +@@ -80,8 +80,8 @@ + testWithMessage ((NSInteger) [testDate timeIntervalSince1970] + == occurrenceSeconds[count], + ([NSString stringWithFormat: +- @"test %d: seconds do not match:" +- @" delta = %d", count, delta])); ++ @"test %ld: seconds do not match:" ++ @" delta = %ld", count, delta])); + } + } + Property changes on: head/www/sogo/files/patch-Tests_Unit_TestiCalTimeZonePeriod.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tools_SOGoEAlarmsNotifier.m =================================================================== --- head/www/sogo/files/patch-Tools_SOGoEAlarmsNotifier.m (nonexistent) +++ head/www/sogo/files/patch-Tools_SOGoEAlarmsNotifier.m (revision 400146) @@ -0,0 +1,13 @@ +--- Tools/SOGoEAlarmsNotifier.m.orig 2015-09-16 18:41:31 UTC ++++ Tools/SOGoEAlarmsNotifier.m +@@ -81,8 +81,8 @@ + timestamp = (int) [[NSDate date] timeIntervalSince1970]; + pGUID = [[NSProcessInfo processInfo] globallyUniqueString]; + +- messageID = [NSString stringWithFormat: @"<%0X-%0X-%0X-%0X@%u>", +- pid, timestamp, sequence, random(), [pGUID hash]]; ++ messageID = [NSString stringWithFormat: @"<%0X-%0X-%0X-%0X@%lu>", ++ pid, timestamp, sequence, (unsigned int)random(), [pGUID hash]]; + + return [messageID lowercaseString]; + } Property changes on: head/www/sogo/files/patch-Tools_SOGoEAlarmsNotifier.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tools_SOGoSockDOperation.m =================================================================== --- head/www/sogo/files/patch-Tools_SOGoSockDOperation.m (nonexistent) +++ head/www/sogo/files/patch-Tools_SOGoSockDOperation.m (revision 400146) @@ -0,0 +1,11 @@ +--- Tools/SOGoSockDOperation.m.orig 2015-09-16 18:41:31 UTC ++++ Tools/SOGoSockDOperation.m +@@ -145,7 +145,7 @@ Class SOGoContactSourceFolderKlass = Nil + [self _appendEntry: [resultEntries objectAtIndex: count] + toResult: result]; + +- [result appendFormat: @"RESULT\ncode: %", resultCode]; ++ [result appendFormat: @"RESULT\ncode: %d", resultCode]; + [responseSocket + safeWriteData: [result dataUsingEncoding: NSASCIIStringEncoding]]; + } Property changes on: head/www/sogo/files/patch-Tools_SOGoSockDOperation.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tools_SOGoToolCreateFolder.m =================================================================== --- head/www/sogo/files/patch-Tools_SOGoToolCreateFolder.m (nonexistent) +++ head/www/sogo/files/patch-Tools_SOGoToolCreateFolder.m (revision 400146) @@ -0,0 +1,11 @@ +--- Tools/SOGoToolCreateFolder.m.orig 2015-09-16 18:41:31 UTC ++++ Tools/SOGoToolCreateFolder.m +@@ -97,7 +97,7 @@ + rc = [self createFolder: folder withFM: fm]; + if (!rc) + { +- NSLog (@"Create directory failed at path %s", folder); ++ NSLog (@"Create directory failed at path %@", folder); + return NO; + } + Property changes on: head/www/sogo/files/patch-Tools_SOGoToolCreateFolder.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tools_SOGoToolExpireUserSessions.m =================================================================== --- head/www/sogo/files/patch-Tools_SOGoToolExpireUserSessions.m (nonexistent) +++ head/www/sogo/files/patch-Tools_SOGoToolExpireUserSessions.m (revision 400146) @@ -0,0 +1,11 @@ +--- Tools/SOGoToolExpireUserSessions.m.orig 2015-09-16 18:41:31 UTC ++++ Tools/SOGoToolExpireUserSessions.m +@@ -143,7 +143,7 @@ + else + { + if (verbose) +- NSLog(@"No session to remove", sessionsToDelete); ++ NSLog(@"No session to remove"); + } + + [cm releaseChannel: channel]; Property changes on: head/www/sogo/files/patch-Tools_SOGoToolExpireUserSessions.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tools_SOGoToolManageEAS.m =================================================================== --- head/www/sogo/files/patch-Tools_SOGoToolManageEAS.m (nonexistent) +++ head/www/sogo/files/patch-Tools_SOGoToolManageEAS.m (revision 400146) @@ -0,0 +1,11 @@ +--- Tools/SOGoToolManageEAS.m.orig 2015-09-16 18:41:31 UTC ++++ Tools/SOGoToolManageEAS.m +@@ -227,7 +227,7 @@ typedef enum + + NSMutableString *sql; + +- sql = [NSMutableString stringWithFormat: @"DELETE FROM %@" @" WHERE c_path like '/%@%'", [oc tableName], deviceId]; ++ sql = [NSMutableString stringWithFormat: @"DELETE FROM %@ WHERE c_path like '/%@'", [oc tableName], deviceId]; + + [oc performBatchSQLQueries: [NSArray arrayWithObject: sql]]; + rc = YES; Property changes on: head/www/sogo/files/patch-Tools_SOGoToolManageEAS.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tools_SOGoToolRemoveDoubles.m =================================================================== --- head/www/sogo/files/patch-Tools_SOGoToolRemoveDoubles.m (nonexistent) +++ head/www/sogo/files/patch-Tools_SOGoToolRemoveDoubles.m (revision 400146) @@ -0,0 +1,11 @@ +--- Tools/SOGoToolRemoveDoubles.m.orig 2015-09-16 18:41:31 UTC ++++ Tools/SOGoToolRemoveDoubles.m +@@ -175,7 +175,7 @@ + + now = [NSCalendarDate date]; + delSql = [NSString stringWithFormat: @"UPDATE %@" +- @" SET c_deleted = 1, c_lastmodified = %d," ++ @" SET c_deleted = 1, c_lastmodified = %lu," + @" c_content = ''" + @" WHERE c_name = '%@'", + tableName, Property changes on: head/www/sogo/files/patch-Tools_SOGoToolRemoveDoubles.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tools_SOGoToolRenameUser.m =================================================================== --- head/www/sogo/files/patch-Tools_SOGoToolRenameUser.m (nonexistent) +++ head/www/sogo/files/patch-Tools_SOGoToolRenameUser.m (revision 400146) @@ -0,0 +1,20 @@ +--- Tools/SOGoToolRenameUser.m.orig 2015-09-16 18:41:31 UTC ++++ Tools/SOGoToolRenameUser.m +@@ -148,7 +148,7 @@ + if (sqlError) + { + [ac rollbackTransaction]; +- NSLog([sqlError reason]); ++ NSLog(@"%@", [sqlError reason]); + } + else + rc = [ac commitTransaction]; +@@ -201,7 +201,7 @@ + if (sqlError) + { + [ac rollbackTransaction]; +- NSLog([sqlError reason]); ++ NSLog(@"%@", [sqlError reason]); + } + else + rc = [ac commitTransaction]; Property changes on: head/www/sogo/files/patch-Tools_SOGoToolRenameUser.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tools_SOGoToolRestore.m =================================================================== --- head/www/sogo/files/patch-Tools_SOGoToolRestore.m (nonexistent) +++ head/www/sogo/files/patch-Tools_SOGoToolRestore.m (revision 400146) @@ -0,0 +1,10 @@ +--- Tools/SOGoToolRestore.m.orig 2015-09-16 18:41:31 UTC ++++ Tools/SOGoToolRestore.m +@@ -574,6 +574,7 @@ + NSLog (@" %@ (%@)", + folderKey, [currentFolder objectForKey: @"displayname"]); + } ++ rc = YES; + } + else + { Property changes on: head/www/sogo/files/patch-Tools_SOGoToolRestore.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tools_SOGoToolUserPreferences.m =================================================================== --- head/www/sogo/files/patch-Tools_SOGoToolUserPreferences.m (nonexistent) +++ head/www/sogo/files/patch-Tools_SOGoToolUserPreferences.m (revision 400146) @@ -0,0 +1,11 @@ +--- Tools/SOGoToolUserPreferences.m.orig 2015-09-16 18:41:31 UTC ++++ Tools/SOGoToolUserPreferences.m +@@ -115,7 +115,7 @@ typedef enum + [theKey caseInsensitiveCompare: @"Vacation"] == NSOrderedSame) + { + /* credentials file handling */ +- NSString *credsFilename, *authname, *authpwd; ++ NSString *credsFilename=nil, *authname=nil, *authpwd=nil; + SOGoCredentialsFile *cf; + + credsFilename = [[NSUserDefaults standardUserDefaults] stringForKey: @"p"]; Property changes on: head/www/sogo/files/patch-Tools_SOGoToolUserPreferences.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tools_sogo-tool.m =================================================================== --- head/www/sogo/files/patch-Tools_sogo-tool.m (nonexistent) +++ head/www/sogo/files/patch-Tools_sogo-tool.m (revision 400146) @@ -0,0 +1,11 @@ +--- Tools/sogo-tool.m.orig 2015-09-16 18:41:31 UTC ++++ Tools/sogo-tool.m +@@ -149,7 +149,7 @@ + command, [currentTool objectAtIndex: 1]]; + } + +- NSLog (helpString); ++ NSLog (@"%@", helpString); + } + + - (void) registerTools Property changes on: head/www/sogo/files/patch-Tools_sogo-tool.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Common_UIxToolbar.m =================================================================== --- head/www/sogo/files/patch-UI_Common_UIxToolbar.m (nonexistent) +++ head/www/sogo/files/patch-UI_Common_UIxToolbar.m (revision 400146) @@ -0,0 +1,11 @@ +--- UI/Common/UIxToolbar.m.orig 2015-09-16 18:41:36 UTC ++++ UI/Common/UIxToolbar.m +@@ -166,7 +166,7 @@ + [self errorWithFormat: + @"not toolbar configuration found on SoObject: %@ (%@)", + [self clientObject], [[self clientObject] soClass]]; +- toolbarConfig = [[NSNull null] retain]; ++ toolbarConfig = (NSArray *)[[NSNull null] retain]; + return nil; + } + Property changes on: head/www/sogo/files/patch-UI_Common_UIxToolbar.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Contacts_UIxContactActions.m =================================================================== --- head/www/sogo/files/patch-UI_Contacts_UIxContactActions.m (nonexistent) +++ head/www/sogo/files/patch-UI_Contacts_UIxContactActions.m (revision 400146) @@ -0,0 +1,11 @@ +--- UI/Contacts/UIxContactActions.m.orig 2015-09-16 18:41:31 UTC ++++ UI/Contacts/UIxContactActions.m +@@ -141,7 +141,7 @@ + content = [NSMutableString string]; + response = [context response]; + +- [content appendFormat: [[self clientObject] contentAsString]]; ++ [content appendFormat: @"%@", [[self clientObject] contentAsString]]; + [response setHeader: @"text/plain; charset=utf-8" + forKey: @"content-type"]; + [response appendContentString: content]; Property changes on: head/www/sogo/files/patch-UI_Contacts_UIxContactActions.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Contacts_UIxContactFolderActions.m =================================================================== --- head/www/sogo/files/patch-UI_Contacts_UIxContactFolderActions.m (nonexistent) +++ head/www/sogo/files/patch-UI_Contacts_UIxContactFolderActions.m (revision 400146) @@ -0,0 +1,14 @@ +--- UI/Contacts/UIxContactFolderActions.m.orig 2015-09-16 18:41:36 UTC ++++ UI/Contacts/UIxContactFolderActions.m +@@ -78,9 +78,9 @@ + inContext: [self context] + acquire: NO]; + if ([currentChild respondsToSelector: @selector (vCard)]) +- [content appendFormat: [[currentChild ldifRecord] ldifRecordAsString]]; ++ [content appendFormat: @"%@", [[currentChild ldifRecord] ldifRecordAsString]]; + else if ([currentChild respondsToSelector: @selector (vList)]) +- [content appendFormat: [[currentChild vList] ldifString]]; ++ [content appendFormat: @"%@", [[currentChild vList] ldifString]]; + [content appendString: @"\n"]; + } + Property changes on: head/www/sogo/files/patch-UI_Contacts_UIxContactFolderActions.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Contacts_UIxContactFolderProperties.m =================================================================== --- head/www/sogo/files/patch-UI_Contacts_UIxContactFolderProperties.m (nonexistent) +++ head/www/sogo/files/patch-UI_Contacts_UIxContactFolderProperties.m (revision 400146) @@ -0,0 +1,11 @@ +--- UI/Contacts/UIxContactFolderProperties.m.orig 2015-09-16 18:41:36 UTC ++++ UI/Contacts/UIxContactFolderProperties.m +@@ -19,6 +19,8 @@ + */ + + #import ++#import ++#import + + #import "UIxContactFolderProperties.h" + Property changes on: head/www/sogo/files/patch-UI_Contacts_UIxContactFolderProperties.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Contacts_UIxContactView.m =================================================================== --- head/www/sogo/files/patch-UI_Contacts_UIxContactView.m (nonexistent) +++ head/www/sogo/files/patch-UI_Contacts_UIxContactView.m (revision 400146) @@ -0,0 +1,20 @@ +--- UI/Contacts/UIxContactView.m.orig 2015-09-16 18:41:36 UTC ++++ UI/Contacts/UIxContactView.m +@@ -350,7 +350,7 @@ + data = [NSMutableString string]; + [data appendString: postalCode]; + if ([postalCode length] > 0 && [country length] > 0) +- [data appendFormat: @", ", country]; ++ [data appendFormat: @", "]; + [data appendString: country]; + + return [self _cardStringWithLabel: nil value: data]; +@@ -562,7 +562,7 @@ + data = [NSMutableString string]; + [data appendString: postalCode]; + if ([postalCode length] > 0 && [country length] > 0) +- [data appendFormat: @" ", country]; ++ [data appendFormat: @", "]; + [data appendString: country]; + + return [self _cardStringWithLabel: nil value: data]; Property changes on: head/www/sogo/files/patch-UI_Contacts_UIxContactView.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_MailPartViewers_UIxMailPartHTMLViewer.m =================================================================== --- head/www/sogo/files/patch-UI_MailPartViewers_UIxMailPartHTMLViewer.m (nonexistent) +++ head/www/sogo/files/patch-UI_MailPartViewers_UIxMailPartHTMLViewer.m (revision 400146) @@ -0,0 +1,32 @@ +--- UI/MailPartViewers/UIxMailPartHTMLViewer.m.orig 2015-09-16 18:41:31 UTC ++++ UI/MailPartViewers/UIxMailPartHTMLViewer.m +@@ -551,9 +551,9 @@ static NSData* _sanitizeContent(NSData * + else + skipAttribute = YES; + } +- else if ([name isEqualToString: @"background"] || ++ else if (([name isEqualToString: @"background"] || + ([name isEqualToString: @"data"] +- || [name isEqualToString: @"classid"]) ++ || [name isEqualToString: @"classid"])) + && [lowerName isEqualToString: @"object"]) + { + value = [_attributes valueAtIndex: count]; +@@ -741,7 +741,7 @@ static NSData* _sanitizeContent(NSData * + + /* SaxLexicalHandler */ + - (void) comment: (unichar *) _chars +- length: (NSUInteger) _len ++ length: (int) _len + { + showWhoWeAre(); + if (inStyle) +@@ -807,7 +807,7 @@ static NSData* _sanitizeContent(NSData * + } + [dump appendFormat: @"--- end ---\n"]; + +- NSLog(dump); ++ NSLog(@"%@", dump); + [dump release]; + } + Property changes on: head/www/sogo/files/patch-UI_MailPartViewers_UIxMailPartHTMLViewer.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_MailPartViewers_UIxMailPartViewer.m =================================================================== --- head/www/sogo/files/patch-UI_MailPartViewers_UIxMailPartViewer.m (nonexistent) +++ head/www/sogo/files/patch-UI_MailPartViewers_UIxMailPartViewer.m (revision 400146) @@ -0,0 +1,11 @@ +--- UI/MailPartViewers/UIxMailPartViewer.m.orig 2015-09-16 18:41:36 UTC ++++ UI/MailPartViewers/UIxMailPartViewer.m +@@ -270,7 +270,7 @@ + if ([filename length]) + // We replace any slash by a dash since Apache won't allow encoded slashes by default. + // See http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes +- filename = [filename stringByReplacingString: @"/" withString: @"-"]; ++ filename = [[filename stringByReplacingString: @"/" withString: @"-"] mutableCopy]; + else + [filename appendFormat: @"%@-%@", + [self labelForKey: @"Untitled"], Property changes on: head/www/sogo/files/patch-UI_MailPartViewers_UIxMailPartViewer.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_MailerUI_UIxMailFolderActions.m =================================================================== --- head/www/sogo/files/patch-UI_MailerUI_UIxMailFolderActions.m (nonexistent) +++ head/www/sogo/files/patch-UI_MailerUI_UIxMailFolderActions.m (revision 400146) @@ -0,0 +1,11 @@ +--- UI/MailerUI/UIxMailFolderActions.m.orig 2015-09-16 18:41:36 UTC ++++ UI/MailerUI/UIxMailFolderActions.m +@@ -383,7 +383,7 @@ + - (WOResponse *) moveMessagesAction + { + SOGoMailFolder *co; +- SOGoUserSettings *us; ++ SOGoUserSettings *us=nil; + WOResponse *response; + NSArray *uids; + NSString *value, *destinationFolder; Property changes on: head/www/sogo/files/patch-UI_MailerUI_UIxMailFolderActions.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_MailerUI_UIxMailListActions.h =================================================================== --- head/www/sogo/files/patch-UI_MailerUI_UIxMailListActions.h (nonexistent) +++ head/www/sogo/files/patch-UI_MailerUI_UIxMailListActions.h (revision 400146) @@ -0,0 +1,10 @@ +--- UI/MailerUI/UIxMailListActions.h.orig 2015-09-16 18:41:36 UTC ++++ UI/MailerUI/UIxMailListActions.h +@@ -43,7 +43,6 @@ + } + + - (NSString *) defaultSortKey; +-- (NSString *) imap4SortKey; + - (NSString *) imap4SortOrdering; + - (EOQualifier *) searchQualifier; + - (NSString *) msgLabels; Property changes on: head/www/sogo/files/patch-UI_MailerUI_UIxMailListActions.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_MailerUI_UIxMailMainFrame.m =================================================================== --- head/www/sogo/files/patch-UI_MailerUI_UIxMailMainFrame.m (nonexistent) +++ head/www/sogo/files/patch-UI_MailerUI_UIxMailMainFrame.m (revision 400146) @@ -0,0 +1,11 @@ +--- UI/MailerUI/UIxMailMainFrame.m.orig 2015-09-16 18:41:36 UTC ++++ UI/MailerUI/UIxMailMainFrame.m +@@ -627,7 +627,7 @@ + + - (NSString *) columnsDisplayCount + { +- return [NSString stringWithFormat: @"%d", [[self columnsDisplayOrder] count]]; ++ return [NSString stringWithFormat: @"%d", (int)[[self columnsDisplayOrder] count]]; + } + + - (void) setCurrentColumn: (NSDictionary *) newCurrentColumn Property changes on: head/www/sogo/files/patch-UI_MailerUI_UIxMailMainFrame.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_MainUI_SOGoMicrosoftActiveSyncActions.m =================================================================== --- head/www/sogo/files/patch-UI_MainUI_SOGoMicrosoftActiveSyncActions.m (nonexistent) +++ head/www/sogo/files/patch-UI_MainUI_SOGoMicrosoftActiveSyncActions.m (revision 400146) @@ -0,0 +1,21 @@ +--- UI/MainUI/SOGoMicrosoftActiveSyncActions.m.orig 2015-09-16 18:41:32 UTC ++++ UI/MainUI/SOGoMicrosoftActiveSyncActions.m +@@ -30,6 +30,9 @@ + #import + #import + ++#import ++#import ++ + @interface SOGoMicrosoftActiveSyncActions : WODirectAction + @end + +@@ -47,7 +50,7 @@ + id dispatcher; + Class clazz; + +- request = [context request]; ++ request = (WORequest *)[context request]; + response = [self responseWithStatus: 200]; + + bundle = [NSBundle bundleForClass: NSClassFromString(@"ActiveSyncProduct")]; Property changes on: head/www/sogo/files/patch-UI_MainUI_SOGoMicrosoftActiveSyncActions.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_PreferencesUI_UIxPreferences.m =================================================================== --- head/www/sogo/files/patch-UI_PreferencesUI_UIxPreferences.m (nonexistent) +++ head/www/sogo/files/patch-UI_PreferencesUI_UIxPreferences.m (revision 400146) @@ -0,0 +1,21 @@ +--- UI/PreferencesUI/UIxPreferences.m.orig 2015-09-16 18:41:36 UTC ++++ UI/PreferencesUI/UIxPreferences.m +@@ -1366,15 +1366,15 @@ static NSArray *reminderValues = nil; + if ([account updateFilters]) + // If Sieve is not enabled, the SOGoSieveManager will immediatly return a positive answer + // See [SOGoSieveManager updateFiltersForAccount:withUsername:andPassword:] +- results = [self responseWithStatus: 200 ++ results = (id )[self responseWithStatus: 200 + andJSONRepresentation: [NSDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithBool:hasChanged], @"hasChanged", nil]]; + + else +- results = [self responseWithStatus: 502 ++ results = (id )[self responseWithStatus: 502 + andJSONRepresentation: [NSDictionary dictionaryWithObjectsAndKeys: @"Connection error", @"textStatus", nil]]; + } + else +- results = [self responseWithStatus: 503 ++ results = (id )[self responseWithStatus: 503 + andJSONRepresentation: [NSDictionary dictionaryWithObjectsAndKeys: @"Service temporarily unavailable", @"textStatus", nil]]; + } + else Property changes on: head/www/sogo/files/patch-UI_PreferencesUI_UIxPreferences.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_SOGoUI_SOGoAptFormatter.m =================================================================== --- head/www/sogo/files/patch-UI_SOGoUI_SOGoAptFormatter.m (nonexistent) +++ head/www/sogo/files/patch-UI_SOGoUI_SOGoAptFormatter.m (revision 400146) @@ -0,0 +1,22 @@ +--- UI/SOGoUI/SOGoAptFormatter.m.orig 2015-09-16 18:41:32 UTC ++++ UI/SOGoUI/SOGoAptFormatter.m +@@ -155,14 +155,14 @@ + */ + + [_buf appendFormat:@"%02i:%02i", +- [_date hourOfDay], +- [_date minuteOfHour]]; ++ (int)[_date hourOfDay], ++ (int)[_date minuteOfHour]]; + if (_refDate && ![_date isDateOnSameDay:_refDate]) { + [_buf appendFormat:@" (%02i-%02i", +- [_date monthOfYear], +- [_date dayOfMonth]]; ++ (int)[_date monthOfYear], ++ (int)[_date dayOfMonth]]; + if ([_date yearOfCommonEra] != [_refDate yearOfCommonEra]) +- [_buf appendFormat:@"-%04i", [_date yearOfCommonEra]]; ++ [_buf appendFormat:@"-%04i", (int)[_date yearOfCommonEra]]; + [_buf appendString:@")"]; + } + } Property changes on: head/www/sogo/files/patch-UI_SOGoUI_SOGoAptFormatter.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Scheduler_UIxCalDateSelector.m =================================================================== --- head/www/sogo/files/patch-UI_Scheduler_UIxCalDateSelector.m (nonexistent) +++ head/www/sogo/files/patch-UI_Scheduler_UIxCalDateSelector.m (revision 400146) @@ -0,0 +1,20 @@ +--- UI/Scheduler/UIxCalDateSelector.m.orig 2015-09-16 18:41:32 UTC ++++ UI/Scheduler/UIxCalDateSelector.m +@@ -117,7 +117,7 @@ + + date = [self startDate]; + +- return [NSString stringWithFormat: @"%.2d", [date monthOfYear]]; ++ return [NSString stringWithFormat: @"%.2d", (int)[date monthOfYear]]; + } + + - (NSString *) headerMonthString +@@ -136,7 +136,7 @@ + + date = [self startDate]; + +- return [NSString stringWithFormat: @"%d", [date yearOfCommonEra]]; ++ return [NSString stringWithFormat: @"%d", (int)[date yearOfCommonEra]]; + } + + - (NSString *) localizedDayOfWeekName Property changes on: head/www/sogo/files/patch-UI_Scheduler_UIxCalDateSelector.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Scheduler_UIxCalDayTable.h =================================================================== --- head/www/sogo/files/patch-UI_Scheduler_UIxCalDayTable.h (nonexistent) +++ head/www/sogo/files/patch-UI_Scheduler_UIxCalDayTable.h (revision 400146) @@ -0,0 +1,21 @@ +--- UI/Scheduler/UIxCalDayTable.h.orig 2015-09-16 18:41:32 UTC ++++ UI/Scheduler/UIxCalDayTable.h +@@ -39,7 +39,8 @@ + NSArray *weekDays; + NSString *currentView, *timeFormat, *currentTableHour; + NSCalendarDate *startDate, *currentTableDay; +- NSMutableArray *daysToDisplay, *calendarsToDisplay, *currentCalendar, *hoursToDisplay; ++ NSMutableArray *daysToDisplay, *calendarsToDisplay, *hoursToDisplay; ++ NSMutableDictionary *currentCalendar; + unsigned int numberOfDays; + } + +@@ -55,7 +56,7 @@ + - (NSArray *) calendarsToDisplay; + - (void) setCurrentTableDay: (NSCalendarDate *) aTableDay; + - (NSCalendarDate *) currentTableDay; +-- (NSMutableArray *) currentCalendar; ++- (NSMutableDictionary *) currentCalendar; + + @end + Property changes on: head/www/sogo/files/patch-UI_Scheduler_UIxCalDayTable.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Scheduler_UIxCalDayTable.m =================================================================== --- head/www/sogo/files/patch-UI_Scheduler_UIxCalDayTable.m (nonexistent) +++ head/www/sogo/files/patch-UI_Scheduler_UIxCalDayTable.m (revision 400146) @@ -0,0 +1,56 @@ +--- UI/Scheduler/UIxCalDayTable.m.orig 2015-09-16 18:41:36 UTC ++++ UI/Scheduler/UIxCalDayTable.m +@@ -37,6 +37,9 @@ + #import + #import + ++#import ++#import ++ + #import "UIxCalDayTable.h" + + @class SOGoAppointment; +@@ -191,7 +194,7 @@ + NSMutableDictionary *calendar; + unsigned int count, foldersCount; + NSString *folderName, *fDisplayName; +- BOOL *isActive; ++ BOOL isActive; + + co = [self clientObject]; + folders = [co subFolders]; +@@ -200,8 +203,8 @@ + for (count = 0; count < foldersCount; count++) + { + folder = [folders objectAtIndex: count]; +- isActive = [NSNumber numberWithBool: [folder isActive]]; +- if ([isActive intValue] != 0) { ++ isActive = [folder isActive]; ++ if (isActive != NO) { + calendar = [NSMutableDictionary dictionary]; + folderName = [folder nameInContainer]; + fDisplayName = [folder displayName]; +@@ -214,7 +217,7 @@ + [calendar setObject: fDisplayName forKey: @"displayName"]; + [calendar setObject: folderName forKey: @"folder"]; + [calendar setObject: [folder calendarColor] forKey: @"color"]; +- [calendar setObject: isActive forKey: @"active"]; ++ [calendar setObject: [NSNumber numberWithBool:isActive] forKey: @"active"]; + [calendar setObject: [folder ownerInContext: context] + forKey: @"owner"]; + [calendarsToDisplay addObject: calendar]; +@@ -235,12 +238,12 @@ + return currentTableDay; + } + +-- (void) setCurrentCalendar: (NSMutableArray *) aCalendar ++- (void) setCurrentCalendar: (NSMutableDictionary *) aCalendar + { + ASSIGN(currentCalendar, aCalendar); + } + +-- (NSMutableArray *) currentCalendar ++- (NSMutableDictionary *) currentCalendar + { + return currentCalendar; + } Property changes on: head/www/sogo/files/patch-UI_Scheduler_UIxCalDayTable.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Scheduler_UIxCalDayView.m =================================================================== --- head/www/sogo/files/patch-UI_Scheduler_UIxCalDayView.m (nonexistent) +++ head/www/sogo/files/patch-UI_Scheduler_UIxCalDayView.m (revision 400146) @@ -0,0 +1,11 @@ +--- UI/Scheduler/UIxCalDayView.m.orig 2015-09-16 18:41:32 UTC ++++ UI/Scheduler/UIxCalDayView.m +@@ -164,7 +164,7 @@ + + date = [self selectedDate]; + hmString = [NSString stringWithFormat:@"%.2d%.2d", +- [date hourOfDay], [date minuteOfHour]]; ++ (int)[date hourOfDay], (int)[date minuteOfHour]]; + qp = [[self queryParameters] mutableCopy]; + [self setSelectedDateQueryParameter:date inDictionary:qp]; + [qp setObject: hmString forKey:@"hm"]; Property changes on: head/www/sogo/files/patch-UI_Scheduler_UIxCalDayView.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Scheduler_UIxCalListingActions.m =================================================================== --- head/www/sogo/files/patch-UI_Scheduler_UIxCalListingActions.m (nonexistent) +++ head/www/sogo/files/patch-UI_Scheduler_UIxCalListingActions.m (revision 400146) @@ -0,0 +1,56 @@ +--- UI/Scheduler/UIxCalListingActions.m.orig 2015-09-16 18:41:36 UTC ++++ UI/Scheduler/UIxCalListingActions.m +@@ -316,7 +316,7 @@ static NSArray *tasksFields = nil; + NSString *owner, *role, *calendarName, *filters, *iCalString; + NSRange match; + iCalCalendar *calendar; +- iCalObject *master; ++ iCalEntityObject *master; + SOGoAppointmentFolder *currentFolder; + SOGoAppointmentFolders *clientObject; + SOGoUser *ownerUser; +@@ -350,11 +350,11 @@ static NSArray *tasksFields = nil; + else if ([criteria isEqualToString:@"entireContent"]) + { + // First search : Through the quick table inside the location, category and title columns +- quickInfos = [currentFolder fetchCoreInfosFrom: startDate ++ quickInfos = [[currentFolder fetchCoreInfosFrom: startDate + to: endDate + title: value + component: component +- additionalFilters: criteria]; ++ additionalFilters: criteria] mutableCopy]; + + // Save the c_name in another array to compare with + if ([quickInfos count] > 0) +@@ -366,10 +366,10 @@ static NSArray *tasksFields = nil; + } + + // Second research : Every objects except for those already in the quickInfos array +- allInfos = [currentFolder fetchCoreInfosFrom: startDate ++ allInfos = [[currentFolder fetchCoreInfosFrom: startDate + to: endDate + title: nil +- component: component]; ++ component: component] mutableCopy]; + if (quickInfosFlag == YES) + { + for (i = ([allInfos count] - 1); i >= 0 ; i--) { +@@ -383,7 +383,7 @@ static NSArray *tasksFields = nil; + { + iCalString = [[allInfos objectAtIndex:i] objectForKey:@"c_content"]; + calendar = [iCalCalendar parseSingleFromSource: iCalString]; +- master = [calendar firstChildWithTag:component]; ++ master = (iCalEntityObject *)[calendar firstChildWithTag:component]; + if (master) { + if ([[master comment] length] > 0) + { +@@ -1089,7 +1089,7 @@ _computeBlocksPosition (NSArray *blocks) + + if ([currentView isEqualToString: @"multicolumndayview"]) + { +- calendars = [self _selectedCalendars]; ++ calendars = [[self _selectedCalendars] mutableCopy]; + eventsByCalendars = [NSMutableArray arrayWithCapacity:[calendars count]]; + for (i = 0; i < [calendars count]; i++) // For each calendar + { Property changes on: head/www/sogo/files/patch-UI_Scheduler_UIxCalListingActions.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Scheduler_UIxCalMonthView.m =================================================================== --- head/www/sogo/files/patch-UI_Scheduler_UIxCalMonthView.m (nonexistent) +++ head/www/sogo/files/patch-UI_Scheduler_UIxCalMonthView.m (revision 400146) @@ -0,0 +1,11 @@ +--- UI/Scheduler/UIxCalMonthView.m.orig 2015-09-16 18:41:32 UTC ++++ UI/Scheduler/UIxCalMonthView.m +@@ -299,7 +299,7 @@ + + [classes appendFormat: @"day weekOf%d week%dof%d day%d", + numberOfWeeks, +- [weeksToDisplay indexOfObject: currentWeek], ++ (int)[weeksToDisplay indexOfObject: currentWeek], + numberOfWeeks, dayOfWeek]; + if (realDayOfWeek == 0 || realDayOfWeek == 6) + [classes appendString: @" weekEndDay"]; Property changes on: head/www/sogo/files/patch-UI_Scheduler_UIxCalMonthView.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Scheduler_UIxCalViewPrint.m =================================================================== --- head/www/sogo/files/patch-UI_Scheduler_UIxCalViewPrint.m (nonexistent) +++ head/www/sogo/files/patch-UI_Scheduler_UIxCalViewPrint.m (revision 400146) @@ -0,0 +1,19 @@ +--- UI/Scheduler/UIxCalViewPrint.m.orig 2015-09-16 18:41:32 UTC ++++ UI/Scheduler/UIxCalViewPrint.m +@@ -49,6 +49,7 @@ static NSArray *layoutItems = nil; + - (void) dealloc + { + [item release]; ++ [super dealloc]; + } + + - (void) setItem: (NSString *) newItem +@@ -68,7 +69,7 @@ static NSArray *layoutItems = nil; + + - (NSString *) itemPrintLayoutText + { +- return [self labelForKey: [NSString stringWithFormat: item]]; ++ return [self labelForKey: [NSString stringWithFormat: @"%@", item]]; + } + + // Property changes on: head/www/sogo/files/patch-UI_Scheduler_UIxCalViewPrint.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Scheduler_UIxComponentEditor.m =================================================================== --- head/www/sogo/files/patch-UI_Scheduler_UIxComponentEditor.m (nonexistent) +++ head/www/sogo/files/patch-UI_Scheduler_UIxComponentEditor.m (revision 400146) @@ -0,0 +1,11 @@ +--- UI/Scheduler/UIxComponentEditor.m.orig 2015-09-16 18:41:36 UTC ++++ UI/Scheduler/UIxComponentEditor.m +@@ -2472,7 +2472,7 @@ RANGE(2); + content = [NSMutableString string]; + response = [context response]; + +- [content appendFormat: [[self clientObject] contentAsString]]; ++ [content appendFormat: @"%@", [[self clientObject] contentAsString]]; + [response setHeader: @"text/plain; charset=utf-8" + forKey: @"content-type"]; + [response appendContentString: content]; Property changes on: head/www/sogo/files/patch-UI_Scheduler_UIxComponentEditor.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI_Scheduler_UIxRecurrenceEditor.m =================================================================== --- head/www/sogo/files/patch-UI_Scheduler_UIxRecurrenceEditor.m (nonexistent) +++ head/www/sogo/files/patch-UI_Scheduler_UIxRecurrenceEditor.m (revision 400146) @@ -0,0 +1,11 @@ +--- UI/Scheduler/UIxRecurrenceEditor.m.orig 2015-09-16 18:41:36 UTC ++++ UI/Scheduler/UIxRecurrenceEditor.m +@@ -148,7 +148,7 @@ + [shortWeekDaysList retain]; + } + +- id = [NSString stringWithFormat: @"weekDay%i", [shortWeekDaysList indexOfObject: item]]; ++ id = [NSString stringWithFormat: @"weekDay%i", (int)[shortWeekDaysList indexOfObject: item]]; + + return id; + } Property changes on: head/www/sogo/files/patch-UI_Scheduler_UIxRecurrenceEditor.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/pkg-plist =================================================================== --- head/www/sogo/pkg-plist (revision 400145) +++ head/www/sogo/pkg-plist (revision 400146) @@ -1,1770 +1,1774 @@ GNUstep/Local/Library/Frameworks/SOGo.framework/Headers GNUstep/Local/Library/Frameworks/SOGo.framework/Resources GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/BSONCodec.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/DOMNode+SOGo.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/EOBitmaskQualifier.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/EOQualifier+SOGoCacheObject.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/GCSSpecialQueries+SOGoCacheObject.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/LDAPSource.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/LDAPSourceSchema.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSArray+DAV.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSArray+Utilities.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSCalendarDate+SOGo.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSData+Crypto.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+DAV.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+URL.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+Utilities.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSNull+Utilities.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSNumber+Utilities.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSObject+DAV.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSObject+Utilities.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+Crypto.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+DAV.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+Utilities.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSURL+DAV.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoAuthenticator.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoBuild.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCASSession.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCache.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheGCSFolder.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheGCSObject.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCacheObject.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoConstants.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoContentObject.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCredentialsFile.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDAVAuthenticator.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDateFormatter.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoFolder.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoGCSFolder.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoGroup.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoMailer.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoObject.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoParentFolder.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoPermissions.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoProductLoader.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoProxyAuthenticator.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSession.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSieveManager.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoStartupLogger.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoStaticAuthenticator.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUser.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserFolder.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserManager.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserProfile.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebAuthenticator.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebDAVAclManager.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebDAVValue.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SQLSource.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOContext+SOGo.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WORequest+SOGo.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOResourceManager+SOGo.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOResponse+SOGo.h GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/CASLogoutRequestMap.plist GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/DAVReportMap.plist GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/Info-gnustep.plist GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/SOGoDefaults.plist GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/SOGo GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so.2 GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/sogo/libSOGo.so.%%VERSION%% GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/Current GNUstep/Local/Library/Frameworks/SOGo.framework/sogo/SOGo GNUstep/Local/Library/Frameworks/SOGo.framework/sogo/libSOGo.so GNUstep/Local/Library/Headers/GDLContentStore/EOAdaptorChannel+GCS.h GNUstep/Local/Library/Headers/GDLContentStore/GCSAlarmsFolder.h GNUstep/Local/Library/Headers/GDLContentStore/GCSChannelManager.h GNUstep/Local/Library/Headers/GDLContentStore/GCSContext.h GNUstep/Local/Library/Headers/GDLContentStore/GCSFieldInfo.h GNUstep/Local/Library/Headers/GDLContentStore/GCSFolder.h GNUstep/Local/Library/Headers/GDLContentStore/GCSFolderManager.h GNUstep/Local/Library/Headers/GDLContentStore/GCSFolderType.h GNUstep/Local/Library/Headers/GDLContentStore/GCSSessionsFolder.h GNUstep/Local/Library/Headers/GDLContentStore/GCSSpecialQueries.h GNUstep/Local/Library/Headers/GDLContentStore/GCSStringFormatter.h GNUstep/Local/Library/Headers/GDLContentStore/NSURL+GCS.h GNUstep/Local/Library/Headers/NGCards/CardElement.h GNUstep/Local/Library/Headers/NGCards/CardGroup.h GNUstep/Local/Library/Headers/NGCards/CardVersitRenderer.h GNUstep/Local/Library/Headers/NGCards/NGCards.h GNUstep/Local/Library/Headers/NGCards/NGVCard.h GNUstep/Local/Library/Headers/NGCards/NGVCardPhoto.h GNUstep/Local/Library/Headers/NGCards/NGVCardReference.h GNUstep/Local/Library/Headers/NGCards/NGVList.h GNUstep/Local/Library/Headers/NGCards/NSArray+NGCards.h GNUstep/Local/Library/Headers/NGCards/NSCalendarDate+ICal.h GNUstep/Local/Library/Headers/NGCards/NSCalendarDate+NGCards.h GNUstep/Local/Library/Headers/NGCards/NSDictionary+NGCards.h GNUstep/Local/Library/Headers/NGCards/NSString+NGCards.h GNUstep/Local/Library/Headers/NGCards/iCalAlarm.h GNUstep/Local/Library/Headers/NGCards/iCalAttachment.h GNUstep/Local/Library/Headers/NGCards/iCalByDayMask.h GNUstep/Local/Library/Headers/NGCards/iCalCalendar.h GNUstep/Local/Library/Headers/NGCards/iCalDataSource.h GNUstep/Local/Library/Headers/NGCards/iCalDateTime.h GNUstep/Local/Library/Headers/NGCards/iCalEntityObject.h GNUstep/Local/Library/Headers/NGCards/iCalEvent.h GNUstep/Local/Library/Headers/NGCards/iCalEventChanges.h GNUstep/Local/Library/Headers/NGCards/iCalFreeBusy.h GNUstep/Local/Library/Headers/NGCards/iCalJournal.h GNUstep/Local/Library/Headers/NGCards/iCalObject.h GNUstep/Local/Library/Headers/NGCards/iCalPerson.h GNUstep/Local/Library/Headers/NGCards/iCalRecurrenceCalculator.h GNUstep/Local/Library/Headers/NGCards/iCalRecurrenceRule.h GNUstep/Local/Library/Headers/NGCards/iCalRepeatableEntityObject.h GNUstep/Local/Library/Headers/NGCards/iCalTimeZone.h GNUstep/Local/Library/Headers/NGCards/iCalTimeZonePeriod.h GNUstep/Local/Library/Headers/NGCards/iCalToDo.h GNUstep/Local/Library/Headers/NGCards/iCalTrigger.h GNUstep/Local/Library/Headers/NGCards/iCalUTCOffset.h GNUstep/Local/Library/Headers/NGCards/iCalXMLRenderer.h GNUstep/Local/Library/Headers/SOGo GNUstep/Local/Library/Headers/SOGoUI/SOGoAptFormatter.h GNUstep/Local/Library/Headers/SOGoUI/UIxComponent.h GNUstep/Local/Library/Headers/SOGoUI/UIxJSClose.h GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Abidjan.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Accra.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Addis_Ababa.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Algiers.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Asmara.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bamako.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bangui.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Banjul.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bissau.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Blantyre.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Brazzaville.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bujumbura.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Cairo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Casablanca.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ceuta.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Conakry.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Dakar.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Dar_es_Salaam.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Djibouti.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Douala.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/El_Aaiun.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Freetown.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Gaborone.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Harare.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Johannesburg.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Juba.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kampala.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Khartoum.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kigali.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kinshasa.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lagos.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Libreville.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lome.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Luanda.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lubumbashi.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lusaka.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Malabo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Maputo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Maseru.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Mbabane.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Mogadishu.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Monrovia.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Nairobi.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ndjamena.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Niamey.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Nouakchott.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ouagadougou.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Porto-Novo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Sao_Tome.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Tripoli.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Tunis.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Windhoek.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Adak.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Anchorage.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Anguilla.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Antigua.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Araguaina.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Buenos_Aires.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Catamarca.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Cordoba.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Jujuy.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/La_Rioja.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Mendoza.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Rio_Gallegos.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Salta.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Juan.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Luis.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Tucuman.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Ushuaia.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Aruba.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Asuncion.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Atikokan.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bahia.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bahia_Banderas.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Barbados.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Belem.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Belize.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Blanc-Sablon.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Boa_Vista.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bogota.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Boise.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cambridge_Bay.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Campo_Grande.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cancun.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Caracas.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cayenne.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cayman.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Chicago.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Chihuahua.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Costa_Rica.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Creston.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cuiaba.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Curacao.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Danmarkshavn.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dawson.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dawson_Creek.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Denver.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Detroit.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dominica.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Edmonton.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Eirunepe.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/El_Salvador.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Fortaleza.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Glace_Bay.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Godthab.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Goose_Bay.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Grand_Turk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Grenada.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guadeloupe.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guatemala.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guayaquil.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guyana.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Halifax.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Havana.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Hermosillo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Indianapolis.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Knox.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Marengo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Petersburg.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Tell_City.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vevay.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vincennes.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Winamac.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Inuvik.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Iqaluit.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Jamaica.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Juneau.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Louisville.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Monticello.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kralendijk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/La_Paz.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Lima.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Los_Angeles.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Lower_Princes.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Maceio.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Managua.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Manaus.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Marigot.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Martinique.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Matamoros.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Mazatlan.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Menominee.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Merida.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Metlakatla.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Mexico_City.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Miquelon.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Moncton.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Monterrey.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montevideo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montreal.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montserrat.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nassau.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/New_York.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nipigon.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nome.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Noronha.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Beulah.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Center.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/New_Salem.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Ojinaga.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Panama.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Pangnirtung.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Paramaribo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Phoenix.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Port-au-Prince.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Port_of_Spain.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Porto_Velho.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Puerto_Rico.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rainy_River.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rankin_Inlet.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Recife.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Regina.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Resolute.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rio_Branco.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santa_Isabel.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santarem.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santiago.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santo_Domingo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Sao_Paulo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Scoresbysund.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Shiprock.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Sitka.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Barthelemy.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Johns.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Kitts.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Lucia.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Thomas.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Vincent.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Swift_Current.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tegucigalpa.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Thule.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Thunder_Bay.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tijuana.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Toronto.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tortola.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Vancouver.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Whitehorse.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Winnipeg.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Yakutat.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Yellowknife.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Casey.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Davis.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/DumontDUrville.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Macquarie.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Mawson.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/McMurdo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Palmer.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Rothera.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/South_Pole.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Syowa.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Troll.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Vostok.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Arctic/Longyearbyen.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aden.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Almaty.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Amman.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Anadyr.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aqtau.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aqtobe.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ashgabat.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Baghdad.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bahrain.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Baku.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bangkok.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Beirut.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bishkek.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Brunei.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Chita.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Choibalsan.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Chongqing.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Colombo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Damascus.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dhaka.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dili.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dubai.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dushanbe.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Gaza.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Harbin.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hebron.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hong_Kong.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hovd.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Irkutsk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Istanbul.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jakarta.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jayapura.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jerusalem.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kabul.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kamchatka.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Karachi.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kashgar.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kathmandu.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Khandyga.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kolkata.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Krasnoyarsk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuala_Lumpur.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuching.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuwait.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Macau.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Magadan.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Makassar.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Manila.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Muscat.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Nicosia.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Novokuznetsk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Novosibirsk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Omsk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Oral.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Phnom_Penh.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Pontianak.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Pyongyang.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Qatar.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Qyzylorda.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Rangoon.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Riyadh.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Sakhalin.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Samarkand.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Seoul.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Shanghai.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Singapore.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Srednekolymsk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Taipei.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tashkent.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tbilisi.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tehran.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Thimphu.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tokyo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ulaanbaatar.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Urumqi.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ust-Nera.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Vientiane.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Vladivostok.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yakutsk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yekaterinburg.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yerevan.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Azores.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Bermuda.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Canary.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Cape_Verde.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Faroe.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Madeira.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Reykjavik.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/South_Georgia.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/St_Helena.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Stanley.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Adelaide.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Brisbane.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Broken_Hill.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Currie.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Darwin.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Eucla.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Hobart.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Lindeman.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Lord_Howe.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Melbourne.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Perth.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Sydney.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Amsterdam.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Andorra.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Athens.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Belgrade.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Berlin.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Bratislava.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Brussels.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Bucharest.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Budapest.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Busingen.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Chisinau.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Copenhagen.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Dublin.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Gibraltar.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Guernsey.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Helsinki.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Isle_of_Man.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Istanbul.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Jersey.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Kaliningrad.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Kiev.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Lisbon.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Ljubljana.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/London.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Luxembourg.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Madrid.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Malta.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Mariehamn.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Minsk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Monaco.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Moscow.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Nicosia.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Oslo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Paris.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Podgorica.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Prague.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Riga.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Rome.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Samara.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/San_Marino.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Sarajevo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Simferopol.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Skopje.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Sofia.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Stockholm.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Tallinn.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Tirane.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Uzhgorod.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vaduz.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vatican.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vienna.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vilnius.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Volgograd.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Warsaw.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zagreb.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zaporozhye.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zurich.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Antananarivo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Chagos.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Christmas.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Cocos.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Comoro.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Kerguelen.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mahe.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Maldives.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mauritius.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mayotte.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Reunion.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Apia.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Auckland.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Bougainville.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Chatham.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Chuuk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Easter.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Efate.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Enderbury.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Fakaofo.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Fiji.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Funafuti.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Galapagos.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Gambier.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Guadalcanal.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Guam.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Honolulu.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Johnston.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kiritimati.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kosrae.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kwajalein.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Majuro.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Marquesas.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Midway.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Nauru.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Niue.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Norfolk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Noumea.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pago_Pago.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Palau.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pitcairn.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pohnpei.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Ponape.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Port_Moresby.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Rarotonga.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Saipan.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tahiti.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tarawa.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tongatapu.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Truk.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Wake.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Wallis.ics GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/UPDATING GNUstep/Local/Library/Libraries/sogo/libGDLContentStore.so GNUstep/Local/Library/Libraries/sogo/libGDLContentStore.so.4.9 GNUstep/Local/Library/Libraries/sogo/libGDLContentStore.so.4.9.0 GNUstep/Local/Library/Libraries/sogo/libNGCards.so GNUstep/Local/Library/Libraries/sogo/libNGCards.so.4.9 GNUstep/Local/Library/Libraries/sogo/libNGCards.so.4.9.0 GNUstep/Local/Library/Libraries/sogo/libSOGo.so GNUstep/Local/Library/Libraries/sogo/libSOGo.so.2 GNUstep/Local/Library/Libraries/sogo/libSOGo.so.%%VERSION%% GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.2.3 GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.2.3.0 GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs GNUstep/Local/Library/OCSTypeModels/appointment.ocs GNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs GNUstep/Local/Library/OCSTypeModels/contact.ocs +%%ACTIVESYNC%%GNUstep/Local/Library/SOGo/ActiveSync.SOGo/ActiveSync +%%ACTIVESYNC%%GNUstep/Local/Library/SOGo/ActiveSync.SOGo/Resources/Info-gnustep.plist +%%ACTIVESYNC%%GNUstep/Local/Library/SOGo/ActiveSync.SOGo/Resources/product.plist +%%ACTIVESYNC%%GNUstep/Local/Library/SOGo/ActiveSync.SOGo/stamp.make GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/AdministrationUI GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Dutch.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Russian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/UIxAdministration.toolbar GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/product.plist GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/stamp.make GNUstep/Local/Library/SOGo/Appointments.SOGo/Appointments GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Dutch.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Italian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPResponseMap.plist GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Russian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/product.plist GNUstep/Local/Library/SOGo/Appointments.SOGo/bundle-info.plist GNUstep/Local/Library/SOGo/CommonUI.SOGo/CommonUI GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Dutch.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Italian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Russian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/product.plist GNUstep/Local/Library/SOGo/CommonUI.SOGo/bundle-info.plist GNUstep/Local/Library/SOGo/CommonUI.SOGo/stamp.make GNUstep/Local/Library/SOGo/Contacts.SOGo/Contacts GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Dutch.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Italian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Russian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/product.plist GNUstep/Local/Library/SOGo/Contacts.SOGo/stamp.make GNUstep/Local/Library/SOGo/ContactsUI.SOGo/ContactsUI GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Dutch.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Italian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Russian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SOGoContactFolder.toolbar GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/product.plist GNUstep/Local/Library/SOGo/ContactsUI.SOGo/bundle-info.plist GNUstep/Local/Library/SOGo/ContactsUI.SOGo/stamp.make GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/MailPartViewers GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Dutch.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Russian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/product.plist GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/stamp.make GNUstep/Local/Library/SOGo/Mailer.SOGo/Mailer GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Dutch.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Italian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Russian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/product.plist GNUstep/Local/Library/SOGo/Mailer.SOGo/bundle-info.plist GNUstep/Local/Library/SOGo/MailerUI.SOGo/MailerUI GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Dutch.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Italian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Russian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SOGoDraftObject.toolbar GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SOGoMailFolder.toolbar GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SOGoMailObject.toolbar GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/product.plist GNUstep/Local/Library/SOGo/MailerUI.SOGo/bundle-info.plist GNUstep/Local/Library/SOGo/MailerUI.SOGo/stamp.make GNUstep/Local/Library/SOGo/MainUI.SOGo/MainUI GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Basque.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Czech.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Danish.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/English.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/French.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/German.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo-oracle.sql GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo.sql GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Russian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Russian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile-oracle.sql GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile.sql GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Locale GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/product.plist GNUstep/Local/Library/SOGo/MainUI.SOGo/stamp.make GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/PreferencesUI GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Dutch.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Russian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/UIxPreferences.toolbar GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/product.plist GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/stamp.make GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Arabic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Basque.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Czech.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Danish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Dutch.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/English.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Finnish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/French.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/German.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Polish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Russian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoAppointmentFolders.toolbar GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoAppointmentObject.toolbar GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoComponentClose.toolbar GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoEmpty.toolbar GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoTaskObject.toolbar GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovak.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj/Localizable.strings GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/cycles.plist GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/product.plist GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/SchedulerUI GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/bundle-info.plist GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/stamp.make GNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministration.wox GNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministrationFilterPanel.wox GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailDeletion.wox GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailICalReply.wox GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailInvitation.wox GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailReceipt.wox GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailUpdate.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactEditor.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactFolderProperties.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactFoldersView.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactView.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsFilterPanel.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsMailerSelection.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsUserFolders.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsUserRightsEditor.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxListEditor.wox GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxListView.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartAlternativeViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartExternalHTMLViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartICalViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartImageViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartLinkViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartMessageViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartMixedViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartSignedViewer.wox GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartTextViewer.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailEditor.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFilterPanel.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFolderMenu.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailMainFrame.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailMoveToPopUp.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailPopupView.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailSearch.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailToSelection.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailUserDelegationEditor.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailUserRightsEditor.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailView.wox GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailWindowCloser.wox GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoBrowsersPanel.wox GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoGroupPage.wox GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoGroupsPage.wox GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoRootPage.wox GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoUserHomePage.wox GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxAdditionalPreferences.wox GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxFilterEditor.wox GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxPreferences.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLArabicAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLArabicModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLArabicRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLBasqueAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLBasqueModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLBasqueRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLDanishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLDanishModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLDanishRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLDutchAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLDutchModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLDutchRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLPolishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLPolishModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLPolishRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLRussianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLRussianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLRussianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovenianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovenianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSolvenianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianModificationAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderArabicAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderArabicRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderBasqueAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderBasqueRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderBrazilianPortugueseAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderBrazilianPortugueseRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderCatalanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderCatalanRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseTaiwanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseTaiwanRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderCzechAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderCzechRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderDanishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderDanishRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderDutchAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderDutchRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderEnglishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderEnglishRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderFinnishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderFinnishRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderFrenchAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderFrenchRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderGermanAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderGermanRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderHungarianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderHungarianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianBokmalAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianBokmalRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianNynorskAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianNynorskRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderPolishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderPolishRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderRussianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderRussianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovakAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovakRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovenianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovenianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishArgentinaAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishArgentinaRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishSpainAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishSpainRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianAdditionAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianRemovalAdvisory.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAppointmentEditor.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAttendeesEditor.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDateSelector.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDayTable.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDayView.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalFilterPanel.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMainView.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMonthView.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalUserRightsEditor.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalViewPrint.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalWeekView.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarProperties.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarSelector.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxColorPicker.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxComponentEditor.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxDatePicker.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxFilterList.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxFreeBusyUserSelector.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxOccurenceDialog.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxRecurrenceEditor.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxReminderEditor.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxSortButton.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTaskEditor.wox GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTimeDateControl.wox GNUstep/Local/Library/SOGo/Templates/UIxAclEditor.wox GNUstep/Local/Library/SOGo/Templates/UIxJSClose.wox GNUstep/Local/Library/SOGo/Templates/UIxLoading.wox GNUstep/Local/Library/SOGo/Templates/UIxModuleAccessDenied.wox GNUstep/Local/Library/SOGo/Templates/UIxPageFrame.wox GNUstep/Local/Library/SOGo/Templates/UIxSortableTableHeader.wox GNUstep/Local/Library/SOGo/Templates/UIxToolbar.wox GNUstep/Local/Library/SOGo/Templates/UIxUserRightsEditor.wox GNUstep/Local/Library/SOGo/Templates/UIxWinClose.wox GNUstep/Local/Library/SOGo/WebServerResources/AdministrationUI.css GNUstep/Local/Library/SOGo/WebServerResources/AdministrationUI.js GNUstep/Local/Library/SOGo/WebServerResources/COPYING-thunderbird.txt GNUstep/Local/Library/SOGo/WebServerResources/ContactsUI.css GNUstep/Local/Library/SOGo/WebServerResources/ContactsUI.js GNUstep/Local/Library/SOGo/WebServerResources/HTMLElement.js GNUstep/Local/Library/SOGo/WebServerResources/HTMLInputElement.js GNUstep/Local/Library/SOGo/WebServerResources/HTMLTableElement.js GNUstep/Local/Library/SOGo/WebServerResources/JavascriptAPIExtensions.js GNUstep/Local/Library/SOGo/WebServerResources/LICENSE-thunderbird.txt GNUstep/Local/Library/SOGo/WebServerResources/MailerUI.css GNUstep/Local/Library/SOGo/WebServerResources/MailerUI.js GNUstep/Local/Library/SOGo/WebServerResources/MailerUIdTree.js GNUstep/Local/Library/SOGo/WebServerResources/PasswordPolicy.js GNUstep/Local/Library/SOGo/WebServerResources/RowEditionController.js GNUstep/Local/Library/SOGo/WebServerResources/SOGoAutoCompletion.js GNUstep/Local/Library/SOGo/WebServerResources/SOGoDataTable.js GNUstep/Local/Library/SOGo/WebServerResources/SOGoDragHandles.js GNUstep/Local/Library/SOGo/WebServerResources/SOGoMailDataSource.js GNUstep/Local/Library/SOGo/WebServerResources/SOGoResizableTable.js GNUstep/Local/Library/SOGo/WebServerResources/SOGoRootPage.css GNUstep/Local/Library/SOGo/WebServerResources/SOGoRootPage.js GNUstep/Local/Library/SOGo/WebServerResources/SOGoTabsController.js GNUstep/Local/Library/SOGo/WebServerResources/SOGoTimePicker.css GNUstep/Local/Library/SOGo/WebServerResources/SOGoTimePicker.js GNUstep/Local/Library/SOGo/WebServerResources/SchedulerUI.css GNUstep/Local/Library/SOGo/WebServerResources/SchedulerUI.js GNUstep/Local/Library/SOGo/WebServerResources/SchedulerUIDnD.js GNUstep/Local/Library/SOGo/WebServerResources/Search-bar.png GNUstep/Local/Library/SOGo/WebServerResources/UIxAclEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxAclEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxAppointmentEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxAppointmentEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxAttendeesEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxAttendeesEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxCalUserRightsEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxCalUserRightsEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxCalViewPrint.css GNUstep/Local/Library/SOGo/WebServerResources/UIxCalViewPrint.js GNUstep/Local/Library/SOGo/WebServerResources/UIxCalendarProperties.css GNUstep/Local/Library/SOGo/WebServerResources/UIxCalendarProperties.js GNUstep/Local/Library/SOGo/WebServerResources/UIxColorPicker.js GNUstep/Local/Library/SOGo/WebServerResources/UIxComponentEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxComponentEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxContactEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxContactEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxContactFolderProperties.css GNUstep/Local/Library/SOGo/WebServerResources/UIxContactFolderProperties.js GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserFolders.css GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserFolders.js GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserRightsEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserRightsEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxFilterEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxFilterEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxListEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxListEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxMailEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxMailEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxMailPartExternalHTMLViewer.css GNUstep/Local/Library/SOGo/WebServerResources/UIxMailPopupView.js GNUstep/Local/Library/SOGo/WebServerResources/UIxMailSearch.css GNUstep/Local/Library/SOGo/WebServerResources/UIxMailSearch.js GNUstep/Local/Library/SOGo/WebServerResources/UIxMailToSelection.js GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserDelegationEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserDelegationEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserRightsEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserRightsEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxMailView.js GNUstep/Local/Library/SOGo/WebServerResources/UIxOccurenceDialog.css GNUstep/Local/Library/SOGo/WebServerResources/UIxOccurenceDialog.js GNUstep/Local/Library/SOGo/WebServerResources/UIxPreferences.css GNUstep/Local/Library/SOGo/WebServerResources/UIxPreferences.js GNUstep/Local/Library/SOGo/WebServerResources/UIxRecurrenceEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxRecurrenceEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxReminderEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxReminderEditor.js GNUstep/Local/Library/SOGo/WebServerResources/UIxTaskEditor.css GNUstep/Local/Library/SOGo/WebServerResources/UIxTaskEditor.js GNUstep/Local/Library/SOGo/WebServerResources/XMLHttpRequest.js GNUstep/Local/Library/SOGo/WebServerResources/abcard-anonymous.png GNUstep/Local/Library/SOGo/WebServerResources/abcard-anyone.png GNUstep/Local/Library/SOGo/WebServerResources/abcard.png GNUstep/Local/Library/SOGo/WebServerResources/ablist.png GNUstep/Local/Library/SOGo/WebServerResources/account-settings.png GNUstep/Local/Library/SOGo/WebServerResources/add-addressbook.png GNUstep/Local/Library/SOGo/WebServerResources/add-calendar.png GNUstep/Local/Library/SOGo/WebServerResources/add-contact.gif GNUstep/Local/Library/SOGo/WebServerResources/add-icon.png GNUstep/Local/Library/SOGo/WebServerResources/add-user-addressbook.png GNUstep/Local/Library/SOGo/WebServerResources/add-user-calendar.png GNUstep/Local/Library/SOGo/WebServerResources/add-web-calendar.png GNUstep/Local/Library/SOGo/WebServerResources/addrbook.png GNUstep/Local/Library/SOGo/WebServerResources/alarm.png GNUstep/Local/Library/SOGo/WebServerResources/arrow-down.png GNUstep/Local/Library/SOGo/WebServerResources/arrow-dwn-sharp.gif GNUstep/Local/Library/SOGo/WebServerResources/arrow-left.png GNUstep/Local/Library/SOGo/WebServerResources/arrow-right.png GNUstep/Local/Library/SOGo/WebServerResources/arrow-up.png GNUstep/Local/Library/SOGo/WebServerResources/attachment.gif GNUstep/Local/Library/SOGo/WebServerResources/attachment.png GNUstep/Local/Library/SOGo/WebServerResources/attendee-partstats.png GNUstep/Local/Library/SOGo/WebServerResources/attendee-roles.png GNUstep/Local/Library/SOGo/WebServerResources/browser_chrome.gif GNUstep/Local/Library/SOGo/WebServerResources/browser_firefox.gif GNUstep/Local/Library/SOGo/WebServerResources/browser_ie.gif GNUstep/Local/Library/SOGo/WebServerResources/browser_safari.gif GNUstep/Local/Library/SOGo/WebServerResources/btn_a_bg.png GNUstep/Local/Library/SOGo/WebServerResources/btn_span_bg.png GNUstep/Local/Library/SOGo/WebServerResources/busy.gif GNUstep/Local/Library/SOGo/WebServerResources/calendar-folder-16x16.png GNUstep/Local/Library/SOGo/WebServerResources/calendar-reload.png GNUstep/Local/Library/SOGo/WebServerResources/choose-date.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/build-config.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/ckeditor.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/config.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/contents.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/ar.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/ca.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/cs.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/cy.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/da.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/de.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/en.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/es.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/eu.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/fi.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/fr.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/hu.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/is.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/it.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/nb.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/nl.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/no.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/pl.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/pt-br.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/ru.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/sk.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/sl.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/sv.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/uk.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/zh.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/zh-cn.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/LICENSE.md GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs/about.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs/logo_ckeditor.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/colordialog/dialogs/colordialog.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/dialog/dialogDefinition.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/div/dialogs/div.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/icons.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/icons_hidpi.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/image/dialogs/image.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/image/images/noimage.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/dialogs/link.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/images/anchor.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/images/hidpi/anchor.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/LICENSE.md GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/toolbar.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/table/dialogs/table.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/tabletools/dialogs/tableCell.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/LICENSE.md GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/ciframe.html GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc_ie.js GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie7.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie8.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_iequirks.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_gecko.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie7.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie8.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_iequirks.css GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/icons.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/icons_hidpi.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/arrow.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/close.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/close.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/lock-open.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/lock.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/hidpi/refresh.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/lock-open.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/lock.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/refresh.png GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/spinner.gif GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/readme.md GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/styles.js GNUstep/Local/Library/SOGo/WebServerResources/collapse.png GNUstep/Local/Library/SOGo/WebServerResources/confidential.png GNUstep/Local/Library/SOGo/WebServerResources/create-account.png GNUstep/Local/Library/SOGo/WebServerResources/datepicker.css GNUstep/Local/Library/SOGo/WebServerResources/datepicker.js GNUstep/Local/Library/SOGo/WebServerResources/day-view-multicolumn.png GNUstep/Local/Library/SOGo/WebServerResources/day-view.png GNUstep/Local/Library/SOGo/WebServerResources/dialog-left.png GNUstep/Local/Library/SOGo/WebServerResources/dialog-right.png GNUstep/Local/Library/SOGo/WebServerResources/dialog-top.png GNUstep/Local/Library/SOGo/WebServerResources/dot.png GNUstep/Local/Library/SOGo/WebServerResources/down-icon.png GNUstep/Local/Library/SOGo/WebServerResources/dragdot.png GNUstep/Local/Library/SOGo/WebServerResources/dtree.css GNUstep/Local/Library/SOGo/WebServerResources/dtree.js GNUstep/Local/Library/SOGo/WebServerResources/edit.png GNUstep/Local/Library/SOGo/WebServerResources/empty.gif GNUstep/Local/Library/SOGo/WebServerResources/error.png GNUstep/Local/Library/SOGo/WebServerResources/event-gradient.png GNUstep/Local/Library/SOGo/WebServerResources/event-grippy-bottom.png GNUstep/Local/Library/SOGo/WebServerResources/event-grippy-top.png GNUstep/Local/Library/SOGo/WebServerResources/event-grippy-vertical.png GNUstep/Local/Library/SOGo/WebServerResources/event7.png GNUstep/Local/Library/SOGo/WebServerResources/first.gif GNUstep/Local/Library/SOGo/WebServerResources/flag-col.png GNUstep/Local/Library/SOGo/WebServerResources/flag.png GNUstep/Local/Library/SOGo/WebServerResources/generic.css GNUstep/Local/Library/SOGo/WebServerResources/generic.js GNUstep/Local/Library/SOGo/WebServerResources/goto-today.png GNUstep/Local/Library/SOGo/WebServerResources/green_corner.gif GNUstep/Local/Library/SOGo/WebServerResources/icon-deleted.png GNUstep/Local/Library/SOGo/WebServerResources/icon-forwarded-replied.png GNUstep/Local/Library/SOGo/WebServerResources/icon-forwarded.png GNUstep/Local/Library/SOGo/WebServerResources/icon-new.png GNUstep/Local/Library/SOGo/WebServerResources/icon-replied.png GNUstep/Local/Library/SOGo/WebServerResources/iefixes.css GNUstep/Local/Library/SOGo/WebServerResources/important.png GNUstep/Local/Library/SOGo/WebServerResources/input_bg.gif GNUstep/Local/Library/SOGo/WebServerResources/inverse.png GNUstep/Local/Library/SOGo/WebServerResources/jquery-ui.js GNUstep/Local/Library/SOGo/WebServerResources/jquery.fileupload.css GNUstep/Local/Library/SOGo/WebServerResources/jquery.fileupload.js GNUstep/Local/Library/SOGo/WebServerResources/jquery.iframe-transport.js GNUstep/Local/Library/SOGo/WebServerResources/jquery.js GNUstep/Local/Library/SOGo/WebServerResources/js_color_picker_v2.js GNUstep/Local/Library/SOGo/WebServerResources/last.gif GNUstep/Local/Library/SOGo/WebServerResources/layout2or3_xlib.js GNUstep/Local/Library/SOGo/WebServerResources/layout2or3_xlib.txt GNUstep/Local/Library/SOGo/WebServerResources/lori_32x32.png GNUstep/Local/Library/SOGo/WebServerResources/manage-filters.png GNUstep/Local/Library/SOGo/WebServerResources/manage-imap.png GNUstep/Local/Library/SOGo/WebServerResources/menu-check-hover.gif GNUstep/Local/Library/SOGo/WebServerResources/menu-check.gif GNUstep/Local/Library/SOGo/WebServerResources/menu-nocheck.gif GNUstep/Local/Library/SOGo/WebServerResources/message-copy.gif GNUstep/Local/Library/SOGo/WebServerResources/message.gif GNUstep/Local/Library/SOGo/WebServerResources/mime-application-certificate.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-magicpoint.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-msword.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-ogg.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-pdf.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-postscript.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-rtf.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.lotus-1-2-3.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.ms-excel.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.ms-powerpoint.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.graphics.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.image.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.presentation.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.spreadsheet.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.text-web.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.text.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia-secure.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia-vbr.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.calc.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.impress.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.writer.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.calc.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.draw.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.impress.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.writer.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-wordperfect.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-7z-compressed.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-abiword.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-applix-spreadsheet.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-applix-word.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-archive.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-arj.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-bzip-compressed-tar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-bzip.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cd-image.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-compress.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-compressed-tar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cpio-compressed.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cpio.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-deb.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-dvi.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-executable.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-afm.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-bdf.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-linux-psf.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-pcf.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-sunos-news.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-ttf.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gnumeric.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gzip.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gzpostscript.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-jar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-killustrator.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kpresenter.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kspread.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kword.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lha.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lhz.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lzma-compressed-tar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lzma.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-ms-dos-executable.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-perl.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-php.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-python-bytecode.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-rar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-rpm.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-scribus.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-shellscript.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-shockwave-flash.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-stuffit.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tarz.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tex.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-xhtml+xml.png GNUstep/Local/Library/SOGo/WebServerResources/mime-application-zip.png GNUstep/Local/Library/SOGo/WebServerResources/mime-ascii.png GNUstep/Local/Library/SOGo/WebServerResources/mime-audio-x-generic.png GNUstep/Local/Library/SOGo/WebServerResources/mime-audio.png GNUstep/Local/Library/SOGo/WebServerResources/mime-binary.png GNUstep/Local/Library/SOGo/WebServerResources/mime-contents2.png GNUstep/Local/Library/SOGo/WebServerResources/mime-deb.png GNUstep/Local/Library/SOGo/WebServerResources/mime-document.png GNUstep/Local/Library/SOGo/WebServerResources/mime-empty.png GNUstep/Local/Library/SOGo/WebServerResources/mime-exec.png GNUstep/Local/Library/SOGo/WebServerResources/mime-folder_tar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-font-x-generic.png GNUstep/Local/Library/SOGo/WebServerResources/mime-font.png GNUstep/Local/Library/SOGo/WebServerResources/mime-font_bitmap.png GNUstep/Local/Library/SOGo/WebServerResources/mime-font_truetype.png GNUstep/Local/Library/SOGo/WebServerResources/mime-font_type1.png GNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-fs-executable.png GNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-fs-regular.png GNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-package.png GNUstep/Local/Library/SOGo/WebServerResources/mime-gtk-file.png GNUstep/Local/Library/SOGo/WebServerResources/mime-html.png GNUstep/Local/Library/SOGo/WebServerResources/mime-image-pdf.png GNUstep/Local/Library/SOGo/WebServerResources/mime-image-x-generic.png GNUstep/Local/Library/SOGo/WebServerResources/mime-image.png GNUstep/Local/Library/SOGo/WebServerResources/mime-kpresenter_kpr.png GNUstep/Local/Library/SOGo/WebServerResources/mime-mime_ascii.png GNUstep/Local/Library/SOGo/WebServerResources/mime-misc.png GNUstep/Local/Library/SOGo/WebServerResources/mime-package-x-generic.png GNUstep/Local/Library/SOGo/WebServerResources/mime-package.png GNUstep/Local/Library/SOGo/WebServerResources/mime-package_editors.png GNUstep/Local/Library/SOGo/WebServerResources/mime-package_wordprocessing.png GNUstep/Local/Library/SOGo/WebServerResources/mime-plan.png GNUstep/Local/Library/SOGo/WebServerResources/mime-rpm.png GNUstep/Local/Library/SOGo/WebServerResources/mime-shellscript.png GNUstep/Local/Library/SOGo/WebServerResources/mime-sound.png GNUstep/Local/Library/SOGo/WebServerResources/mime-spreadsheet.png GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_addressbook.png GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_calendar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_certificate.png GNUstep/Local/Library/SOGo/WebServerResources/mime-stock_script.png GNUstep/Local/Library/SOGo/WebServerResources/mime-tar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-template_source.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-html.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-plain.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-vnd.wap.wml.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-csh.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-generic-template.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-generic.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-preview.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-python.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-script.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-sh.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-vcalendar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-vcard.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-zsh.png GNUstep/Local/Library/SOGo/WebServerResources/mime-text.png GNUstep/Local/Library/SOGo/WebServerResources/mime-tgz.png GNUstep/Local/Library/SOGo/WebServerResources/mime-txt.png GNUstep/Local/Library/SOGo/WebServerResources/mime-txt2.png GNUstep/Local/Library/SOGo/WebServerResources/mime-unknown.png GNUstep/Local/Library/SOGo/WebServerResources/mime-vcalendar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-vcard.png GNUstep/Local/Library/SOGo/WebServerResources/mime-video-x-generic.png GNUstep/Local/Library/SOGo/WebServerResources/mime-video.png GNUstep/Local/Library/SOGo/WebServerResources/mime-wordprocessing.png GNUstep/Local/Library/SOGo/WebServerResources/mime-www.png GNUstep/Local/Library/SOGo/WebServerResources/mime-x-font-afm.png GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-address-book.png GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-calendar.png GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-document.png GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-drawing.png GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-presentation.png GNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-spreadsheet.png GNUstep/Local/Library/SOGo/WebServerResources/mime-zip.png GNUstep/Local/Library/SOGo/WebServerResources/minus.png GNUstep/Local/Library/SOGo/WebServerResources/month-view.png GNUstep/Local/Library/SOGo/WebServerResources/new-card.png GNUstep/Local/Library/SOGo/WebServerResources/new-event.png GNUstep/Local/Library/SOGo/WebServerResources/new-list.png GNUstep/Local/Library/SOGo/WebServerResources/new-task.png GNUstep/Local/Library/SOGo/WebServerResources/next.gif GNUstep/Local/Library/SOGo/WebServerResources/notice.png GNUstep/Local/Library/SOGo/WebServerResources/offline-settings.png GNUstep/Local/Library/SOGo/WebServerResources/options.png GNUstep/Local/Library/SOGo/WebServerResources/plus.png GNUstep/Local/Library/SOGo/WebServerResources/previous.gif GNUstep/Local/Library/SOGo/WebServerResources/private.png GNUstep/Local/Library/SOGo/WebServerResources/properties.png GNUstep/Local/Library/SOGo/WebServerResources/prototype.js GNUstep/Local/Library/SOGo/WebServerResources/quota-level-alert.png GNUstep/Local/Library/SOGo/WebServerResources/quota-level-ok.png GNUstep/Local/Library/SOGo/WebServerResources/quota-level-warn.png GNUstep/Local/Library/SOGo/WebServerResources/quota-level.png GNUstep/Local/Library/SOGo/WebServerResources/read-messages.png GNUstep/Local/Library/SOGo/WebServerResources/remote-addrbook.png GNUstep/Local/Library/SOGo/WebServerResources/remove-addressbook.png GNUstep/Local/Library/SOGo/WebServerResources/remove-calendar.png GNUstep/Local/Library/SOGo/WebServerResources/remove-contact.gif GNUstep/Local/Library/SOGo/WebServerResources/remove-icon.png GNUstep/Local/Library/SOGo/WebServerResources/search-messages.png GNUstep/Local/Library/SOGo/WebServerResources/signature-not-ok.png GNUstep/Local/Library/SOGo/WebServerResources/signature-ok.png GNUstep/Local/Library/SOGo/WebServerResources/slider_handle.gif GNUstep/Local/Library/SOGo/WebServerResources/smalltoolbarbtn_a_bg.png GNUstep/Local/Library/SOGo/WebServerResources/smalltoolbarbtn_span_bg.png GNUstep/Local/Library/SOGo/WebServerResources/sogo-logo.png GNUstep/Local/Library/SOGo/WebServerResources/sogo.ico GNUstep/Local/Library/SOGo/WebServerResources/status.vacation-msg.png GNUstep/Local/Library/SOGo/WebServerResources/submenu-active.gif GNUstep/Local/Library/SOGo/WebServerResources/submenu-disabled.gif GNUstep/Local/Library/SOGo/WebServerResources/submenu.gif GNUstep/Local/Library/SOGo/WebServerResources/success.png GNUstep/Local/Library/SOGo/WebServerResources/tab_a_active_bg.png GNUstep/Local/Library/SOGo/WebServerResources/tab_a_inactive_bg.png GNUstep/Local/Library/SOGo/WebServerResources/tab_left_active.gif GNUstep/Local/Library/SOGo/WebServerResources/tab_left_inactive.gif GNUstep/Local/Library/SOGo/WebServerResources/tab_right_active.gif GNUstep/Local/Library/SOGo/WebServerResources/tab_right_inactive.gif GNUstep/Local/Library/SOGo/WebServerResources/tab_span_active_bg.png GNUstep/Local/Library/SOGo/WebServerResources/tab_span_inactive_bg.png GNUstep/Local/Library/SOGo/WebServerResources/tablekit-sogo.js GNUstep/Local/Library/SOGo/WebServerResources/tablekit-trueresize.js GNUstep/Local/Library/SOGo/WebServerResources/tablekit.js GNUstep/Local/Library/SOGo/WebServerResources/task.png GNUstep/Local/Library/SOGo/WebServerResources/tb-ab-properties-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-attach-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-contacts-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-save-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-security-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-compose-send-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-addressbook-flat-16x16.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-addressbook-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-delete-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-file-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-forward-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-getmail-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-junk-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-print-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-reply-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-replyall-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-stop-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tb-mail-write-flat-24x24.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_account_17x17.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_17x22.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_minus_17x22.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_plus_17x22.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_drafts_17x17.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_inbox_17x17.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_junction_17x22.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_leaf_corner_17x17.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_line_17x22.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_minus_17x22.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_plus_17x22.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_sent_17x17.png GNUstep/Local/Library/SOGo/WebServerResources/tbtv_trash_17x17.png GNUstep/Local/Library/SOGo/WebServerResources/tentative.png GNUstep/Local/Library/SOGo/WebServerResources/thead_bg.png GNUstep/Local/Library/SOGo/WebServerResources/title_attachment_14x14.png GNUstep/Local/Library/SOGo/WebServerResources/title_read_14x14.png GNUstep/Local/Library/SOGo/WebServerResources/title_sortdown_12x12.png GNUstep/Local/Library/SOGo/WebServerResources/title_sortup_12x12.png GNUstep/Local/Library/SOGo/WebServerResources/toolbarbtn_a_bg.png GNUstep/Local/Library/SOGo/WebServerResources/toolbarbtn_span_bg.png GNUstep/Local/Library/SOGo/WebServerResources/unread.png GNUstep/Local/Library/SOGo/WebServerResources/up-icon.png GNUstep/Local/Library/SOGo/WebServerResources/upload_document.png GNUstep/Local/Library/SOGo/WebServerResources/warning.png GNUstep/Local/Library/SOGo/WebServerResources/week-view.png GNUstep/Local/Library/SOGo/WebServerResources/write-message.png GNUstep/Local/Library/SOGo/WebServerResources/write.png GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/Info-gnustep.plist GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/bundle-info.plist GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/bundle-info.plist GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/stamp.make GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver GNUstep/Local/Library/SaxMappings/NGCards.xmap GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/Resources/Info-gnustep.plist GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/bundle-info.plist GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/stamp.make GNUstep/Local/Tools/Admin/sogo-ealarms-notify GNUstep/Local/Tools/Admin/sogo-slapd-sockd GNUstep/Local/Tools/Admin/sogo-tool GNUstep/Local/Tools/Admin/sogod @sample %%ETCDIR%%/sogo.conf.sample @dir GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/WebServer @dir GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/WebServer @owner sogod @group sogod @mode 0700 @dir /var/spool/sogo @mode 0600 @sample %%ETCDIR%%/expire-autoreply.creds.sample @sample %%ETCDIR%%/ealarms-notify.creds.sample @mode 0755 @sample GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample @sample GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample