pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: manu
Date: Thu Feb 20 14:39:37 UTC 2025
Modified Files:
pkgsrc/doc: CHANGES-2025
Added Files:
pkgsrc/www/SOGo5: DESCR MESSAGE Makefile PLIST distinfo
pkgsrc/www/SOGo5/files: SOGo.conf
pkgsrc/www/SOGo5/patches: patch-SoObjects_SOGo_NSData+Crypto.m
patch-general.make
Log Message:
Add www/SOGO5 5.11.2
SOGo is a fully supported and trusted groupware server with a focus
on scalability and open standards. SOGo is released under the GNU
GPL/LGPL v2 and above.
SOGo provides a rich AJAX-based Web interface and supports multiple
native clients through the use of standard protocols such as CalDAV,
CardDAV and GroupDAV, as well as Microsoft ActiveSync.
SOGo is the missing component of your infrastructure; it sits in
the middle of your servers to offer your users a uniform and complete
interface to access their information. It has been deployed in
production environments where thousands of users are involved.
To generate a diff of this commit:
cvs rdiff -u -r1.1517 -r1.1518 pkgsrc/doc/CHANGES-2025
cvs rdiff -u -r0 -r1.1 pkgsrc/www/SOGo5/DESCR pkgsrc/www/SOGo5/MESSAGE \
pkgsrc/www/SOGo5/Makefile pkgsrc/www/SOGo5/PLIST \
pkgsrc/www/SOGo5/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/SOGo5/files/SOGo.conf
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/SOGo5/patches/patch-SoObjects_SOGo_NSData+Crypto.m \
pkgsrc/www/SOGo5/patches/patch-general.make
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/CHANGES-2025
diff -u pkgsrc/doc/CHANGES-2025:1.1517 pkgsrc/doc/CHANGES-2025:1.1518
--- pkgsrc/doc/CHANGES-2025:1.1517 Thu Feb 20 14:38:17 2025
+++ pkgsrc/doc/CHANGES-2025 Thu Feb 20 14:39:36 2025
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2025,v 1.1517 2025/02/20 14:38:17 manu Exp $
+$NetBSD: CHANGES-2025,v 1.1518 2025/02/20 14:39:36 manu Exp $
Changes to the packages collection and infrastructure in 2025:
@@ -2012,3 +2012,4 @@ Changes to the packages collection and i
Updated devel/gnustep-base to 1.31.0 [manu 2025-02-20]
Updated devel/gnustep-make to 2.9.3 [manu 2025-02-20]
Added devel/SOPE5 version 5.11.2 [manu 2025-02-20]
+ Added www/SOGo5 version 5.11.2 [manu 2025-02-20]
Added files:
Index: pkgsrc/www/SOGo5/DESCR
diff -u /dev/null pkgsrc/www/SOGo5/DESCR:1.1
--- /dev/null Thu Feb 20 14:39:37 2025
+++ pkgsrc/www/SOGo5/DESCR Thu Feb 20 14:39:36 2025
@@ -0,0 +1,12 @@
+SOGo is fully supported and trusted groupware server with a focus
+on scalability and open standards. SOGo is released under the GNU
+GPL/LGPL v2 and above.
+
+SOGo provides a rich AJAX-based Web interface and supports multiple
+native clients through the use of standard protocols such as CalDAV,
+CardDAV and GroupDAV.
+
+SOGo is the missing component of your infrastructure; it sits in
+the middle of your servers to offer your users an uniform and
+complete interface to access their information. It has been deployed
+in production environments where thousands of users are involved.
Index: pkgsrc/www/SOGo5/MESSAGE
diff -u /dev/null pkgsrc/www/SOGo5/MESSAGE:1.1
--- /dev/null Thu Feb 20 14:39:37 2025
+++ pkgsrc/www/SOGo5/MESSAGE Thu Feb 20 14:39:36 2025
@@ -0,0 +1,16 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2025/02/20 14:39:36 manu Exp $
+
+You will need to make SOGo accessible through your HTTP server.
+If you are running Apache then you may add the following lines to httpd.conf:
+
+ Include ${PKG_SYSCONFDIR}/SOGo.conf
+
+Next, setup a PostgreSQL or MySQL database with a sogo user. Tweak tbe
+${PKG_SYSCONFDIR}/sogo-conf.sh script according to your needs, run it, and
+start httpd and sogod:
+
+ /etc/rc.d/sogod start
+ /etc/rc.d/apache start
+
+===========================================================================
Index: pkgsrc/www/SOGo5/Makefile
diff -u /dev/null pkgsrc/www/SOGo5/Makefile:1.1
--- /dev/null Thu Feb 20 14:39:37 2025
+++ pkgsrc/www/SOGo5/Makefile Thu Feb 20 14:39:37 2025
@@ -0,0 +1,96 @@
+# $NetBSD: Makefile,v 1.1 2025/02/20 14:39:37 manu Exp $
+#
+
+DISTNAME= SOGo-5.11.2
+#PKGREVISION= 1
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Alinto/}
+GITHUB_PROJECT= sogo
+GITHUB_TAG= refs/tags/${DISTNAME}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.sogo.nu/
+COMMENT= Groupware server supporting CalDAV, CardDAV and GroupDAV
+LICENSE= gnu-gpl-v2
+
+HAS_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= bash gmake zip:run
+
+WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${DISTNAME}
+
+CONFIG_SHELL= bash
+CONFIGURE_ARGS= --enable-debug --disable-strip
+MAKE_JOBS_SAFE= no
+
+SOGOUSER?= sogo
+SOGOGROUP?= sogo
+SOGOETCDIR?= ${PKG_SYSCONFDIR}
+SOGORUNDIR?= ${VARBASE}/sogo
+
+INSTALLATION_DIRS+= share/examples/SOGo
+
+CONF_FILES+= share/examples/SOGo/sogo-conf.sh \
+ ${PKG_SYSCONFDIR}/sogo-conf.sh
+CONF_FILES+= share/examples/SOGo/SOGo.conf \
+ ${PKG_SYSCONFDIR}/SOGo.conf
+OWN_DIRS+= ${SOGOETCDIR}
+OWN_DIRS+= ${SOGORUNDIR}
+OWN_DIRS_PERMS+= ${SOGOETCDIR} ${SOGOUSER} ${SOGOGROUP} 0755
+OWN_DIRS_PERMS+= ${SOGORUNDIR} ${SOGOUSER} ${SOGOGROUP} 0755
+BUILD_DEFS+= VARBASE
+
+PKG_GROUPS+= ${SOGOGROUP}
+PKG_USERS+= ${SOGOUSER}:${SOGOGROUP}
+PKG_HOME.${SOGOUSER}= ${SOGOETCDIR}
+PKG_SHELL.${SOGOUSER}= ${SH}
+PKG_GECOS.${SOGOUSER}= SOGo daemon user
+
+PKG_SYSCONFSUBDIR= sogo
+
+FILES_SUBST+= SOGORUNDIR=${SOGORUNDIR}
+FILES_SUBST+= SOGOETCDIR=${SOGOETCDIR}
+FILES_SUBST+= SOGOUSER=${SOGOUSER}
+RCD_SCRIPTS= sogod
+
+FIX_PERMS= \
+ SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html \
+ SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.wod \
+ SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html \
+ SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.wod \
+ UI/Templates/SOGoACLLithuanianAdditionAdvisory.wox \
+ UI/Templates/SOGoACLLithuanianModificationAdvisory.wox \
+ UI/Templates/SOGoACLLithuanianRemovalAdvisory.wox \
+ UI/Templates/SOGoFolderLithuanianAdditionAdvisory.wox \
+ UI/Templates/SOGoFolderLithuanianRemovalAdvisory.wox
+
+pre-configure:
+.for f in ${FIX_PERMS}
+ ${CHMOD} ${NONBINMODE} ${WRKSRC}/${f}
+.endfor
+
+post-install:
+ ${SED} -e "s|@SOGOUSER@|${SOGOUSER}|" ${FILESDIR}/sogo-conf.sh > \
+ ${DESTDIR}${PREFIX}/share/examples/SOGo/sogo-conf.sh
+ ${SED} -e "s|/usr/GNUstep/System/Library|${PREFIX}/lib/GNUstep|" \
+ ${WRKSRC}/Apache/SOGo.conf > \
+ ${DESTDIR}${PREFIX}/share/examples/SOGo/SOGo.conf
+ ${SED} -e "s|@PREFIX@|${PREFIX}|" ${FILESDIR}/SOGo.conf >> \
+ ${DESTDIR}${PREFIX}/share/examples/SOGo/SOGo.conf
+ ${MKDIR} -p ${DESTDIR}${PREFIX}/lib/GNUstep/Frameworks
+ ${LN} -s ../SOGo/SOGo.framework \
+ ${DESTDIR}${PREFIX}/lib/GNUstep/Frameworks/SOGo.framework
+
+.include "../../archivers/libzip/buildlink3.mk"
+.include "../../devel/gnustep-base/buildlink3.mk"
+.include "../../devel/gnustep-make/buildlink3.mk"
+.include "../../devel/SOPE5/buildlink3.mk"
+.include "../../devel/libmemcached/buildlink3.mk"
+.include "../../mail/libytnef/buildlink3.mk"
+.include "../../security/libsodium/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/SOGo5/PLIST
diff -u /dev/null pkgsrc/www/SOGo5/PLIST:1.1
--- /dev/null Thu Feb 20 14:39:37 2025
+++ pkgsrc/www/SOGo5/PLIST Thu Feb 20 14:39:37 2025
@@ -0,0 +1,2202 @@
+@comment $NetBSD: PLIST,v 1.1 2025/02/20 14:39:37 manu Exp $
+
+include/GDLContentStore/EOAdaptorChannel+GCS.h
+include/GDLContentStore/GCSAdminFolder.h
+include/GDLContentStore/GCSAlarmsFolder.h
+include/GDLContentStore/GCSChannelManager.h
+include/GDLContentStore/GCSContext.h
+include/GDLContentStore/GCSFieldInfo.h
+include/GDLContentStore/GCSFolder.h
+include/GDLContentStore/GCSFolderManager.h
+include/GDLContentStore/GCSFolderType.h
+include/GDLContentStore/GCSSessionsFolder.h
+include/GDLContentStore/GCSSpecialQueries.h
+include/GDLContentStore/GCSStringFormatter.h
+include/GDLContentStore/NSURL+GCS.h
+include/NGCards/CardElement.h
+include/NGCards/CardGroup.h
+include/NGCards/CardVersitRenderer.h
+include/NGCards/NGCards.h
+include/NGCards/NGVCard.h
+include/NGCards/NGVCardPhoto.h
+include/NGCards/NGVCardReference.h
+include/NGCards/NGVList.h
+include/NGCards/NSArray+NGCards.h
+include/NGCards/NSCalendarDate+ICal.h
+include/NGCards/NSCalendarDate+NGCards.h
+include/NGCards/NSDictionary+NGCards.h
+include/NGCards/NSString+NGCards.h
+include/NGCards/iCalAlarm.h
+include/NGCards/iCalAttachment.h
+include/NGCards/iCalByDayMask.h
+include/NGCards/iCalCalendar.h
+include/NGCards/iCalDataSource.h
+include/NGCards/iCalDateTime.h
+include/NGCards/iCalEntityObject.h
+include/NGCards/iCalEvent.h
+include/NGCards/iCalEventChanges.h
+include/NGCards/iCalFreeBusy.h
+include/NGCards/iCalJournal.h
+include/NGCards/iCalObject.h
+include/NGCards/iCalPerson.h
+include/NGCards/iCalRecurrenceCalculator.h
+include/NGCards/iCalRecurrenceRule.h
+include/NGCards/iCalRepeatableEntityObject.h
+include/NGCards/iCalTimeZone.h
+include/NGCards/iCalTimeZonePeriod.h
+include/NGCards/iCalToDo.h
+include/NGCards/iCalTrigger.h
+include/NGCards/iCalUTCOffset.h
+include/NGCards/iCalXMLRenderer.h
+include/SOGo
+include/SOGoUI/SOGoAptFormatter.h
+include/SOGoUI/SOGoDirectAction.h
+include/SOGoUI/UIxComponent.h
+lib/GNUstep/Frameworks/SOGo.framework/Headers
+lib/GNUstep/Frameworks/SOGo.framework/Resources
+lib/GNUstep/Frameworks/SOGo.framework/SOGo.framework
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/BSONCodec.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/CardElement+SOGo.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/DOMNode+SOGo.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/EOBitmaskQualifier.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/EOQualifier+SOGoCacheObject.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/GCSSpecialQueries+SOGoCacheObject.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/JWT.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/LDAPSource.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/LDAPSourceSchema.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NGMimeBodyPart+SOGo.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NGMimeFileData+SOGo.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSArray+DAV.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSArray+Utilities.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSCalendarDate+SOGo.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSData+Crypto.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSDictionary+DAV.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSDictionary+URL.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSDictionary+Utilities.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSNull+Utilities.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSNumber+Utilities.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSObject+DAV.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSObject+Utilities.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSString+Crypto.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSString+DAV.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSString+Utilities.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/NSURL+DAV.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/RTFHandler.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoAdmin.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoAuthenticator.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoBuild.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCASSession.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCache.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCacheGCSFolder.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCacheGCSObject.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCacheObject.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoConstants.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoContentObject.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCredentialsFile.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDAVAuthenticator.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDateFormatter.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDefaultsSource.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDomainDefaults.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoEmptyAuthenticator.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoFolder.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoGCSFolder.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoLDAPDefaults.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoMailer.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoMobileProvision.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoObject.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoParentFolder.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoPermissions.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoProductLoader.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoProxyAuthenticator.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSession.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSieveManager.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSource.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoStartupLogger.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoStaticAuthenticator.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSystemDefaults.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoTextTemplateFile.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUser.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserDefaults.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserFolder.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserManager.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserProfile.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoWebAuthenticator.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoWebDAVAclManager.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoWebDAVValue.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SOGoZipArchiver.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/SQLSource.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/WOContext+SOGo.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/WORequest+SOGo.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/WOResourceManager+SOGo.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Headers/WOResponse+SOGo.h
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/CASLogoutRequestMap.plist
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/DAVReportMap.plist
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/Info-gnustep.plist
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/Resources/SOGoDefaults.plist
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/sogo/SOGo
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/sogo/libSOGo.so
+lib/GNUstep/Frameworks/SOGo.framework/Versions/5/sogo/libSOGo.so.5.11.2
+lib/GNUstep/Frameworks/SOGo.framework/Versions/Current
+lib/GNUstep/Frameworks/SOGo.framework/sogo/SOGo
+lib/GNUstep/Frameworks/SOGo.framework/sogo/libSOGo.so
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Abidjan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Accra.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Addis_Ababa.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Algiers.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Asmara.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Asmera.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bamako.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bangui.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Banjul.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bissau.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Blantyre.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Brazzaville.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bujumbura.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Cairo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Casablanca.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Ceuta.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Conakry.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Dakar.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Dar_es_Salaam.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Djibouti.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Douala.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/El_Aaiun.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Freetown.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Gaborone.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Harare.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Johannesburg.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Juba.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Kampala.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Khartoum.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Kigali.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Kinshasa.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lagos.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Libreville.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lome.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Luanda.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lubumbashi.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lusaka.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Malabo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Maputo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Maseru.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Mbabane.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Mogadishu.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Monrovia.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Nairobi.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Ndjamena.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Niamey.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Nouakchott.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Ouagadougou.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Porto-Novo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Sao_Tome.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Timbuktu.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Tripoli.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Tunis.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Windhoek.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Adak.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Anchorage.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Anguilla.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Antigua.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Araguaina.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Buenos_Aires.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Catamarca.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/ComodRivadavia.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Cordoba.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Jujuy.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/La_Rioja.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Mendoza.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Rio_Gallegos.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Salta.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Juan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Luis.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Tucuman.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Ushuaia.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Aruba.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Asuncion.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Atikokan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Atka.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Bahia.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Bahia_Banderas.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Barbados.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Belem.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Belize.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Blanc-Sablon.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Boa_Vista.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Bogota.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Boise.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Buenos_Aires.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cambridge_Bay.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Campo_Grande.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cancun.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Caracas.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Catamarca.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cayenne.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cayman.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Chicago.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Chihuahua.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Ciudad_Juarez.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Coral_Harbour.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cordoba.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Costa_Rica.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Creston.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cuiaba.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Curacao.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Danmarkshavn.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Dawson.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Dawson_Creek.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Denver.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Detroit.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Dominica.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Edmonton.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Eirunepe.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/El_Salvador.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Ensenada.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Fort_Nelson.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Fort_Wayne.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Fortaleza.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Glace_Bay.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Godthab.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Goose_Bay.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Grand_Turk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Grenada.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guadeloupe.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guatemala.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guayaquil.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guyana.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Halifax.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Havana.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Hermosillo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Indianapolis.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Knox.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Marengo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Petersburg.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Tell_City.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vevay.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vincennes.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Winamac.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indianapolis.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Inuvik.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Iqaluit.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Jamaica.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Jujuy.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Juneau.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Louisville.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Monticello.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Knox_IN.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Kralendijk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/La_Paz.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Lima.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Los_Angeles.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Louisville.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Lower_Princes.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Maceio.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Managua.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Manaus.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Marigot.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Martinique.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Matamoros.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Mazatlan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Mendoza.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Menominee.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Merida.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Metlakatla.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Mexico_City.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Miquelon.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Moncton.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Monterrey.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Montevideo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Montreal.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Montserrat.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Nassau.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/New_York.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Nipigon.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Nome.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Noronha.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Beulah.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Center.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/New_Salem.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Nuuk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Ojinaga.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Panama.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Pangnirtung.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Paramaribo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Phoenix.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Port-au-Prince.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Port_of_Spain.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Porto_Acre.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Porto_Velho.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Puerto_Rico.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Punta_Arenas.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Rainy_River.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Rankin_Inlet.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Recife.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Regina.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Resolute.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Rio_Branco.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Rosario.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santa_Isabel.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santarem.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santiago.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santo_Domingo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Sao_Paulo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Scoresbysund.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Shiprock.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Sitka.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Barthelemy.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Johns.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Kitts.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Lucia.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Thomas.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Vincent.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Swift_Current.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Tegucigalpa.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Thule.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Thunder_Bay.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Tijuana.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Toronto.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Tortola.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Vancouver.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Virgin.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Whitehorse.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Winnipeg.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Yakutat.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Yellowknife.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Casey.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Davis.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/DumontDUrville.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Macquarie.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Mawson.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/McMurdo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Palmer.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Rothera.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/South_Pole.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Syowa.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Troll.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Vostok.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Arctic/Longyearbyen.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Aden.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Almaty.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Amman.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Anadyr.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Aqtau.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Aqtobe.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ashgabat.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ashkhabad.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Atyrau.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Baghdad.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Bahrain.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Baku.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Bangkok.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Barnaul.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Beirut.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Bishkek.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Brunei.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Calcutta.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Chita.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Choibalsan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Chongqing.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Chungking.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Colombo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dacca.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Damascus.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dhaka.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dili.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dubai.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dushanbe.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Famagusta.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Gaza.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Harbin.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Hebron.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Hong_Kong.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Hovd.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Irkutsk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Istanbul.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Jakarta.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Jayapura.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Jerusalem.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kabul.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kamchatka.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Karachi.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kashgar.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kathmandu.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Katmandu.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Khandyga.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kolkata.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Krasnoyarsk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kuala_Lumpur.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kuching.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kuwait.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Macao.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Macau.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Magadan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Makassar.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Manila.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Muscat.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Nicosia.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Novokuznetsk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Novosibirsk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Omsk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Oral.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Phnom_Penh.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Pontianak.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Pyongyang.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Qatar.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Qostanay.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Qyzylorda.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Rangoon.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Riyadh.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Saigon.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Sakhalin.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Samarkand.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Seoul.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Shanghai.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Singapore.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Srednekolymsk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Taipei.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tashkent.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tbilisi.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tehran.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tel_Aviv.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Thimbu.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Thimphu.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tokyo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tomsk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ujung_Pandang.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ulaanbaatar.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ulan_Bator.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Urumqi.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ust-Nera.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Vientiane.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Vladivostok.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yakutsk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yangon.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yekaterinburg.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yerevan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Azores.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Bermuda.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Canary.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Cape_Verde.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Faeroe.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Faroe.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Jan_Mayen.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Madeira.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Reykjavik.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/South_Georgia.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/St_Helena.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Stanley.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/ACT.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Adelaide.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Brisbane.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Broken_Hill.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Canberra.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Currie.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Darwin.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Eucla.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Hobart.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/LHI.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Lindeman.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Lord_Howe.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Melbourne.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/NSW.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/North.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Perth.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Queensland.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/South.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Sydney.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Tasmania.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Victoria.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/West.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Yancowinna.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Brazil/Acre.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Brazil/DeNoronha.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Brazil/East.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Brazil/West.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/CET.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/CST6CDT.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Atlantic.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Central.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Eastern.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Mountain.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Newfoundland.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Pacific.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Saskatchewan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Canada/Yukon.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Chile/Continental.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Chile/EasterIsland.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Cuba.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/EET.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/EST.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/EST5EDT.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Egypt.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Eire.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+0.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+1.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+10.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+11.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+12.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+2.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+3.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+4.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+5.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+6.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+7.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+8.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT+9.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-0.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-1.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-10.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-11.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-12.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-13.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-14.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-2.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-3.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-4.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-5.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-6.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-7.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-8.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT-9.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/GMT0.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/Greenwich.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/UCT.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/UTC.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/Universal.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Etc/Zulu.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Amsterdam.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Andorra.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Astrakhan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Athens.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Belfast.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Belgrade.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Berlin.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Bratislava.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Brussels.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Bucharest.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Budapest.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Busingen.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Chisinau.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Copenhagen.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Dublin.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Gibraltar.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Guernsey.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Helsinki.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Isle_of_Man.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Istanbul.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Jersey.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Kaliningrad.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Kiev.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Kirov.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Kyiv.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Lisbon.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Ljubljana.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/London.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Luxembourg.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Madrid.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Malta.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Mariehamn.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Minsk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Monaco.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Moscow.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Nicosia.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Oslo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Paris.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Podgorica.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Prague.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Riga.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Rome.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Samara.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/San_Marino.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Sarajevo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Saratov.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Simferopol.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Skopje.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Sofia.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Stockholm.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Tallinn.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Tirane.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Tiraspol.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Ulyanovsk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Uzhgorod.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vaduz.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vatican.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vienna.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vilnius.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Volgograd.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Warsaw.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Zagreb.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Zaporozhye.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Zurich.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GB-Eire.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GB.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GMT+0.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GMT-0.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GMT.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/GMT0.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Greenwich.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/HST.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Hongkong.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Iceland.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Antananarivo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Chagos.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Christmas.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Cocos.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Comoro.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Kerguelen.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Mahe.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Maldives.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Mauritius.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Mayotte.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Reunion.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Iran.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Israel.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Jamaica.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Japan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Kwajalein.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Libya.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/MET.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/MST.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/MST7MDT.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Mexico/BajaNorte.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Mexico/BajaSur.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Mexico/General.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/NZ-CHAT.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/NZ.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Navajo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/PRC.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/PST8PDT.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Apia.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Auckland.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Bougainville.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Chatham.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Chuuk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Easter.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Efate.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Enderbury.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Fakaofo.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Fiji.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Funafuti.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Galapagos.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Gambier.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Guadalcanal.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Guam.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Honolulu.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Johnston.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Kanton.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Kiritimati.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Kosrae.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Kwajalein.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Majuro.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Marquesas.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Midway.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Nauru.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Niue.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Norfolk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Noumea.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Pago_Pago.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Palau.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Pitcairn.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Pohnpei.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Ponape.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Port_Moresby.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Rarotonga.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Saipan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Samoa.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Tahiti.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Tarawa.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Tongatapu.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Truk.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Wake.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Wallis.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Yap.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Poland.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Portugal.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/ROC.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/ROK.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Singapore.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Turkey.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/UCT.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/UPDATING
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Alaska.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Aleutian.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Arizona.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Central.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/East-Indiana.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Eastern.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Hawaii.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Indiana-Starke.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Michigan.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Mountain.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Pacific.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/US/Samoa.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/UTC.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Universal.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/W-SU.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/WET.ics
+lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Zulu.ics
+lib/GNUstep/OCSTypeModels/appointment-oracle.ocs
+lib/GNUstep/OCSTypeModels/appointment.ocs
+lib/GNUstep/OCSTypeModels/contact-oracle.ocs
+lib/GNUstep/OCSTypeModels/contact.ocs
+lib/GNUstep/SOGo/AdministrationUI.SOGo/AdministrationUI
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Basque.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Croatian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Czech.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Danish.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Dutch.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Galician.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Kazakh.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Latvian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Romanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Russian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj/Localizable.strings
+lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/product.plist
+lib/GNUstep/SOGo/AdministrationUI.SOGo/stamp.make
+lib/GNUstep/SOGo/Appointments.SOGo/Appointments
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Basque.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Bosnian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Bulgarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Catalan.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/ChineseChina.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Croatian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Czech.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Danish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Dutch.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Galician.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Hebrew.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Icelandic.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Indonesian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Kazakh.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Latvian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Lithuanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPResponseMap.plist
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Macedonian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Montenegrin.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Portuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Romanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Russian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Serbian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Slovenian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/Welsh.lproj/Localizable.strings
+lib/GNUstep/SOGo/Appointments.SOGo/Resources/product.plist
+lib/GNUstep/SOGo/Appointments.SOGo/bundle-info.plist
+lib/GNUstep/SOGo/CommonUI.SOGo/CommonUI
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Basque.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Catalan.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Croatian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Czech.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Danish.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Dutch.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Galician.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Kazakh.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Latvian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Romanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Russian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Welsh.lproj/Localizable.strings
+lib/GNUstep/SOGo/CommonUI.SOGo/Resources/product.plist
+lib/GNUstep/SOGo/CommonUI.SOGo/bundle-info.plist
+lib/GNUstep/SOGo/CommonUI.SOGo/stamp.make
+lib/GNUstep/SOGo/Contacts.SOGo/Contacts
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Basque.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Bosnian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Bulgarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Catalan.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/ChineseChina.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Croatian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Czech.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Danish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Dutch.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Galician.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Hebrew.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Icelandic.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Indonesian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Kazakh.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Latvian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Lithuanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Macedonian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Montenegrin.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Portuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Romanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Russian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Serbian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Slovenian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/Welsh.lproj/Localizable.strings
+lib/GNUstep/SOGo/Contacts.SOGo/Resources/product.plist
+lib/GNUstep/SOGo/Contacts.SOGo/stamp.make
+lib/GNUstep/SOGo/ContactsUI.SOGo/ContactsUI
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Basque.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Croatian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Czech.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Danish.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Dutch.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Galician.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Kazakh.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Latvian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Romanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Russian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj/Localizable.strings
+lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/product.plist
+lib/GNUstep/SOGo/ContactsUI.SOGo/bundle-info.plist
+lib/GNUstep/SOGo/ContactsUI.SOGo/stamp.make
+lib/GNUstep/SOGo/MailPartViewers.SOGo/MailPartViewers
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Basque.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Bosnian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Bulgarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/ChineseChina.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Croatian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Czech.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Danish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Dutch.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Galician.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Hebrew.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Icelandic.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Indonesian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Kazakh.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Latvian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Lithuanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Macedonian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Montenegrin.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Portuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Romanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Russian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Serbian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Slovenian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/product.plist
+lib/GNUstep/SOGo/MailPartViewers.SOGo/stamp.make
+lib/GNUstep/SOGo/Mailer.SOGo/Mailer
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Basque.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Bosnian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Bulgarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Catalan.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/ChineseChina.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Croatian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Czech.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Danish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Dutch.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Galician.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Hebrew.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Icelandic.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Indonesian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Kazakh.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Latvian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Lithuanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Macedonian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Montenegrin.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Portuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Romanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Russian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBasqueForward.wo/SOGoMailBasqueForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBasqueForward.wo/SOGoMailBasqueForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBasqueReply.wo/SOGoMailBasqueReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBasqueReply.wo/SOGoMailBasqueReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBosnianForward.wo/SOGoMailBosnianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBosnianForward.wo/SOGoMailBosnianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBosnianReply.wo/SOGoMailBosnianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBosnianReply.wo/SOGoMailBosnianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBulgarianForward.wo/SOGoMailBulgarianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBulgarianForward.wo/SOGoMailBulgarianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBulgarianReply.wo/SOGoMailBulgarianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBulgarianReply.wo/SOGoMailBulgarianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGalicianForward.wo/SOGoMailGalicianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGalicianForward.wo/SOGoMailGalicianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGalicianReply.wo/SOGoMailGalicianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGalicianReply.wo/SOGoMailGalicianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianForward.wo/SOGoMailIndonesianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianForward.wo/SOGoMailIndonesianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianReply.wo/SOGoMailIndonesianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianReply.wo/SOGoMailIndonesianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseForward.wo/SOGoMailJapaneseForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseForward.wo/SOGoMailJapaneseForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseReply.wo/SOGoMailJapaneseReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseReply.wo/SOGoMailJapaneseReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailKazakhForward.wo/SOGoMailKazakhForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailKazakhForward.wo/SOGoMailKazakhForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailKazakhReply.wo/SOGoMailKazakhReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailKazakhReply.wo/SOGoMailKazakhReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMontenegrinForward.wo/SOGoMailMontenegrinForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMontenegrinForward.wo/SOGoMailMontenegrinForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMontenegrinReply.wo/SOGoMailMontenegrinReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMontenegrinReply.wo/SOGoMailMontenegrinReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianForward.wo/SOGoMailRomanianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianForward.wo/SOGoMailRomanianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianReply.wo/SOGoMailRomanianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianReply.wo/SOGoMailRomanianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinForward.wo/SOGoMailSerbianLatinForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianLatinReply.wo/SOGoMailSerbianLatinReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Serbian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/Welsh.lproj/Localizable.strings
+lib/GNUstep/SOGo/Mailer.SOGo/Resources/product.plist
+lib/GNUstep/SOGo/Mailer.SOGo/bundle-info.plist
+lib/GNUstep/SOGo/MailerUI.SOGo/MailerUI
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Basque.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Catalan.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Croatian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Czech.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Danish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Dutch.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Galician.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Kazakh.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Latvian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Romanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Russian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Welsh.lproj/Localizable.strings
+lib/GNUstep/SOGo/MailerUI.SOGo/Resources/product.plist
+lib/GNUstep/SOGo/MailerUI.SOGo/bundle-info.plist
+lib/GNUstep/SOGo/MailerUI.SOGo/stamp.make
+lib/GNUstep/SOGo/MainUI.SOGo/MainUI
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Basque.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Basque.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Bosnian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Bulgarian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseChina.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Czech.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Czech.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Danish.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Danish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/English.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/French.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Galician.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Galician.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/German.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Hebrew.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Indonesian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Italian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Japanese.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Kazakh.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Kazakh.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Latvian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Latvian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Montenegrin.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSAcl-mysql.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSAcl-oracle.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSAcl-postgresql.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-mysql.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-oracle.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-postgresql.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSFolderInfo-oracle.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSFolderInfo.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSStore-mysql.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSStore-oracle.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSStore.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Polish.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Portuguese.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Romanian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Romanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Russian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Russian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/SOGoProfile-mysql.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/SOGoProfile-oracle.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/SOGoProfile.sql
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/SerbianLatin.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Locale
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Localizable.strings
+lib/GNUstep/SOGo/MainUI.SOGo/Resources/product.plist
+lib/GNUstep/SOGo/MainUI.SOGo/stamp.make
+lib/GNUstep/SOGo/PreferencesUI.SOGo/PreferencesUI
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Basque.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Croatian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Czech.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Danish.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Dutch.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Galician.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Kazakh.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Latvian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Romanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Russian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/UIxPreferences.toolbar
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj/Localizable.strings
+lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/product.plist
+lib/GNUstep/SOGo/PreferencesUI.SOGo/stamp.make
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Arabic.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Basque.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Bosnian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Bulgarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Croatian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Czech.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Danish.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Dutch.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/English.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Finnish.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/French.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Galician.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/German.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Hebrew.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Indonesian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Japanese.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Kazakh.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Latvian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Montenegrin.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Polish.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Portuguese.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Romanian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Russian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Serbian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SerbianLatin.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Slovak.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj/Localizable.strings
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/cycles.plist
+lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/product.plist
+lib/GNUstep/SOGo/SchedulerUI.SOGo/SchedulerUI
+lib/GNUstep/SOGo/SchedulerUI.SOGo/bundle-info.plist
+lib/GNUstep/SOGo/SchedulerUI.SOGo/stamp.make
+lib/GNUstep/SOGo/Templates/AdministrationUI/UIxAdministration.wox
+lib/GNUstep/SOGo/Templates/AdministrationUI/UIxAdministrationAclEditor.wox
+lib/GNUstep/SOGo/Templates/AdministrationUI/UIxAdministrationFilterPanel.wox
+lib/GNUstep/SOGo/Templates/AdministrationUI/UIxAdministrationMotd.wox
+lib/GNUstep/SOGo/Templates/AdministrationUI/UIxThemePreview.wox
+lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailDeletion.wox
+lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailICalReply.wox
+lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailInvitation.wox
+lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailReceipt.wox
+lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailReminder.wox
+lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailUpdate.wox
+lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactEditorTemplate.wox
+lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFolderLinksTemplate.wox
+lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFolderProperties.wox
+lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFoldersView.wox
+lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactViewTemplate.wox
+lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsUserFolders.wox
+lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsUserRightsEditor.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartAlternativeViewer.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartEncryptedViewer.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartExternalHTMLViewer.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartICalViewer.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartImageViewer.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartLinkViewer.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartMessageViewer.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartMixedViewer.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartSignedViewer.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartTextViewer.wox
+lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartTnefViewer.wox
+lib/GNUstep/SOGo/Templates/MailerUI/UIxMailEditor.wox
+lib/GNUstep/SOGo/Templates/MailerUI/UIxMailFolderSubscriptions.wox
+lib/GNUstep/SOGo/Templates/MailerUI/UIxMailFolderTemplate.wox
+lib/GNUstep/SOGo/Templates/MailerUI/UIxMailMainFrame.wox
+lib/GNUstep/SOGo/Templates/MailerUI/UIxMailMoveToPopUp.wox
+lib/GNUstep/SOGo/Templates/MailerUI/UIxMailPopupView.wox
+lib/GNUstep/SOGo/Templates/MailerUI/UIxMailUserDelegationEditor.wox
+lib/GNUstep/SOGo/Templates/MailerUI/UIxMailUserRightsEditor.wox
+lib/GNUstep/SOGo/Templates/MailerUI/UIxMailView.wox
+lib/GNUstep/SOGo/Templates/MailerUI/UIxMailViewTemplate.wox
+lib/GNUstep/SOGo/Templates/MailerUI/UIxMailWindowCloser.wox
+lib/GNUstep/SOGo/Templates/MainUI/SOGoBrowsersPanel.wox
+lib/GNUstep/SOGo/Templates/MainUI/SOGoRootPage.wox
+lib/GNUstep/SOGo/Templates/MainUI/SOGoUserHomePage.wox
+lib/GNUstep/SOGo/Templates/PreferencesUI/UIxAccountEditor.wox
+lib/GNUstep/SOGo/Templates/PreferencesUI/UIxAdditionalPreferences.wox
+lib/GNUstep/SOGo/Templates/PreferencesUI/UIxFilterEditor.wox
+lib/GNUstep/SOGo/Templates/PreferencesUI/UIxJSONPreferences.wox
+lib/GNUstep/SOGo/Templates/PreferencesUI/UIxPreferences.wox
+lib/GNUstep/SOGo/Templates/SOGoACLArabicAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLArabicModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLArabicRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBasqueAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBasqueModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBasqueRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBosnianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBosnianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBosnianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBulgarianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBulgarianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLBulgarianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCatalanAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCatalanModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCatalanRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLChineseChinaAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLChineseChinaModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLChineseChinaRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCroatianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCroatianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCroatianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCzechAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCzechModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLCzechRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLDanishAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLDanishModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLDanishRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLDutchAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLDutchModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLDutchRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLEnglishAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLEnglishModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLEnglishRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLFinnishAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLFinnishModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLFinnishRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLFrenchAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLFrenchModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLFrenchRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLGalicianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLGalicianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLGalicianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLGermanAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLGermanModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLGermanRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLHebrewAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLHebrewModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLHebrewRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLHungarianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLHungarianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLHungarianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLIcelandicAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLIcelandicModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLIcelandicRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLIndonesianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLIndonesianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLIndonesianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLItalianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLItalianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLItalianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLJapaneseAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLJapaneseModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLJapaneseRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLKazakhAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLKazakhModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLKazakhRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLLatvianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLLatvianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLLatvianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLLithuanianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLLithuanianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLLithuanianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLMacedonianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLMacedonianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLMacedonianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLMontenegrinAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLMontenegrinModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLMontenegrinRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLNorwegianBokmalAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLNorwegianBokmalModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLNorwegianBokmalRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLNorwegianNynorskAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLNorwegianNynorskModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLNorwegianNynorskRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLPolishAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLPolishModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLPolishRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLPortugueseAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLPortugueseModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLPortugueseRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLRomanianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLRomanianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLRomanianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLRussianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLRussianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLRussianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSerbianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSerbianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSerbianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSlovakAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSlovakModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSlovakRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSlovenianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSlovenianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSlovenianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSpanishArgentinaAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSpanishArgentinaModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSpanishArgentinaRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSpanishSpainAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSpanishSpainModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSpanishSpainRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSwedishAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSwedishModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLSwedishRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLTurkishTurkeyAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLTurkishTurkeyModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLTurkishTurkeyRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLUkrainianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLUkrainianModificationAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoACLUkrainianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderArabicAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderArabicRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderBasqueAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderBasqueRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderBosnianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderBosnianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderBrazilianPortugueseAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderBrazilianPortugueseRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderBulgarianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderBulgarianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderCatalanAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderCatalanRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderChineseChinaAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderChineseChinaRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderChineseTaiwanAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderChineseTaiwanRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderCroatianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderCroatianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderCzechAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderCzechRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderDanishAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderDanishRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderDutchAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderDutchRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderEnglishAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderEnglishRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderFinnishAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderFinnishRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderFrenchAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderFrenchRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderGalicianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderGalicianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderGermanAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderGermanRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderHebrewAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderHebrewRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderHungarianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderHungarianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderIcelandicAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderIcelandicRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderIndonesianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderIndonesianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderItalianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderItalianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderJapaneseAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderJapaneseRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderKazakhAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderKazakhRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderLatvianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderLatvianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderLithuanianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderLithuanianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderMacedonianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderMacedonianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderMontenegrinAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderMontenegrinRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianBokmalAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianBokmalRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianNynorskAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianNynorskRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderPolishAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderPolishRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderPortugueseAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderPortugueseRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderRomanianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderRomanianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderRussianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderRussianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSerbianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSerbianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSlovakAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSlovakRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSlovenianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSlovenianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSpanishArgentinaAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSpanishArgentinaRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSpanishSpainAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSpanishSpainRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSwedishAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderSwedishRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderTurkishTurkeyAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderTurkishTurkeyRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderUkrainianAdditionAdvisory.wox
+lib/GNUstep/SOGo/Templates/SOGoFolderUkrainianRemovalAdvisory.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxAttendeesEditor.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalDayTable.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalDayView.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalMainView.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalMonthView.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalUserRightsEditor.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalWeekView.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalendarFolderLinksTemplate.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalendarProperties.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalendarSelector.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxRecurrenceEditor.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxRecurrenceListEditor.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxReminderEditor.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxTaskEditorTemplate.wox
+lib/GNUstep/SOGo/Templates/SchedulerUI/UIxTaskViewTemplate.wox
+lib/GNUstep/SOGo/Templates/UIxAclEditor.wox
+lib/GNUstep/SOGo/Templates/UIxPageFrame.wox
+lib/GNUstep/SOGo/Templates/UIxSidenavToolbarTemplate.wox
+lib/GNUstep/SOGo/Templates/UIxSortableTableHeader.wox
+lib/GNUstep/SOGo/Templates/UIxToolbar.wox
+lib/GNUstep/SOGo/Templates/UIxTopnavToolbar.wox
+lib/GNUstep/SOGo/Templates/UIxUserRightsEditor.wox
+lib/GNUstep/SOGo/WebServerResources/css/icons.css
+lib/GNUstep/SOGo/WebServerResources/css/no-animation.css
+lib/GNUstep/SOGo/WebServerResources/css/no-animation.css.map
+lib/GNUstep/SOGo/WebServerResources/css/styles.css
+lib/GNUstep/SOGo/WebServerResources/css/styles.css.map
+lib/GNUstep/SOGo/WebServerResources/css/theme-default.css
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Bold.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Bold.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Bold.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Medium.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Medium.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Medium.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Regular.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Regular.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Regular.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Bold.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Bold.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Bold.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Book.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Book.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Book.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BookItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BookItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BookItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Eight.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Eight.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Eight.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-EightItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-EightItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-EightItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Four.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Four.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Four.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-FourItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-FourItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-FourItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Hair.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Hair.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Hair.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HairItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HairItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HairItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Heavy.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Heavy.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Heavy.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Italic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Italic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Italic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Light.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Light.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Light.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-LightItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-LightItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-LightItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Medium.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Medium.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Medium.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Regular.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Regular.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Regular.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBold.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBold.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBold.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Thin.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Thin.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Thin.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Two.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Two.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Two.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Ultra.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Ultra.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Ultra.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLight.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLight.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLight.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.eot
+lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.ttf
+lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff
+lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff2
+lib/GNUstep/SOGo/WebServerResources/img/cardboard-transp.png
+lib/GNUstep/SOGo/WebServerResources/img/certificate-off.svg
+lib/GNUstep/SOGo/WebServerResources/img/certificate.svg
+lib/GNUstep/SOGo/WebServerResources/img/email-256px.png
+lib/GNUstep/SOGo/WebServerResources/img/felt-transp.png
+lib/GNUstep/SOGo/WebServerResources/img/ic_person_grey_24px.svg
+lib/GNUstep/SOGo/WebServerResources/img/inverse.png
+lib/GNUstep/SOGo/WebServerResources/img/mark_email_read.svg
+lib/GNUstep/SOGo/WebServerResources/img/mark_email_unread.svg
+lib/GNUstep/SOGo/WebServerResources/img/sogo-compact.svg
+lib/GNUstep/SOGo/WebServerResources/img/sogo-full.svg
+lib/GNUstep/SOGo/WebServerResources/img/sogo-logo.png
+lib/GNUstep/SOGo/WebServerResources/img/sogo.ico
+lib/GNUstep/SOGo/WebServerResources/img/voice_over_off.svg
+lib/GNUstep/SOGo/WebServerResources/js/Administration.js
+lib/GNUstep/SOGo/WebServerResources/js/Administration.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Administration.services.js
+lib/GNUstep/SOGo/WebServerResources/js/Administration.services.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Administration/Administration.app.js
+lib/GNUstep/SOGo/WebServerResources/js/Administration/Administration.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Administration/AdministrationAclController.js
+lib/GNUstep/SOGo/WebServerResources/js/Administration/AdministrationController.js
+lib/GNUstep/SOGo/WebServerResources/js/Administration/AdministrationMotdController.js
+lib/GNUstep/SOGo/WebServerResources/js/Administration/ThemePreviewController.js
+lib/GNUstep/SOGo/WebServerResources/js/Common.js
+lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Common/Acl.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/AclController.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/Authentication.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/Common.app.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/Dialog.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/Gravatar.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/Resource.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/User.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/angular-file-upload.trump.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/cssescape.filter.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/decodeUri.filter.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/encodeUri.filter.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/ensureTarget.filter.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/loc.filter.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/mdColors.app.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/navController.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/range.filter.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgAutogrow.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgAvatarImage.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgBlockToggle.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgCheckmark.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgCkeditor.component.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgColorPicker.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgCompile.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgDatepickerReadonlyInput.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgDraggable.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgDroppable.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgEnter.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgEscape.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgFocus.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgFocus.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgFolderStylesheet.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgHotkeys.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgLabels.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgNoDirtyCheck.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgPlaceholder.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgQrCode.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgResetOnDisabled.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgRippleClick.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgRippleClick.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgSearch.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgSelectOnly.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgSubscribe.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgTimepicker.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/sgToggleGrid.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/txt2html.filter.js
+lib/GNUstep/SOGo/WebServerResources/js/Common/utils.js
+lib/GNUstep/SOGo/WebServerResources/js/Contacts.js
+lib/GNUstep/SOGo/WebServerResources/js/Contacts.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Contacts.services.js
+lib/GNUstep/SOGo/WebServerResources/js/Contacts.services.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Contacts/AddressBook.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Contacts/AddressBookController.js
+lib/GNUstep/SOGo/WebServerResources/js/Contacts/AddressBooksController.js
+lib/GNUstep/SOGo/WebServerResources/js/Contacts/Card.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Contacts/CardController.js
+lib/GNUstep/SOGo/WebServerResources/js/Contacts/Contacts.app.js
+lib/GNUstep/SOGo/WebServerResources/js/Contacts/sgAddress.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer.app.popup.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer.app.popup.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Mailer.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Mailer.services.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer.services.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/Account.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/Mailbox.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/MailboxController.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/MailboxesController.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/Mailer.app.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/Mailer.popup.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/Message.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/MessageController.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/MessageEditorController.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/VirtualMailbox.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgAccountSection.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgIMIP.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgImageGallery.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgMailboxListItem.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgMessageListItem.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgMessageListItemMain.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgZoomableImage.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Main.js
+lib/GNUstep/SOGo/WebServerResources/js/Main.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Main/Main.app.js
+lib/GNUstep/SOGo/WebServerResources/js/Preferences.js
+lib/GNUstep/SOGo/WebServerResources/js/Preferences.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Preferences.services.js
+lib/GNUstep/SOGo/WebServerResources/js/Preferences.services.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Preferences/AccountDialogController.js
+lib/GNUstep/SOGo/WebServerResources/js/Preferences/FiltersDialogController.js
+lib/GNUstep/SOGo/WebServerResources/js/Preferences/Preferences.app.js
+lib/GNUstep/SOGo/WebServerResources/js/Preferences/Preferences.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Preferences/PreferencesController.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/Attendees.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/Calendar.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/CalendarController.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/CalendarListController.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/CalendarsController.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/Component.service.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/ComponentController.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/Scheduler.app.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarDay.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarDayBlock.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarDayTable.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarGhost.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarListEvent.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarListItem.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthDay.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthEvent.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarPrintStylesheet.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarScrollView.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCategoryStylesheet.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgDraggableCalendarBlock.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgFreebusy.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgFreebusyDay.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgNowLine.directive.js
+lib/GNUstep/SOGo/WebServerResources/js/theme.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/FileSaver.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/FileSaver.min.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-animate.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-animate.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-animate.min.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-aria.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-aria.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-aria.min.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-cookies.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-cookies.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-cookies.min.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-material.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-material.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-messages.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-messages.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-messages.min.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-sanitize.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-sanitize.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-sanitize.min.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-ui-router.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-ui-router.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-ui-router.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-ui-router.min.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/angular.min.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/LICENSE.md
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/ckeditor.d.ts
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/ckeditor.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/ckeditor.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/af.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ar.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ast.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/az.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/bg.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/bn.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/bs.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ca.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/cs.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/da.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/de-ch.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/de.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/el.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/en-au.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/en-gb.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/eo.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/es-co.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/es.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/et.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/eu.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/fa.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/fi.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/fr.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/gl.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/gu.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/he.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/hi.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/hr.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/hu.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/hy.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/id.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/it.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ja.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/jv.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/kk.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/km.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/kn.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ko.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ku.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/lt.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/lv.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ms.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/nb.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ne.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/nl.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/no.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/oc.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/pl.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/pt-br.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/pt.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ro.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ru.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/si.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/sk.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/sl.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/sq.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/sr-latn.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/sr.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/sv.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/th.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/tk.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/tr.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/tt.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ug.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/uk.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/ur.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/uz.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/vi.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/zh-cn.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build/translations/zh.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/package.json
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/sample/index.html
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/sample/script.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/src/ckeditor.ts
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/tsconfig.json
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/webpack.config.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/lodash.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/lodash.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/mark.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ng-sortable.min.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/ng-sortable.min.js.map
+lib/GNUstep/SOGo/WebServerResources/js/vendor/punycode.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/qrcode.js
+lib/GNUstep/SOGo/WebServerResources/js/vendor/qrcode.min.js
+lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/Info-gnustep.plist
+lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/bundle-info.plist
+lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/bundle-info.plist
+lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/stamp.make
+lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver
+lib/GNUstep/SaxMappings/NGCards.xmap
+lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/Resources/Info-gnustep.plist
+lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements
+lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/bundle-info.plist
+lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/stamp.make
+lib/sogo/libGDLContentStore.so
+lib/sogo/libGDLContentStore.so.4.9.0
+lib/sogo/libNGCards.so
+lib/sogo/libNGCards.so.4.9.0
+lib/sogo/libSOGo.so
+lib/sogo/libSOGo.so.5.11.2
+lib/sogo/libSOGoUI.so
+lib/sogo/libSOGoUI.so.5.11.0
+sbin/sogo-ealarms-notify
+sbin/sogo-slapd-sockd
+sbin/sogo-tool
+sbin/sogod
+share/examples/SOGo/SOGo.conf
+share/examples/SOGo/sogo-conf.sh
+share/examples/rc.d/sogod
Index: pkgsrc/www/SOGo5/distinfo
diff -u /dev/null pkgsrc/www/SOGo5/distinfo:1.1
--- /dev/null Thu Feb 20 14:39:37 2025
+++ pkgsrc/www/SOGo5/distinfo Thu Feb 20 14:39:37 2025
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2025/02/20 14:39:37 manu Exp $
+
+BLAKE2s (sogo/SOGo-5.11.2.tar.gz) = 958c41b04909940071ad7513de039febee64dab004aaadcefca1261190c5df41
+SHA512 (sogo/SOGo-5.11.2.tar.gz) = c48f1a06d0bb9d4e1d56ea9cc1c03b79860fb8415d37994047f2f06e28a9588b68e1ee0a473c123d00b98bf7b4924b4d9188ec4d8fc184eac1fc8233818fa8b2
+Size (sogo/SOGo-5.11.2.tar.gz) = 35252185 bytes
+SHA1 (patch-SoObjects_SOGo_NSData+Crypto.m) = 67ab2d7f99834b597dcbaf7cacd9122405156ea3
+SHA1 (patch-general.make) = d1517f3fc9133c7edb4293612b87674504d3ac5f
Index: pkgsrc/www/SOGo5/files/SOGo.conf
diff -u /dev/null pkgsrc/www/SOGo5/files/SOGo.conf:1.1
--- /dev/null Thu Feb 20 14:39:37 2025
+++ pkgsrc/www/SOGo5/files/SOGo.conf Thu Feb 20 14:39:37 2025
@@ -0,0 +1,5 @@
+
+ <Directory "@PREFIX@/lib/GNUstep/SOGo/WebServerResources/">
+ Order allow,deny
+ Allow from all
+ </Directory>
Index: pkgsrc/www/SOGo5/patches/patch-SoObjects_SOGo_NSData+Crypto.m
diff -u /dev/null pkgsrc/www/SOGo5/patches/patch-SoObjects_SOGo_NSData+Crypto.m:1.1
--- /dev/null Thu Feb 20 14:39:37 2025
+++ pkgsrc/www/SOGo5/patches/patch-SoObjects_SOGo_NSData+Crypto.m Thu Feb 20 14:39:37 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-SoObjects_SOGo_NSData+Crypto.m,v 1.1 2025/02/20 14:39:37 manu Exp $
+
+--- SoObjects/SOGo/NSData+Crypto.m.orig 2024-10-15 16:21:02.000000000 +0200
++++ SoObjects/SOGo/NSData+Crypto.m 2025-02-18 10:20:04.054287681 +0100
+@@ -26,9 +26,9 @@
+ #define _XOPEN_SOURCE 600
+
+ #include <fcntl.h>
+ #include <unistd.h>
+-#if !defined(__OpenBSD__) && !defined(__FreeBSD__)
++#ifdef __sun
+ #include <crypt.h>
+ #endif
+
+ #if defined(HAVE_GNUTLS)
Index: pkgsrc/www/SOGo5/patches/patch-general.make
diff -u /dev/null pkgsrc/www/SOGo5/patches/patch-general.make:1.1
--- /dev/null Thu Feb 20 14:39:37 2025
+++ pkgsrc/www/SOGo5/patches/patch-general.make Thu Feb 20 14:39:37 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-general.make,v 1.1 2025/02/20 14:39:37 manu Exp $
+
+Prevent -frecord-gcc-switches to be added, because pkgsrc
+checks choke on the presence of working directory strings
+inside the binaries.
+
+--- general.make.orig 2020-04-15 11:01:50.012506113 +0200
++++ general.make 2020-04-15 11:02:01.180611005 +0200
+@@ -22,6 +22,6 @@
+ # Ensure we store in the ELF files minimal debugging
+ # information plus the compiler flags used; that can
+ # be afterwards read with:
+ # readelf -p .GCC.command.line /path/to/elf_file
+-ADDITIONAL_OBJCFLAGS += -g $(call cc-option,-frecord-gcc-switches)
++ADDITIONAL_OBJCFLAGS += -g $(call cc-option)
+
Home |
Main Index |
Thread Index |
Old Index