Index: head/www/sogo/Makefile =================================================================== --- head/www/sogo/Makefile (nonexistent) +++ head/www/sogo/Makefile (revision 559175) @@ -0,0 +1,80 @@ +# $FreeBSD$ + +PORTNAME= sogo +PORTVERSION= 5.0.1 +CATEGORIES= www gnustep +MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ +DISTNAME= SOGo-${PORTVERSION} + +MAINTAINER= acm@FreeBSD.org +COMMENT= Groupware server with a focus on scalability and open standards + +LICENSE= GPLv2 + +LIB_DEPENDS= libmemcached.so:databases/libmemcached \ + libcurl.so:ftp/curl \ + libsodium.so:security/libsodium \ + libzip.so:archivers/libzip \ + libDOM.so:devel/sope +RUN_DEPENDS= zip:archivers/zip + +OPTIONS_DEFAULT= MFA +OPTIONS_DEFINE= ACTIVESYNC MFA SAML2 +OPTIONS_SUB= yes + +ACTIVESYNC_DESC= Enable support for ActiveSync protocol +MFA_DESC= Enable support for multi-factor authentication +SAML2_DESC= Enable support for SAML2 authentication + +SAML2_USES= python:build gnome +SAML2_USE= gnome=glib20 + +ACTIVESYNC_LIB_DEPENDS= libwbxml2.so:textproc/wbxml2 +MFA_LIB_DEPENDS= liboath.so:security/oath-toolkit +SAML2_LIB_DEPENDS= liblasso.so:security/lasso + +MFA_CONFIGURE_ON= --enable-mfa +MFA_CONFIGURE_OFF= --disable-mfa +SAML2_CONFIGURE_ON= --enable-saml2 + +USERS= sogod +GROUPS= sogod +USES= gettext-runtime gnustep objc pkgconfig shebangfix ssl +USE_GNUSTEP= base build +USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo + +SHEBANG_LANG= python +SHEBANG_FILES= ${WRKSRC}/SoObjects/SOGo/gen-saml2-exceptions.py + +CONFLICTS?= sogo[2-4]-activesync-[0-9]* sogo[2-4]-[0-9]* + +USE_RC_SUBR= sogod + +SUB_FILES+= pkg-message +SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ + GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} +CONFIGURE_ARGS+= --disable-debug --enable-strip + +post-patch: + @${GREP} -rlF '/etc/sogo' ${WRKSRC} \ + | ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' + @${REINPLACE_CMD} -e 's|/usr/lib/GNUstep/|${LOCALBASE}/GNUstep/Local/Library|g' ${WRKSRC}/Apache/SOGo.conf + +post-patch-ACTIVESYNC-on: + @${REINPLACE_CMD} -e 's/Tools/Tools ActiveSync/' ${WRKSRC}/GNUmakefile + +do-configure: + cd ${WRKSRC} ; . ${GNUSTEP_MAKEFILES}/GNUstep.sh ; ./configure ${CONFIGURE_ARGS} + +post-install: + ${MKDIR} ${STAGEDIR}/var/spool/sogo + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKSRC}/Scripts/sogo.conf ${STAGEDIR}${ETCDIR}/sogo.conf.sample + ${INSTALL_DATA} ${WRKSRC}/Apache/SOGo.conf ${STAGEDIR}${ETCDIR}/SOGo-Apache.conf.sample + ${INSTALL_DATA} ${WRKSRC}/Apache/SOGo-apple-ab.conf ${STAGEDIR}${ETCDIR}/SOGo-apple-ab.Apache.conf.sample + ${INSTALL_DATA} ${FILESDIR}/expire-autoreply.creds.sample ${STAGEDIR}${ETCDIR}/ + ${INSTALL_DATA} ${FILESDIR}/ealarms-notify.creds.sample ${STAGEDIR}${ETCDIR}/ + ${INSTALL_DATA} ${FILESDIR}/cron-ealarms-notify.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/ + ${INSTALL_DATA} ${FILESDIR}/cron-expire-autoreply.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/ + +.include Property changes on: head/www/sogo/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/distinfo =================================================================== --- head/www/sogo/distinfo (nonexistent) +++ head/www/sogo/distinfo (revision 559175) @@ -0,0 +1,3 @@ +TIMESTAMP = 1606284903 +SHA256 (SOGo-5.0.1.tar.gz) = e2af4b0b1642dc6094043360bb4b3f3a653d63029139d5c41ed0585ac1b944ed +SIZE (SOGo-5.0.1.tar.gz) = 34678734 Property changes on: head/www/sogo/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-Tests_Unit_GNUmakefile =================================================================== --- head/www/sogo/files/patch-Tests_Unit_GNUmakefile (nonexistent) +++ head/www/sogo/files/patch-Tests_Unit_GNUmakefile (revision 559175) @@ -0,0 +1,15 @@ +--- Tests/Unit/GNUmakefile.orig 2020-10-07 15:11:26.000000000 +0000 ++++ Tests/Unit/GNUmakefile 2020-11-18 10:55:28.954241000 +0000 +@@ -43,8 +43,11 @@ + -Wall -D_GNU_SOURCE -I../../SOPE/ -I../../SoObjects/ -I../../UI/ -I../../OpenChange + + ADDITIONAL_LIB_DIRS += \ +- -L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -L../../SOPE/NGCards/obj -L../../SOPE/GDLContentStore/obj -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions -lSBJson -lobjc \ +- -L/usr/local/lib -lSaxObjC -lNGStreams \ ++ -L../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -L../../SOPE/NGCards/obj -L../../SOPE/GDLContentStore/obj \ ++ -lSOGo -lNGMime -lNGCards -lGDLContentStore -lNGExtensions \ ++ -lSBJson -lGDLAccess -lNGObjWeb -lNGStreams -lEOControl -lDOM \ ++ -lNGLdap -lobjc \ ++ -L${LOCALBASE}/lib -lSaxObjC \ + -Wl,-rpath,../../SoObjects/SOGo/SOGo.framework/Versions/Current/sogo -Wl,-rpath,../../SOPE/NGCards/obj -Wl,-rpath,../../SOPE/GDLContentStore/obj + ADDITIONAL_LDFLAGS += -Wl,--no-as-needed Property changes on: head/www/sogo/files/patch-Tests_Unit_GNUmakefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-general.make =================================================================== --- head/www/sogo/files/patch-general.make (nonexistent) +++ head/www/sogo/files/patch-general.make (revision 559175) @@ -0,0 +1,16 @@ +--- general.make.orig 2020-12-24 01:44:13.874889000 -0500 ++++ general.make 2020-12-24 01:44:34.714359000 -0500 +@@ -16,6 +16,7 @@ + ADDITIONAL_OBJCFLAGS=-O2 + ifeq ($(debug),yes) + ADDITIONAL_OBJCFLAGS=-O0 ++ADDITIONAL_OBJCFLAGS += -g $(call cc-option,-frecord-gcc-switches) + else + ADDITIONAL_OBJCFLAGS=-Wuninitialized + endif +@@ -23,5 +24,3 @@ + # 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) +- Property changes on: head/www/sogo/files/patch-general.make ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m =================================================================== --- head/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m (nonexistent) +++ head/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m (revision 559175) @@ -0,0 +1,18 @@ +--- UI/MailPartViewers/UIxMailPartEncryptedViewer.m 2019-12-09 16:41:38.841316000 -0500 ++++ UI/MailPartViewers/UIxMailPartEncryptedViewer.m 2019-12-09 16:42:17.792368000 -0500 +@@ -171,13 +171,13 @@ + if (err) + { + #ifdef HAVE_GNUTLS +- const char* sslError; ++ NSString* sslError; + ERR_load_crypto_strings(); + SSL_load_error_strings(); + sslError = ERR_reason_error_string(err); + validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : @"No error information available"]] retain]; + #elif OPENSSL_VERSION_NUMBER < 0x10100000L +- const char* sslError; ++ NSString* sslError; + ERR_load_crypto_strings(); + SSL_load_error_strings(); + sslError = ERR_reason_error_string(err); Property changes on: head/www/sogo/files/patch-UI-MailPartViewers_UIxMailPartEncryptedViewer.m ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/pkg-message.in =================================================================== --- head/www/sogo/files/pkg-message.in (nonexistent) +++ head/www/sogo/files/pkg-message.in (revision 559175) @@ -0,0 +1,61 @@ +[ +{ type: install + message: <> /var/log/sogo/cron-ealarms-notify.log 2>&1 Property changes on: head/www/sogo/files/cron-ealarms-notify.sample ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +ON \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/cron-expire-autoreply.sample =================================================================== --- head/www/sogo/files/cron-expire-autoreply.sample (nonexistent) +++ head/www/sogo/files/cron-expire-autoreply.sample (revision 559175) @@ -0,0 +1,7 @@ +#!/bin/sh + +TZ=Europe/London; export TZ +PATH=$PATH:/usr/local/GNUstep/System/Tools; export PATH +. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh + +/usr/local/GNUstep/Local/Tools/Admin/sogo-tool expire-autoreply -p /usr/local/etc/sogo/expire-autoreply.creds > /var/log/sogo/cron-expire-autoreply.out 2>&1 Property changes on: head/www/sogo/files/cron-expire-autoreply.sample ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +ON \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/ealarms-notify.creds.sample =================================================================== --- head/www/sogo/files/ealarms-notify.creds.sample (nonexistent) +++ head/www/sogo/files/ealarms-notify.creds.sample (revision 559175) @@ -0,0 +1 @@ +username:password Property changes on: head/www/sogo/files/ealarms-notify.creds.sample ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +ON \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/files/expire-autoreply.creds.sample =================================================================== --- head/www/sogo/files/expire-autoreply.creds.sample (nonexistent) +++ head/www/sogo/files/expire-autoreply.creds.sample (revision 559175) @@ -0,0 +1 @@ +username:password Property changes on: head/www/sogo/files/expire-autoreply.creds.sample ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +ON \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/pkg-descr =================================================================== --- head/www/sogo/pkg-descr (nonexistent) +++ head/www/sogo/pkg-descr (revision 559175) @@ -0,0 +1,6 @@ +SOGo is a fully supported and trusted groupware server with a focus on +scalability and open standards. It provides a rich AJAX-based Web +interface and supports multiple native clients through the use of +standard protocols such as CalDAV, CardDAV and GroupDAV. + +WWW: https://sogo.nu/ Property changes on: head/www/sogo/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/sogo/pkg-plist =================================================================== --- head/www/sogo/pkg-plist (nonexistent) +++ head/www/sogo/pkg-plist (revision 559175) @@ -0,0 +1,2105 @@ +GNUstep/Local/Library/Frameworks/SOGo.framework/Headers +GNUstep/Local/Library/Frameworks/SOGo.framework/Resources +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/BSONCodec.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/CardElement+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/DOMNode+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/EOBitmaskQualifier.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/EOQualifier+SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/GCSSpecialQueries+SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/LDAPSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/LDAPSourceSchema.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSArray+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSArray+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSCalendarDate+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSData+Crypto.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSDictionary+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSDictionary+URL.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSDictionary+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSNull+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSNumber+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSObject+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSObject+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSString+Crypto.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSString+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSString+Utilities.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/NSURL+DAV.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoBuild.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCASSession.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCache.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCacheGCSFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCacheGCSObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCacheObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoConstants.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoContentObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoCredentialsFile.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDAVAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDateFormatter.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDefaultsSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoDomainDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoGCSFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoLDAPDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoMailer.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoObject.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoParentFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoPermissions.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoProductLoader.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoProxyAuthenticator.h +%%SAML2%%GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSAML2Exceptions.h +%%SAML2%%GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSAML2Session.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSession.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSieveManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoStartupLogger.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoStaticAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoSystemDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoTextTemplateFile.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUser.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserDefaults.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserFolder.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoUserProfile.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoWebAuthenticator.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoWebDAVAclManager.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoWebDAVValue.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SOGoZipArchiver.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/SQLSource.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/WOContext+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/WORequest+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/WOResourceManager+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Headers/WOResponse+SOGo.h +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Resources/CASLogoutRequestMap.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Resources/DAVReportMap.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Resources/Info-gnustep.plist +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Resources/SOGoDefaults.plist +%%SAML2%%GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/Resources/SOGoSAML2Metadata.xml +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/sogo/SOGo +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/sogo/libSOGo.so +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/sogo/libSOGo.so.5 +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/5/sogo/libSOGo.so.%%VERSION%% +GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/Current +GNUstep/Local/Library/Frameworks/SOGo.framework/sogo/SOGo +GNUstep/Local/Library/Frameworks/SOGo.framework/sogo/libSOGo.so +GNUstep/Local/Library/Headers/GDLContentStore/EOAdaptorChannel+GCS.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSAlarmsFolder.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSChannelManager.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSContext.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSFieldInfo.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSFolder.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSFolderManager.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSFolderType.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSSessionsFolder.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSSpecialQueries.h +GNUstep/Local/Library/Headers/GDLContentStore/GCSStringFormatter.h +GNUstep/Local/Library/Headers/GDLContentStore/NSURL+GCS.h +GNUstep/Local/Library/Headers/NGCards/CardElement.h +GNUstep/Local/Library/Headers/NGCards/CardGroup.h +GNUstep/Local/Library/Headers/NGCards/CardVersitRenderer.h +GNUstep/Local/Library/Headers/NGCards/NGCards.h +GNUstep/Local/Library/Headers/NGCards/NGVCard.h +GNUstep/Local/Library/Headers/NGCards/NGVCardPhoto.h +GNUstep/Local/Library/Headers/NGCards/NGVCardReference.h +GNUstep/Local/Library/Headers/NGCards/NGVList.h +GNUstep/Local/Library/Headers/NGCards/NSArray+NGCards.h +GNUstep/Local/Library/Headers/NGCards/NSCalendarDate+ICal.h +GNUstep/Local/Library/Headers/NGCards/NSCalendarDate+NGCards.h +GNUstep/Local/Library/Headers/NGCards/NSDictionary+NGCards.h +GNUstep/Local/Library/Headers/NGCards/NSString+NGCards.h +GNUstep/Local/Library/Headers/NGCards/iCalAlarm.h +GNUstep/Local/Library/Headers/NGCards/iCalAttachment.h +GNUstep/Local/Library/Headers/NGCards/iCalByDayMask.h +GNUstep/Local/Library/Headers/NGCards/iCalCalendar.h +GNUstep/Local/Library/Headers/NGCards/iCalDataSource.h +GNUstep/Local/Library/Headers/NGCards/iCalDateTime.h +GNUstep/Local/Library/Headers/NGCards/iCalEntityObject.h +GNUstep/Local/Library/Headers/NGCards/iCalEvent.h +GNUstep/Local/Library/Headers/NGCards/iCalEventChanges.h +GNUstep/Local/Library/Headers/NGCards/iCalFreeBusy.h +GNUstep/Local/Library/Headers/NGCards/iCalJournal.h +GNUstep/Local/Library/Headers/NGCards/iCalObject.h +GNUstep/Local/Library/Headers/NGCards/iCalPerson.h +GNUstep/Local/Library/Headers/NGCards/iCalRecurrenceCalculator.h +GNUstep/Local/Library/Headers/NGCards/iCalRecurrenceRule.h +GNUstep/Local/Library/Headers/NGCards/iCalRepeatableEntityObject.h +GNUstep/Local/Library/Headers/NGCards/iCalTimeZone.h +GNUstep/Local/Library/Headers/NGCards/iCalTimeZonePeriod.h +GNUstep/Local/Library/Headers/NGCards/iCalToDo.h +GNUstep/Local/Library/Headers/NGCards/iCalTrigger.h +GNUstep/Local/Library/Headers/NGCards/iCalUTCOffset.h +GNUstep/Local/Library/Headers/NGCards/iCalXMLRenderer.h +GNUstep/Local/Library/Headers/SOGo +GNUstep/Local/Library/Headers/SOGoUI/SOGoAptFormatter.h +GNUstep/Local/Library/Headers/SOGoUI/SOGoDirectAction.h +GNUstep/Local/Library/Headers/SOGoUI/UIxComponent.h +GNUstep/Local/Library/Headers/SOGoUI/UIxJSClose.h +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Abidjan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Accra.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Addis_Ababa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Algiers.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Asmara.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Asmera.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bamako.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bangui.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Banjul.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bissau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Blantyre.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Brazzaville.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bujumbura.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Cairo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Casablanca.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ceuta.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Conakry.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Dakar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Dar_es_Salaam.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Djibouti.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Douala.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/El_Aaiun.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Freetown.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Gaborone.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Harare.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Johannesburg.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Juba.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kampala.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Khartoum.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kigali.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kinshasa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lagos.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Libreville.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lome.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Luanda.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lubumbashi.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lusaka.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Malabo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Maputo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Maseru.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Mbabane.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Mogadishu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Monrovia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Nairobi.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ndjamena.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Niamey.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Nouakchott.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ouagadougou.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Porto-Novo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Sao_Tome.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Timbuktu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Tripoli.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Tunis.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Windhoek.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Adak.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Anchorage.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Anguilla.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Antigua.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Araguaina.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Buenos_Aires.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Catamarca.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/ComodRivadavia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Cordoba.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Jujuy.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/La_Rioja.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Mendoza.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Rio_Gallegos.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Salta.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Juan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Luis.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Tucuman.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Ushuaia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Aruba.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Asuncion.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Atikokan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Atka.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bahia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bahia_Banderas.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Barbados.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Belem.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Belize.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Blanc-Sablon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Boa_Vista.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bogota.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Boise.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Buenos_Aires.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cambridge_Bay.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Campo_Grande.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cancun.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Caracas.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Catamarca.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cayenne.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cayman.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Chicago.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Chihuahua.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Coral_Harbour.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cordoba.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Costa_Rica.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Creston.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cuiaba.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Curacao.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Danmarkshavn.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dawson.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dawson_Creek.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Denver.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Detroit.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dominica.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Edmonton.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Eirunepe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/El_Salvador.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Ensenada.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Fort_Nelson.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Fort_Wayne.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Fortaleza.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Glace_Bay.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Godthab.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Goose_Bay.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Grand_Turk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Grenada.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guadeloupe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guatemala.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guayaquil.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guyana.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Halifax.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Havana.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Hermosillo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Indianapolis.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Knox.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Marengo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Petersburg.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Tell_City.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vevay.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vincennes.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Winamac.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indianapolis.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Inuvik.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Iqaluit.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Jamaica.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Jujuy.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Juneau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Louisville.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Monticello.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Knox_IN.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kralendijk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/La_Paz.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Lima.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Los_Angeles.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Louisville.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Lower_Princes.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Maceio.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Managua.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Manaus.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Marigot.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Martinique.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Matamoros.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Mazatlan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Mendoza.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Menominee.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Merida.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Metlakatla.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Mexico_City.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Miquelon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Moncton.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Monterrey.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montevideo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montreal.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montserrat.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nassau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/New_York.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nipigon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nome.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Noronha.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Beulah.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Center.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/New_Salem.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Ojinaga.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Panama.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Pangnirtung.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Paramaribo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Phoenix.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Port-au-Prince.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Port_of_Spain.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Porto_Acre.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Porto_Velho.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Puerto_Rico.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Punta_Arenas.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rainy_River.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rankin_Inlet.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Recife.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Regina.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Resolute.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rio_Branco.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rosario.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santa_Isabel.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santarem.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santiago.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santo_Domingo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Sao_Paulo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Scoresbysund.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Shiprock.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Sitka.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Barthelemy.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Johns.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Kitts.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Lucia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Thomas.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Vincent.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Swift_Current.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tegucigalpa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Thule.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Thunder_Bay.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tijuana.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Toronto.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tortola.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Vancouver.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Virgin.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Whitehorse.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Winnipeg.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Yakutat.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Yellowknife.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Casey.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Davis.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/DumontDUrville.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Macquarie.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Mawson.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/McMurdo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Palmer.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Rothera.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/South_Pole.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Syowa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Troll.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Vostok.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Arctic/Longyearbyen.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aden.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Almaty.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Amman.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Anadyr.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aqtau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aqtobe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ashgabat.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ashkhabad.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Atyrau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Baghdad.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bahrain.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Baku.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bangkok.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Barnaul.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Beirut.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bishkek.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Brunei.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Calcutta.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Chita.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Choibalsan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Chongqing.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Chungking.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Colombo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dacca.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Damascus.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dhaka.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dili.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dubai.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dushanbe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Famagusta.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Gaza.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Harbin.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hebron.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hong_Kong.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hovd.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Irkutsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Istanbul.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jakarta.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jayapura.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jerusalem.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kabul.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kamchatka.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Karachi.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kashgar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kathmandu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Katmandu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Khandyga.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kolkata.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Krasnoyarsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuala_Lumpur.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuching.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuwait.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Macao.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Macau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Magadan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Makassar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Manila.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Muscat.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Nicosia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Novokuznetsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Novosibirsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Omsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Oral.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Phnom_Penh.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Pontianak.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Pyongyang.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Qatar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Qostanay.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Qyzylorda.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Rangoon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Riyadh.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Saigon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Sakhalin.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Samarkand.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Seoul.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Shanghai.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Singapore.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Srednekolymsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Taipei.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tashkent.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tbilisi.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tehran.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tel_Aviv.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Thimbu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Thimphu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tokyo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tomsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ujung_Pandang.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ulaanbaatar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ulan_Bator.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Urumqi.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ust-Nera.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Vientiane.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Vladivostok.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yakutsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yangon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yekaterinburg.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yerevan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Azores.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Bermuda.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Canary.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Cape_Verde.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Faeroe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Faroe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Jan_Mayen.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Madeira.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Reykjavik.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/South_Georgia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/St_Helena.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Stanley.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/ACT.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Adelaide.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Brisbane.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Broken_Hill.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Canberra.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Currie.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Darwin.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Eucla.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Hobart.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/LHI.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Lindeman.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Lord_Howe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Melbourne.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/NSW.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/North.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Perth.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Queensland.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/South.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Sydney.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Tasmania.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Victoria.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/West.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Yancowinna.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Brazil/Acre.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Brazil/DeNoronha.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Brazil/East.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Brazil/West.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/CET.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/CST6CDT.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Canada/Atlantic.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Canada/Central.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Canada/Eastern.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Canada/Mountain.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Canada/Newfoundland.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Canada/Pacific.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Canada/Saskatchewan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Canada/Yukon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Chile/Continental.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Chile/EasterIsland.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Cuba.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/EET.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/EST.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/EST5EDT.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Egypt.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Eire.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+0.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+1.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+10.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+11.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+12.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+2.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+3.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+4.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+5.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+6.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+7.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+8.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT+9.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-0.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-1.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-10.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-11.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-12.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-13.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-14.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-2.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-3.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-4.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-5.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-6.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-7.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-8.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT-9.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/GMT0.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/Greenwich.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/UCT.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/UTC.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/Universal.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Etc/Zulu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Amsterdam.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Andorra.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Astrakhan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Athens.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Belfast.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Belgrade.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Berlin.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Bratislava.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Brussels.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Bucharest.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Budapest.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Busingen.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Chisinau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Copenhagen.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Dublin.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Gibraltar.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Guernsey.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Helsinki.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Isle_of_Man.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Istanbul.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Jersey.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Kaliningrad.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Kiev.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Kirov.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Lisbon.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Ljubljana.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/London.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Luxembourg.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Madrid.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Malta.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Mariehamn.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Minsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Monaco.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Moscow.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Nicosia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Oslo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Paris.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Podgorica.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Prague.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Riga.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Rome.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Samara.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/San_Marino.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Sarajevo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Saratov.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Simferopol.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Skopje.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Sofia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Stockholm.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Tallinn.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Tirane.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Tiraspol.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Ulyanovsk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Uzhgorod.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vaduz.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vatican.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vienna.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vilnius.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Volgograd.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Warsaw.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zagreb.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zaporozhye.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zurich.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/GB-Eire.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/GB.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/GMT+0.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/GMT-0.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/GMT.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/GMT0.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Greenwich.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/HST.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Hongkong.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Iceland.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Antananarivo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Chagos.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Christmas.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Cocos.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Comoro.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Kerguelen.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mahe.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Maldives.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mauritius.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mayotte.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Reunion.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Iran.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Israel.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Jamaica.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Japan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Kwajalein.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Libya.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/MET.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/MST.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/MST7MDT.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Mexico/BajaNorte.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Mexico/BajaSur.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Mexico/General.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/NZ-CHAT.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/NZ.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Navajo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/PRC.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/PST8PDT.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Apia.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Auckland.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Bougainville.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Chatham.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Chuuk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Easter.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Efate.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Enderbury.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Fakaofo.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Fiji.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Funafuti.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Galapagos.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Gambier.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Guadalcanal.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Guam.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Honolulu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Johnston.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kiritimati.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kosrae.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kwajalein.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Majuro.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Marquesas.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Midway.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Nauru.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Niue.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Norfolk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Noumea.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pago_Pago.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Palau.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pitcairn.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pohnpei.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Ponape.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Port_Moresby.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Rarotonga.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Saipan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Samoa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tahiti.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tarawa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tongatapu.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Truk.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Wake.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Wallis.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Yap.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Poland.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Portugal.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/ROC.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/ROK.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Singapore.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Turkey.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/UCT.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/UPDATING +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/Alaska.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/Aleutian.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/Arizona.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/Central.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/East-Indiana.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/Eastern.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/Hawaii.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/Indiana-Starke.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/Michigan.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/Mountain.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/Pacific.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/US/Samoa.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/UTC.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Universal.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/W-SU.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/WET.ics +GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Zulu.ics +GNUstep/Local/Library/Libraries/sogo/libGDLContentStore.so +GNUstep/Local/Library/Libraries/sogo/libGDLContentStore.so.4.9 +GNUstep/Local/Library/Libraries/sogo/libGDLContentStore.so.4.9.0 +GNUstep/Local/Library/Libraries/sogo/libNGCards.so +GNUstep/Local/Library/Libraries/sogo/libNGCards.so.4.9 +GNUstep/Local/Library/Libraries/sogo/libNGCards.so.4.9.0 +GNUstep/Local/Library/Libraries/sogo/libSOGo.so +GNUstep/Local/Library/Libraries/sogo/libSOGo.so.5 +GNUstep/Local/Library/Libraries/sogo/libSOGo.so.%%VERSION%% +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.0 +GNUstep/Local/Library/Libraries/sogo/libSOGoUI.so.5.0.0 +GNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs +GNUstep/Local/Library/OCSTypeModels/appointment.ocs +GNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs +GNUstep/Local/Library/OCSTypeModels/contact.ocs +%%ACTIVESYNC%%GNUstep/Local/Library/SOGo/ActiveSync.SOGo/ActiveSync +%%ACTIVESYNC%%GNUstep/Local/Library/SOGo/ActiveSync.SOGo/Resources/Info-gnustep.plist +%%ACTIVESYNC%%GNUstep/Local/Library/SOGo/ActiveSync.SOGo/Resources/product.plist +%%ACTIVESYNC%%GNUstep/Local/Library/SOGo/ActiveSync.SOGo/stamp.make +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/AdministrationUI +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Croatian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hebrew.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Indonesian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Japanese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Latvian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Romanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Serbian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/Appointments.SOGo/Appointments +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/ChineseChina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Croatian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Hebrew.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Indonesian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Japanese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Latvian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Lithuanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPResponseMap.plist +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Macedonian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Portuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Romanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Serbian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/Appointments.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/CommonUI.SOGo/CommonUI +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Croatian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Hebrew.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Indonesian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Japanese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Latvian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Romanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Serbian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/CommonUI.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/CommonUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/Contacts.SOGo/Contacts +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/ChineseChina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Croatian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Hebrew.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Indonesian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Japanese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Latvian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Lithuanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Macedonian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Portuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Romanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Serbian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/Contacts.SOGo/stamp.make +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/ContactsUI +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Croatian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Hebrew.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Indonesian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Japanese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Latvian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Romanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Serbian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/ContactsUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/MailPartViewers +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/ChineseChina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Croatian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Hebrew.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Indonesian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Japanese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Latvian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Lithuanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Macedonian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Portuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Romanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Serbian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/stamp.make +GNUstep/Local/Library/SOGo/Mailer.SOGo/Mailer +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/ChineseChina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Croatian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Hebrew.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Indonesian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Japanese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Latvian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Lithuanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Macedonian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Portuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Romanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaForward.wo/SOGoMailChineseChinaForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseChinaReply.wo/SOGoMailChineseChinaReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewForward.wo/SOGoMailHebrewForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHebrewReply.wo/SOGoMailHebrewReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianForward.wo/SOGoMailIndonesianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianForward.wo/SOGoMailIndonesianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianReply.wo/SOGoMailIndonesianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIndonesianReply.wo/SOGoMailIndonesianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseForward.wo/SOGoMailJapaneseForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseForward.wo/SOGoMailJapaneseForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseReply.wo/SOGoMailJapaneseReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailJapaneseReply.wo/SOGoMailJapaneseReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianForward.wo/SOGoMailLatvianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLatvianReply.wo/SOGoMailLatvianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianForward.wo/SOGoMailRomanianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianForward.wo/SOGoMailRomanianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianReply.wo/SOGoMailRomanianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRomanianReply.wo/SOGoMailRomanianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Serbian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/Mailer.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/MailerUI.SOGo/MailerUI +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Croatian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Hebrew.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Indonesian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Japanese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Latvian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Romanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Serbian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/MailerUI.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/MailerUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/MainUI.SOGo/MainUI +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Basque.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseChina.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Czech.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Danish.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/English.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/French.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/German.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hebrew.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hebrew.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Indonesian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Indonesian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Japanese.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Japanese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Latvian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Latvian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSAcl-mysql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSAcl-oracle.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSAcl-postgresql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-mysql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-oracle.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-postgresql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo-oracle.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSStore-mysql.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSStore-oracle.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSStore.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Portuguese.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Romanian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Romanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Russian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile-oracle.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile.sql +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Locale +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/MainUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/PreferencesUI +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Croatian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Hebrew.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Indonesian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Japanese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Latvian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Romanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Serbian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/UIxPreferences.toolbar +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Arabic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Basque.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/ChineseChina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Croatian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Czech.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Danish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Dutch.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/English.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Finnish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/French.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/German.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Hebrew.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Indonesian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Japanese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Latvian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Polish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Romanian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Russian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Serbian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovak.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj/Localizable.strings +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/cycles.plist +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/product.plist +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/SchedulerUI +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/bundle-info.plist +GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/stamp.make +GNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministration.wox +GNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministrationAclEditor.wox +GNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministrationFilterPanel.wox +GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailDeletion.wox +GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailICalReply.wox +GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailInvitation.wox +GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailReceipt.wox +GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailReminder.wox +GNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailUpdate.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactEditorTemplate.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactFolderLinksTemplate.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactFolderProperties.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactFoldersView.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactView.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactViewTemplate.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsUserFolders.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsUserRightsEditor.wox +GNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxListView.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartAlternativeViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartEncryptedViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartExternalHTMLViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartICalViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartImageViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartLinkViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartMessageViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartMixedViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartSignedViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartTextViewer.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailEditor.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFolderMenu.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFolderSubscriptions.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFolderTemplate.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailMainFrame.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailMoveToPopUp.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailPopupView.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailUserDelegationEditor.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailUserRightsEditor.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailView.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailViewTemplate.wox +GNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailWindowCloser.wox +GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoBrowsersPanel.wox +GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoRootPage.wox +GNUstep/Local/Library/SOGo/Templates/MainUI/SOGoUserHomePage.wox +GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxAccountEditor.wox +GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxAdditionalPreferences.wox +GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxFilterEditor.wox +GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxJSONPreferences.wox +GNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxPreferences.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLArabicAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLArabicModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLArabicRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBasqueAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBasqueModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBasqueRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseChinaAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseChinaModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseChinaRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLChineseTaiwanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCroatianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCroatianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCroatianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLCzechRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDanishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDanishModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDanishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDutchAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDutchModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLDutchRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLGermanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHebrewAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHebrewModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHebrewRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLIndonesianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLIndonesianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLIndonesianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLItalianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLJapaneseAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLJapaneseModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLJapaneseRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLatvianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLatvianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLatvianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLithuanianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLithuanianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLLithuanianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLMacedonianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLMacedonianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLMacedonianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLPolishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLPolishModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLPolishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLPortugueseAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLPortugueseModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLPortugueseRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLRomanianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLRomanianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLRomanianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLRussianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLRussianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLRussianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSerbianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSerbianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSerbianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovenianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovenianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSlovenianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLTurkishTurkeyAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLTurkishTurkeyModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLTurkishTurkeyRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianModificationAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderArabicAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderArabicRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderBasqueAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderBasqueRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderBrazilianPortugueseAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderBrazilianPortugueseRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCatalanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCatalanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseChinaAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseChinaRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseTaiwanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderChineseTaiwanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCroatianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCroatianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCzechAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderCzechRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderDanishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderDanishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderDutchAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderDutchRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderEnglishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderEnglishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderFinnishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderFinnishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderFrenchAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderFrenchRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderGermanAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderGermanRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderHebrewAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderHebrewRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderHungarianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderHungarianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderIndonesianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderIndonesianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderJapaneseAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderJapaneseRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderLatvianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderLatvianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderLithuanianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderLithuanianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderMacedonianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderMacedonianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianBokmalAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianBokmalRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianNynorskAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianNynorskRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderPolishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderPolishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderPortugueseAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderPortugueseRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderRomanianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderRomanianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderRussianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderRussianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSerbianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSerbianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovakAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovakRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovenianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovenianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishArgentinaAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishArgentinaRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishSpainAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishSpainRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderTurkishTurkeyAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderTurkishTurkeyRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianAdditionAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianRemovalAdvisory.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAttendeesEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDayTable.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDayView.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMainView.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMonthView.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalWeekView.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarFolderLinksTemplate.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarProperties.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarSelector.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxRecurrenceEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxReminderEditor.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTaskEditorTemplate.wox +GNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTaskViewTemplate.wox +GNUstep/Local/Library/SOGo/Templates/UIxAclEditor.wox +GNUstep/Local/Library/SOGo/Templates/UIxJSClose.wox +GNUstep/Local/Library/SOGo/Templates/UIxLoading.wox +GNUstep/Local/Library/SOGo/Templates/UIxModuleAccessDenied.wox +GNUstep/Local/Library/SOGo/Templates/UIxPageFrame.wox +GNUstep/Local/Library/SOGo/Templates/UIxSidenavToolbarTemplate.wox +GNUstep/Local/Library/SOGo/Templates/UIxSortableTableHeader.wox +GNUstep/Local/Library/SOGo/Templates/UIxToolbar.wox +GNUstep/Local/Library/SOGo/Templates/UIxTopnavToolbar.wox +GNUstep/Local/Library/SOGo/Templates/UIxUserRightsEditor.wox +GNUstep/Local/Library/SOGo/Templates/UIxWinClose.wox +GNUstep/Local/Library/SOGo/WebServerResources/css/icons.css +GNUstep/Local/Library/SOGo/WebServerResources/css/no-animation.css +GNUstep/Local/Library/SOGo/WebServerResources/css/no-animation.css.map +GNUstep/Local/Library/SOGo/WebServerResources/css/styles.css +GNUstep/Local/Library/SOGo/WebServerResources/css/styles.css.map +GNUstep/Local/Library/SOGo/WebServerResources/css/theme-default.css +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Bold.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Bold.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Bold.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Medium.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Medium.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Medium.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Regular.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Regular.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraMono-Regular.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Bold.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Bold.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Bold.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Book.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Book.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Book.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BookItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BookItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-BookItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Eight.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Eight.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Eight.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-EightItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-EightItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-EightItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Four.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Four.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Four.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-FourItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-FourItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-FourItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Hair.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Hair.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Hair.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HairItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HairItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HairItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Heavy.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Heavy.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Heavy.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Italic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Italic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Italic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Light.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Light.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Light.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-LightItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-LightItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-LightItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Medium.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Medium.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Medium.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Regular.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Regular.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Regular.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBold.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBold.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBold.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Thin.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Thin.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Thin.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Two.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Two.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Two.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Ultra.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Ultra.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-Ultra.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLight.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLight.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLight.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/MaterialIcons-Regular.eot +GNUstep/Local/Library/SOGo/WebServerResources/fonts/MaterialIcons-Regular.ttf +GNUstep/Local/Library/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff +GNUstep/Local/Library/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff2 +GNUstep/Local/Library/SOGo/WebServerResources/img/cardboard-transp.png +GNUstep/Local/Library/SOGo/WebServerResources/img/certificate-off.svg +GNUstep/Local/Library/SOGo/WebServerResources/img/certificate.svg +GNUstep/Local/Library/SOGo/WebServerResources/img/felt-transp.png +GNUstep/Local/Library/SOGo/WebServerResources/img/ic_person_grey_24px.svg +GNUstep/Local/Library/SOGo/WebServerResources/img/inverse.png +GNUstep/Local/Library/SOGo/WebServerResources/img/sogo-compact.svg +GNUstep/Local/Library/SOGo/WebServerResources/img/sogo-full.svg +GNUstep/Local/Library/SOGo/WebServerResources/img/sogo-logo.png +GNUstep/Local/Library/SOGo/WebServerResources/img/sogo.ico +GNUstep/Local/Library/SOGo/WebServerResources/img/voice_over_off.svg +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration.services.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration.services.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration/Administration.app.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration/Administration.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration/AdministrationAclController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Administration/AdministrationController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/Acl.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/AclController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/Authentication.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/Common.app.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/Dialog.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/Gravatar.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/Resource.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/User.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/angular-file-upload.trump.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/decodeUri.filter.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/encodeUri.filter.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/ensureTarget.filter.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/loc.filter.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/mdColors.app.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/navController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/range.filter.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgAutogrow.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgAvatarImage.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgBlockToggle.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgCheckmark.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgCkeditor.component.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgColorPicker.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgCompile.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgDatepickerReadonlyInput.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgDraggable.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgDroppable.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgEnter.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgEscape.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgFocus.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgFocus.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgFolderStylesheet.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgHotkeys.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgLabels.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgNoDirtyCheck.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgPlaceholder.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgQrCode.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgResetOnDisabled.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgRippleClick.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgSearch.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgSelectOnly.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgSubscribe.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgTimepicker.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/sgToggleGrid.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/txt2html.filter.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Common/utils.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts.services.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts.services.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts/AddressBook.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts/AddressBookController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts/AddressBooksController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts/Card.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts/CardController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts/Contacts.app.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Contacts/sgAddress.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer.app.popup.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer.app.popup.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer.services.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer.services.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/Account.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/Mailbox.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/MailboxController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/MailboxesController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/Mailer.app.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/Mailer.popup.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/Message.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/MessageController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/MessageEditorController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/VirtualMailbox.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/sgAccountSection.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/sgIMIP.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/sgImageGallery.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/sgMailboxListItem.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/sgMessageListItem.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/sgMessageListItemMain.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Mailer/sgZoomableImage.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Main.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Main.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Main/Main.app.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Preferences.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Preferences.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Preferences.services.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Preferences.services.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Preferences/AccountDialogController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Preferences/FiltersDialogController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Preferences/Preferences.app.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Preferences/Preferences.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Preferences/PreferencesController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler.services.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler.services.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/Attendees.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/Calendar.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/CalendarController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/CalendarListController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/CalendarsController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/Component.service.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/ComponentController.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/Scheduler.app.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarDay.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarDayBlock.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarDayTable.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarGhost.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarListEvent.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarListItem.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthDay.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthEvent.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarPrintStylesheet.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCalendarScrollView.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgCategoryStylesheet.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgDraggableCalendarBlock.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgFreebusy.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgFreebusyDay.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/Scheduler/sgNowLine.directive.js +GNUstep/Local/Library/SOGo/WebServerResources/js/theme.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/FileSaver.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/FileSaver.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-animate.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-animate.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-animate.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-aria.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-aria.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-aria.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-cookies.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-cookies.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-cookies.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-material.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-material.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-messages.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-messages.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-messages.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-sanitize.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-sanitize.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-sanitize.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-ui-router.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-ui-router.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-ui-router.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular-ui-router.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/angular.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/LICENSE.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/build-config.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/ckeditor.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/config.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/contents.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/ar.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/ca.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/cs.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/cy.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/da.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/de.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/en.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/es.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/eu.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/fi.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/fr.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/he.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/hr.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/hu.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/is.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/it.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/ja.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/lt.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/lv.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/mk.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/nb.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/nl.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/no.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/pl.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/pt-br.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/pt.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/ro.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/ru.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sk.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sl.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sr.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/sv.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/tr.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/uk.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/zh-cn.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/lang/zh.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/about.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/LICENSE.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/README.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/dialogs/base64image.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/clipboard/dialogs/paste.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/colordialog/dialogs/colordialog.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/colordialog/dialogs/colordialog.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/dialog/dialogDefinition.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/dialog/styles/dialog.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/div/dialogs/div.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/icons.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/icons_hidpi.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/image/dialogs/image.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/image/images/noimage.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/dialogs/anchor.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/dialogs/link.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/images/anchor.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/images/hidpi/anchor.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastefromexcel/LICENSE.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastefromword/filter/default.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastetools/filter/common.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastetools/filter/image.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/LICENSE.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/dialog.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/options.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/toolbar.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/table/dialogs/table.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/tabletools/dialogs/tableCell.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/widget/images/handle.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/LICENSE.md +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/ciframe.html +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc_ie.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/dialog.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/dialog_ie.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/dialog_ie8.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/dialog_iequirks.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/editor.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/editor_gecko.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/editor_ie.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/editor_ie8.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/editor_iequirks.css +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/icons.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/icons_hidpi.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/arrow.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/close.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/hidpi/close.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/hidpi/lock-open.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/hidpi/lock.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/hidpi/refresh.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/lock-open.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/lock.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/refresh.png +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/skins/n1theme/images/spinner.gif +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/styles.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ckeditor/vendor/promise.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/lodash.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/lodash.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ng-sortable.min.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/ng-sortable.min.js.map +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/qrcode.js +GNUstep/Local/Library/SOGo/WebServerResources/js/vendor/qrcode.min.js +GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/Info-gnustep.plist +GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/bundle-info.plist +GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/bundle-info.plist +GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/stamp.make +GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver +GNUstep/Local/Library/SaxMappings/NGCards.xmap +GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/Resources/Info-gnustep.plist +GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements +GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/bundle-info.plist +GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/stamp.make +GNUstep/Local/Tools/Admin/sogo-ealarms-notify +GNUstep/Local/Tools/Admin/sogo-slapd-sockd +GNUstep/Local/Tools/Admin/sogo-tool +GNUstep/Local/Tools/Admin/sogod +@sample %%ETCDIR%%/sogo.conf.sample +@dir GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/WebServer +@dir GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/WebServer +@owner sogod +@group sogod +@mode 0700 +@dir /var/spool/sogo +@mode 0600 +@sample %%ETCDIR%%/expire-autoreply.creds.sample +@sample %%ETCDIR%%/ealarms-notify.creds.sample +@owner +@group +@mode 0755 +@sample GNUstep/Local/Tools/Admin/cron-ealarms-notify.sample +@sample GNUstep/Local/Tools/Admin/cron-expire-autoreply.sample +@mode 0644 +@sample %%ETCDIR%%/SOGo-Apache.conf.sample +@sample %%ETCDIR%%/SOGo-apple-ab.Apache.conf.sample +@mode Property changes on: head/www/sogo/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property