diff options
author | wiedi <wiedi@pkgsrc.org> | 2017-01-19 23:45:33 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2017-01-19 23:45:33 +0000 |
commit | 21ad215fc06d1a380da2b84cef7f64b7507a2878 (patch) | |
tree | f9afb82f159a4ec10d1f9dd8f7a2c8f1001704c7 /www | |
parent | 08cea1158204efb88c4bef7de9df4516d762717f (diff) | |
download | pkgsrc-21ad215fc06d1a380da2b84cef7f64b7507a2878.tar.gz |
Import SOGo-3.2.5 as www/SOGo3
Since upstream still maintaines the 2-series it is kept in www/SOGo.
Version 3, introduced in early 2016, has a modern, fully responsive Web
frontend. Both versions share a common implementation of the communication
protocols supported in SOGo and SOPE: LDAP, IMAP, SQL, CardDAV, CalDAV, and
Microsoft Enterprise ActiveSync.
DESCR:
SOGo is fully supported and trusted groupware server with a focus
on scalability and open standards. SOGo is released under the GNU
GPL/LGPL v2 and above.
SOGo provides a rich AJAX-based Web interface and supports multiple
native clients through the use of standard protocols such as CalDAV,
CardDAV and GroupDAV.
SOGo is the missing component of your infrastructure; it sits in
the middle of your servers to offer your users an uniform and
complete interface to access their information. It has been deployed
in production environments where thousands of users are involved.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/SOGo3/DESCR | 12 | ||||
-rw-r--r-- | www/SOGo3/Makefile | 92 | ||||
-rw-r--r-- | www/SOGo3/PLIST | 1786 | ||||
-rw-r--r-- | www/SOGo3/PLIST.FreeBSD | 6 | ||||
-rw-r--r-- | www/SOGo3/PLIST.Linux | 6 | ||||
-rw-r--r-- | www/SOGo3/PLIST.SunOS | 6 | ||||
-rw-r--r-- | www/SOGo3/distinfo | 6 | ||||
-rw-r--r-- | www/SOGo3/files/SOGo.conf | 5 | ||||
-rwxr-xr-x | www/SOGo3/files/sogo-conf.sh | 49 | ||||
-rwxr-xr-x | www/SOGo3/files/sogod.sh | 44 |
11 files changed, 2014 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 37d41f94f03..9ee934e66b1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1201 2017/01/12 15:09:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.1202 2017/01/19 23:45:33 wiedi Exp $ # COMMENT= Packages related to the World Wide Web SUBDIR+= SOGo +SUBDIR+= SOGo3 SUBDIR+= SpeedyCGI SUBDIR+= adzap SUBDIR+= aipo diff --git a/www/SOGo3/DESCR b/www/SOGo3/DESCR new file mode 100644 index 00000000000..cda2b86d9c1 --- /dev/null +++ b/www/SOGo3/DESCR @@ -0,0 +1,12 @@ +SOGo is fully supported and trusted groupware server with a focus +on scalability and open standards. SOGo is released under the GNU +GPL/LGPL v2 and above. + +SOGo provides a rich AJAX-based Web interface and supports multiple +native clients through the use of standard protocols such as CalDAV, +CardDAV and GroupDAV. + +SOGo is the missing component of your infrastructure; it sits in +the middle of your servers to offer your users an uniform and +complete interface to access their information. It has been deployed +in production environments where thousands of users are involved. diff --git a/www/SOGo3/Makefile b/www/SOGo3/Makefile new file mode 100644 index 00000000000..c659b4df226 --- /dev/null +++ b/www/SOGo3/Makefile @@ -0,0 +1,92 @@ +# $NetBSD: Makefile,v 1.1 2017/01/19 23:45:33 wiedi Exp $ +# + +DISTNAME= SOGo-3.2.5 +CATEGORIES= www +MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.sogo.nu/ +COMMENT= Groupware server supporting CalDAV, CardDAV and GroupDAV +LICENSE= gnu-gpl-v2 + +HAS_CONFIGURE= yes +USE_TOOLS+= bash gmake zip:run + +CONFIG_SHELL= bash +CONFIGURE_ARGS= --enable-debug --disable-strip +MAKE_JOBS_SAFE= no + +SOGOUSER?= sogo +SOGOGROUP?= sogo +SOGOETCDIR?= ${PKG_SYSCONFDIR} +SOGORUNDIR?= ${VARBASE}/sogo + +INSTALLATION_DIRS+= share/examples/SOGo + +CONF_FILES+= share/examples/SOGo/sogo-conf.sh \ + ${PKG_SYSCONFDIR}/sogo-conf.sh +CONF_FILES+= share/examples/SOGo/SOGo.conf \ + ${PKG_SYSCONFDIR}/SOGo.conf +OWN_DIRS+= ${SOGOETCDIR} +OWN_DIRS+= ${SOGORUNDIR} +OWN_DIRS_PERMS+= ${SOGOETCDIR} ${SOGOUSER} ${SOGOGROUP} 0755 +OWN_DIRS_PERMS+= ${SOGORUNDIR} ${SOGOUSER} ${SOGOGROUP} 0755 +BUILD_DEFS+= VARBASE + +PKG_GROUPS+= ${SOGOGROUP} +PKG_USERS+= ${SOGOUSER}:${SOGOGROUP} +PKG_HOME.${SOGOUSER}= ${SOGOETCDIR} +PKG_SHELL.${SOGOUSER}= ${SH} +PKG_GECOS.${SOGOUSER}= SOGo daemon user + +PKG_SYSCONFSUBDIR= sogo + +FILES_SUBST+= SOGORUNDIR=${SOGORUNDIR} +FILES_SUBST+= SOGOETCDIR=${SOGOETCDIR} +FILES_SUBST+= SOGOUSER=${SOGOUSER} +RCD_SCRIPTS= sogod + +SUBST_CLASSES+= paths +SUBST_MESSAGE.paths= Fixing hardcoded paths. +SUBST_STAGE.paths= post-patch +SUBST_FILES.paths= SoObjects/SOGo/SOGoSystemDefaults.m +SUBST_SED.paths= -e 's,/etc/sogo/,${PKG_SYSCONFDIR}/,g' + +FIX_PERMS= \ + SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html \ + SoObjects/Mailer/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.wod \ + SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html \ + SoObjects/Mailer/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.wod \ + UI/MainUI/MainUI.SOGo/Resources/Slovenian.lproj/Locale \ + UI/Templates/SOGoACLLithuanianAdditionAdvisory.wox \ + UI/Templates/SOGoACLLithuanianModificationAdvisory.wox \ + UI/Templates/SOGoACLLithuanianRemovalAdvisory.wox \ + UI/Templates/SOGoFolderLithuanianAdditionAdvisory.wox \ + UI/Templates/SOGoFolderLithuanianRemovalAdvisory.wox \ + UI/WebServerResources/css/icons.css + +pre-install: +.for f in ${FIX_PERMS} + ${CHMOD} ${NONBINMODE} ${WRKSRC}/${f} +.endfor + + +post-install: + ${SED} -e "s|@SOGOUSER@|${SOGOUSER}|" ${FILESDIR}/sogo-conf.sh > \ + ${DESTDIR}${PREFIX}/share/examples/SOGo/sogo-conf.sh + ${SED} -e "s|/usr/GNUstep/System/Library|${PREFIX}/lib/GNUstep|" \ + ${WRKSRC}/Apache/SOGo.conf > \ + ${DESTDIR}${PREFIX}/share/examples/SOGo/SOGo.conf + ${SED} -e "s|@PREFIX@|${PREFIX}|" ${FILESDIR}/SOGo.conf >> \ + ${DESTDIR}${PREFIX}/share/examples/SOGo/SOGo.conf + +.include "../../devel/gnustep-base/buildlink3.mk" +.include "../../devel/gnustep-make/buildlink3.mk" +.include "../../devel/SOPE/buildlink3.mk" +.include "../../devel/libmemcached/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" + + +.include "../../mk/bsd.pkg.mk" diff --git a/www/SOGo3/PLIST b/www/SOGo3/PLIST new file mode 100644 index 00000000000..9dbbc797821 --- /dev/null +++ b/www/SOGo3/PLIST @@ -0,0 +1,1786 @@ +@comment $NetBSD: PLIST,v 1.1 2017/01/19 23:45:33 wiedi Exp $ +include/GDLContentStore/EOAdaptorChannel+GCS.h +include/GDLContentStore/GCSAlarmsFolder.h +include/GDLContentStore/GCSChannelManager.h +include/GDLContentStore/GCSContext.h +include/GDLContentStore/GCSFieldInfo.h +include/GDLContentStore/GCSFolder.h +include/GDLContentStore/GCSFolderManager.h +include/GDLContentStore/GCSFolderType.h +include/GDLContentStore/GCSSessionsFolder.h +include/GDLContentStore/GCSSpecialQueries.h +include/GDLContentStore/GCSStringFormatter.h +include/GDLContentStore/NSURL+GCS.h +include/NGCards/CardElement.h +include/NGCards/CardGroup.h +include/NGCards/CardVersitRenderer.h +include/NGCards/NGCards.h +include/NGCards/NGVCard.h +include/NGCards/NGVCardPhoto.h +include/NGCards/NGVCardReference.h +include/NGCards/NGVList.h +include/NGCards/NSArray+NGCards.h +include/NGCards/NSCalendarDate+ICal.h +include/NGCards/NSCalendarDate+NGCards.h +include/NGCards/NSDictionary+NGCards.h +include/NGCards/NSString+NGCards.h +include/NGCards/iCalAlarm.h +include/NGCards/iCalAttachment.h +include/NGCards/iCalByDayMask.h +include/NGCards/iCalCalendar.h +include/NGCards/iCalDataSource.h +include/NGCards/iCalDateTime.h +include/NGCards/iCalEntityObject.h +include/NGCards/iCalEvent.h +include/NGCards/iCalEventChanges.h +include/NGCards/iCalFreeBusy.h +include/NGCards/iCalJournal.h +include/NGCards/iCalObject.h +include/NGCards/iCalPerson.h +include/NGCards/iCalRecurrenceCalculator.h +include/NGCards/iCalRecurrenceRule.h +include/NGCards/iCalRepeatableEntityObject.h +include/NGCards/iCalTimeZone.h +include/NGCards/iCalTimeZonePeriod.h +include/NGCards/iCalToDo.h +include/NGCards/iCalTrigger.h +include/NGCards/iCalUTCOffset.h +include/NGCards/iCalXMLRenderer.h +include/SOGo +include/SOGoUI/SOGoAptFormatter.h +include/SOGoUI/SOGoDirectAction.h +include/SOGoUI/UIxComponent.h +include/SOGoUI/UIxJSClose.h +lib/GNUstep/Frameworks/SOGo.framework/Headers +lib/GNUstep/Frameworks/SOGo.framework/Resources +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/BSONCodec.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/CardElement+SOGo.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/DOMNode+SOGo.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/EOBitmaskQualifier.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/EOQualifier+SOGoCacheObject.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/GCSSpecialQueries+SOGoCacheObject.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/LDAPSource.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/LDAPSourceSchema.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSArray+DAV.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSArray+Utilities.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSCalendarDate+SOGo.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSData+Crypto.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSDictionary+DAV.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSDictionary+URL.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSDictionary+Utilities.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSNull+Utilities.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSNumber+Utilities.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSObject+DAV.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSObject+Utilities.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSString+Crypto.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSString+DAV.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSString+Utilities.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/NSURL+DAV.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoAuthenticator.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoBuild.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCASSession.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCache.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCacheGCSFolder.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCacheGCSObject.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCacheObject.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoConstants.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoContentObject.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoCredentialsFile.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDAVAuthenticator.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDateFormatter.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDefaultsSource.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoDomainDefaults.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoFolder.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoGCSFolder.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoGroup.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoLDAPDefaults.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoMailer.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoObject.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoParentFolder.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoPermissions.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoProductLoader.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoProxyAuthenticator.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSession.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSieveManager.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSource.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoStartupLogger.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoStaticAuthenticator.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoSystemDefaults.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoTextTemplateFile.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUser.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserDefaults.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserFolder.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserManager.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoUserProfile.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoWebAuthenticator.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoWebDAVAclManager.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SOGoWebDAVValue.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/SQLSource.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/WOContext+SOGo.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/WORequest+SOGo.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/WOResourceManager+SOGo.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Headers/WOResponse+SOGo.h +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Resources/CASLogoutRequestMap.plist +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Resources/DAVReportMap.plist +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Resources/Info-gnustep.plist +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/Resources/SOGoDefaults.plist +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/sogo/SOGo +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/sogo/libSOGo.so +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/sogo/libSOGo.so.${PKGVERSION} +lib/GNUstep/Frameworks/SOGo.framework/Versions/Current +lib/GNUstep/Frameworks/SOGo.framework/sogo/SOGo +lib/GNUstep/Frameworks/SOGo.framework/sogo/libSOGo.so +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Abidjan.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Accra.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Addis_Ababa.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Algiers.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Asmara.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bamako.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bangui.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Banjul.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bissau.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Blantyre.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Brazzaville.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Bujumbura.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Cairo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Casablanca.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Ceuta.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Conakry.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Dakar.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Dar_es_Salaam.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Djibouti.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Douala.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/El_Aaiun.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Freetown.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Gaborone.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Harare.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Johannesburg.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Juba.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Kampala.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Khartoum.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Kigali.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Kinshasa.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lagos.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Libreville.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lome.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Luanda.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lubumbashi.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Lusaka.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Malabo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Maputo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Maseru.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Mbabane.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Mogadishu.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Monrovia.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Nairobi.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Ndjamena.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Niamey.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Nouakchott.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Ouagadougou.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Porto-Novo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Sao_Tome.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Tripoli.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Tunis.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Africa/Windhoek.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Adak.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Anchorage.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Anguilla.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Antigua.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Araguaina.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Buenos_Aires.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Catamarca.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Cordoba.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Jujuy.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/La_Rioja.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Mendoza.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Rio_Gallegos.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Salta.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Juan.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Luis.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Tucuman.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Argentina/Ushuaia.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Aruba.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Asuncion.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Atikokan.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Bahia.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Bahia_Banderas.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Barbados.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Belem.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Belize.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Blanc-Sablon.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Boa_Vista.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Bogota.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Boise.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cambridge_Bay.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Campo_Grande.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cancun.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Caracas.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cayenne.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cayman.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Chicago.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Chihuahua.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Costa_Rica.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Creston.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Cuiaba.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Curacao.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Danmarkshavn.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Dawson.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Dawson_Creek.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Denver.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Detroit.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Dominica.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Edmonton.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Eirunepe.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/El_Salvador.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Fort_Nelson.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Fortaleza.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Glace_Bay.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Godthab.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Goose_Bay.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Grand_Turk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Grenada.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guadeloupe.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guatemala.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guayaquil.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Guyana.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Halifax.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Havana.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Hermosillo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Indianapolis.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Knox.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Marengo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Petersburg.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Tell_City.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vevay.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vincennes.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Indiana/Winamac.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Inuvik.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Iqaluit.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Jamaica.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Juneau.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Louisville.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Monticello.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Kralendijk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/La_Paz.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Lima.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Los_Angeles.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Lower_Princes.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Maceio.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Managua.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Manaus.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Marigot.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Martinique.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Matamoros.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Mazatlan.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Menominee.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Merida.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Metlakatla.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Mexico_City.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Miquelon.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Moncton.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Monterrey.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Montevideo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Montreal.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Montserrat.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Nassau.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/New_York.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Nipigon.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Nome.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Noronha.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Beulah.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Center.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/New_Salem.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Ojinaga.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Panama.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Pangnirtung.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Paramaribo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Phoenix.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Port-au-Prince.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Port_of_Spain.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Porto_Velho.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Puerto_Rico.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Rainy_River.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Rankin_Inlet.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Recife.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Regina.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Resolute.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Rio_Branco.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santa_Isabel.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santarem.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santiago.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Santo_Domingo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Sao_Paulo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Scoresbysund.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Shiprock.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Sitka.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Barthelemy.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Johns.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Kitts.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Lucia.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Thomas.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/St_Vincent.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Swift_Current.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Tegucigalpa.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Thule.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Thunder_Bay.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Tijuana.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Toronto.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Tortola.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Vancouver.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Whitehorse.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Winnipeg.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Yakutat.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/America/Yellowknife.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Casey.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Davis.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/DumontDUrville.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Macquarie.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Mawson.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/McMurdo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Palmer.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Rothera.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/South_Pole.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Syowa.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Troll.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Antarctica/Vostok.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Arctic/Longyearbyen.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Aden.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Almaty.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Amman.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Anadyr.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Aqtau.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Aqtobe.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ashgabat.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Baghdad.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Bahrain.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Baku.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Bangkok.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Barnaul.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Beirut.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Bishkek.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Brunei.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Chita.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Choibalsan.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Chongqing.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Colombo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Damascus.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dhaka.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dili.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dubai.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Dushanbe.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Gaza.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Harbin.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Hebron.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Hong_Kong.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Hovd.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Irkutsk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Istanbul.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Jakarta.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Jayapura.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Jerusalem.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kabul.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kamchatka.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Karachi.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kashgar.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kathmandu.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Khandyga.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kolkata.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Krasnoyarsk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kuala_Lumpur.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kuching.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Kuwait.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Macau.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Magadan.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Makassar.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Manila.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Muscat.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Nicosia.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Novokuznetsk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Novosibirsk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Omsk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Oral.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Phnom_Penh.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Pontianak.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Pyongyang.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Qatar.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Qyzylorda.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Rangoon.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Riyadh.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Sakhalin.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Samarkand.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Seoul.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Shanghai.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Singapore.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Srednekolymsk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Taipei.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tashkent.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tbilisi.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tehran.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Thimphu.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tokyo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Tomsk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ulaanbaatar.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Urumqi.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Ust-Nera.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Vientiane.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Vladivostok.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yakutsk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yangon.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yekaterinburg.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Asia/Yerevan.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Azores.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Bermuda.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Canary.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Cape_Verde.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Faroe.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Madeira.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Reykjavik.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/South_Georgia.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/St_Helena.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Atlantic/Stanley.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Adelaide.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Brisbane.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Broken_Hill.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Currie.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Darwin.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Eucla.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Hobart.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Lindeman.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Lord_Howe.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Melbourne.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Perth.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Australia/Sydney.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Amsterdam.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Andorra.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Astrakhan.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Athens.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Belgrade.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Berlin.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Bratislava.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Brussels.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Bucharest.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Budapest.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Busingen.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Chisinau.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Copenhagen.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Dublin.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Gibraltar.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Guernsey.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Helsinki.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Isle_of_Man.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Istanbul.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Jersey.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Kaliningrad.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Kiev.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Kirov.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Lisbon.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Ljubljana.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/London.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Luxembourg.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Madrid.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Malta.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Mariehamn.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Minsk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Monaco.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Moscow.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Nicosia.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Oslo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Paris.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Podgorica.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Prague.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Riga.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Rome.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Samara.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/San_Marino.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Sarajevo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Simferopol.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Skopje.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Sofia.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Stockholm.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Tallinn.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Tirane.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Ulyanovsk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Uzhgorod.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vaduz.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vatican.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vienna.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Vilnius.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Volgograd.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Warsaw.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Zagreb.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Zaporozhye.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Europe/Zurich.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Antananarivo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Chagos.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Christmas.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Cocos.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Comoro.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Kerguelen.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Mahe.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Maldives.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Mauritius.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Mayotte.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Indian/Reunion.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Apia.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Auckland.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Bougainville.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Chatham.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Chuuk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Easter.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Efate.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Enderbury.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Fakaofo.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Fiji.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Funafuti.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Galapagos.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Gambier.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Guadalcanal.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Guam.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Honolulu.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Johnston.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Kiritimati.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Kosrae.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Kwajalein.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Majuro.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Marquesas.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Midway.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Nauru.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Niue.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Norfolk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Noumea.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Pago_Pago.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Palau.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Pitcairn.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Pohnpei.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Ponape.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Port_Moresby.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Rarotonga.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Saipan.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Tahiti.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Tarawa.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Tongatapu.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Truk.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Wake.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/Pacific/Wallis.ics +lib/GNUstep/Libraries/Resources/NGCards/TimeZones/UPDATING +lib/GNUstep/OCSTypeModels/appointment-oracle.ocs +lib/GNUstep/OCSTypeModels/appointment.ocs +lib/GNUstep/OCSTypeModels/contact-oracle.ocs +lib/GNUstep/OCSTypeModels/contact.ocs +lib/GNUstep/SOGo/AdministrationUI.SOGo/AdministrationUI +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Arabic.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Basque.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Croatian.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Czech.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Danish.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Dutch.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/English.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Finnish.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/French.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/German.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Polish.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Russian.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Serbian.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Slovak.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Swedish.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/UIxAdministration.toolbar +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj/Localizable.strings +lib/GNUstep/SOGo/AdministrationUI.SOGo/Resources/product.plist +lib/GNUstep/SOGo/AdministrationUI.SOGo/stamp.make +lib/GNUstep/SOGo/Appointments.SOGo/Appointments +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Arabic.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Basque.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Catalan.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Croatian.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Czech.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Danish.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Dutch.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/English.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Finnish.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/French.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/German.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Hungarian.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Icelandic.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Lithuanian.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html +lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod +lib/GNUstep/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPResponseMap.plist +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Macedonian.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Polish.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Portuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Russian.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Serbian.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Slovak.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Slovenian.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Swedish.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/Welsh.lproj/Localizable.strings +lib/GNUstep/SOGo/Appointments.SOGo/Resources/product.plist +lib/GNUstep/SOGo/Appointments.SOGo/bundle-info.plist +lib/GNUstep/SOGo/CommonUI.SOGo/CommonUI +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Arabic.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Basque.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Catalan.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Croatian.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Czech.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Danish.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Dutch.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/English.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Finnish.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/French.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/German.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Polish.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Russian.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Serbian.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Slovak.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Swedish.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/Welsh.lproj/Localizable.strings +lib/GNUstep/SOGo/CommonUI.SOGo/Resources/product.plist +lib/GNUstep/SOGo/CommonUI.SOGo/bundle-info.plist +lib/GNUstep/SOGo/CommonUI.SOGo/stamp.make +lib/GNUstep/SOGo/Contacts.SOGo/Contacts +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Arabic.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Basque.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Catalan.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Croatian.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Czech.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Danish.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Dutch.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/English.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Finnish.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/French.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/German.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Hungarian.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Icelandic.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Lithuanian.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Macedonian.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Polish.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Portuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Russian.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Serbian.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Slovak.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Slovenian.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Swedish.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/Welsh.lproj/Localizable.strings +lib/GNUstep/SOGo/Contacts.SOGo/Resources/product.plist +lib/GNUstep/SOGo/Contacts.SOGo/stamp.make +lib/GNUstep/SOGo/ContactsUI.SOGo/ContactsUI +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Arabic.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Basque.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Croatian.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Czech.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Danish.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Dutch.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/English.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Finnish.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/French.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/German.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Polish.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Russian.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/SOGoContactFolder.toolbar +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Serbian.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Slovak.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj/Localizable.strings +lib/GNUstep/SOGo/ContactsUI.SOGo/Resources/product.plist +lib/GNUstep/SOGo/ContactsUI.SOGo/bundle-info.plist +lib/GNUstep/SOGo/ContactsUI.SOGo/stamp.make +lib/GNUstep/SOGo/MailPartViewers.SOGo/MailPartViewers +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Arabic.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Basque.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Croatian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Czech.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Danish.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Dutch.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/English.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Finnish.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/French.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/German.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Hungarian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Icelandic.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Lithuanian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Macedonian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Polish.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Portuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Russian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Serbian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Slovak.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Slovenian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj/Localizable.strings +lib/GNUstep/SOGo/MailPartViewers.SOGo/Resources/product.plist +lib/GNUstep/SOGo/MailPartViewers.SOGo/stamp.make +lib/GNUstep/SOGo/Mailer.SOGo/Mailer +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Arabic.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Basque.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Catalan.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Croatian.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Czech.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Danish.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Dutch.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/English.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Finnish.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/French.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/German.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Hungarian.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Icelandic.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Lithuanian.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Macedonian.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Polish.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Portuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Russian.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanForward.wo/SOGoMailChineseTaiwanForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailChineseTaiwanReply.wo/SOGoMailChineseTaiwanReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianForward.wo/SOGoMailCroatianForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCroatianReply.wo/SOGoMailCroatianReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishForward.wo/SOGoMailFinnishForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFinnishReply.wo/SOGoMailFinnishReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianForward.wo/SOGoMailLithuanianForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailLithuanianReply.wo/SOGoMailLithuanianReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianForward.wo/SOGoMailMacedonianForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailMacedonianReply.wo/SOGoMailMacedonianReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseForward.wo/SOGoMailPortugueseForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailPortugueseReply.wo/SOGoMailPortugueseReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianForward.wo/SOGoMailSerbianForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSerbianReply.wo/SOGoMailSerbianReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianForward.wo/SOGoMailSlovenianForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSlovenianReply.wo/SOGoMailSlovenianReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyForward.wo/SOGoMailTurkishTurkeyForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailTurkishTurkeyReply.wo/SOGoMailTurkishTurkeyReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Serbian.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Slovak.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Slovenian.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Swedish.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Ukrainian.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/Welsh.lproj/Localizable.strings +lib/GNUstep/SOGo/Mailer.SOGo/Resources/product.plist +lib/GNUstep/SOGo/Mailer.SOGo/bundle-info.plist +lib/GNUstep/SOGo/MailerUI.SOGo/MailerUI +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Arabic.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Basque.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Catalan.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Croatian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Czech.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Danish.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Dutch.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/English.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Finnish.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/French.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/German.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Polish.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Russian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/SOGoDraftObject.toolbar +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/SOGoMailFolder.toolbar +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/SOGoMailObject.toolbar +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Serbian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Slovak.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Swedish.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/Welsh.lproj/Localizable.strings +lib/GNUstep/SOGo/MailerUI.SOGo/Resources/product.plist +lib/GNUstep/SOGo/MailerUI.SOGo/bundle-info.plist +lib/GNUstep/SOGo/MailerUI.SOGo/stamp.make +lib/GNUstep/SOGo/MainUI.SOGo/MainUI +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Basque.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Basque.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Croatian.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Czech.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Czech.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Danish.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Danish.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/English.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/English.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/French.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/French.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/German.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/German.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Italian.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSAcl-mysql.sql +lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSAcl-postgresql.sql +lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-mysql.sql +lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSCacheFolder-postgresql.sql +lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSFolderInfo-oracle.sql +lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSFolderInfo.sql +lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSStore-mysql.sql +lib/GNUstep/SOGo/MainUI.SOGo/Resources/OCSStore.sql +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Polish.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Polish.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Portuguese.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Russian.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Russian.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/SOGoProfile-oracle.sql +lib/GNUstep/SOGo/MainUI.SOGo/Resources/SOGoProfile.sql +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Serbian.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Locale +lib/GNUstep/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Localizable.strings +lib/GNUstep/SOGo/MainUI.SOGo/Resources/product.plist +lib/GNUstep/SOGo/MainUI.SOGo/stamp.make +lib/GNUstep/SOGo/PreferencesUI.SOGo/PreferencesUI +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Arabic.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Basque.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Croatian.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Czech.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Danish.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Dutch.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/English.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Finnish.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/French.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/German.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Polish.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Russian.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Serbian.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Slovak.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Swedish.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/UIxPreferences.toolbar +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj/Localizable.strings +lib/GNUstep/SOGo/PreferencesUI.SOGo/Resources/product.plist +lib/GNUstep/SOGo/PreferencesUI.SOGo/stamp.make +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Arabic.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Basque.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/ChineseTaiwan.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Croatian.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Czech.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Danish.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Dutch.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/English.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Finnish.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/French.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/German.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Lithuanian.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Macedonian.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Polish.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Portuguese.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Russian.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SOGoAppointmentFolders.toolbar +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SOGoAppointmentObject.toolbar +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SOGoComponentClose.toolbar +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SOGoEmpty.toolbar +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SOGoTaskObject.toolbar +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Serbian.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Slovak.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Slovenian.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/TurkishTurkey.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj/Localizable.strings +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/cycles.plist +lib/GNUstep/SOGo/SchedulerUI.SOGo/Resources/product.plist +lib/GNUstep/SOGo/SchedulerUI.SOGo/SchedulerUI +lib/GNUstep/SOGo/SchedulerUI.SOGo/bundle-info.plist +lib/GNUstep/SOGo/SchedulerUI.SOGo/stamp.make +lib/GNUstep/SOGo/Templates/AdministrationUI/UIxAdministration.wox +lib/GNUstep/SOGo/Templates/AdministrationUI/UIxAdministrationAclEditor.wox +lib/GNUstep/SOGo/Templates/AdministrationUI/UIxAdministrationFilterPanel.wox +lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailDeletion.wox +lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailICalReply.wox +lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailInvitation.wox +lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailReceipt.wox +lib/GNUstep/SOGo/Templates/Appointments/SOGoAptMailUpdate.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactEditor.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactEditorTemplate.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFolderLinksTemplate.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFolderProperties.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactFoldersView.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactView.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactViewTemplate.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsFilterPanel.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsMailerSelection.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsUserFolders.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxContactsUserRightsEditor.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxListEditor.wox +lib/GNUstep/SOGo/Templates/ContactsUI/UIxListView.wox +lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartAlternativeViewer.wox +lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartExternalHTMLViewer.wox +lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox +lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartICalViewer.wox +lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartImageViewer.wox +lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartLinkViewer.wox +lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartMessageViewer.wox +lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartMixedViewer.wox +lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartSignedViewer.wox +lib/GNUstep/SOGo/Templates/MailPartViewers/UIxMailPartTextViewer.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailEditor.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailFilterPanel.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailFolderMenu.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailFolderSubscriptions.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailFolderTemplate.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailMainFrame.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailMoveToPopUp.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailPopupView.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailSearch.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailToSelection.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailUserDelegationEditor.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailUserRightsEditor.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailView.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailViewTemplate.wox +lib/GNUstep/SOGo/Templates/MailerUI/UIxMailWindowCloser.wox +lib/GNUstep/SOGo/Templates/MainUI/SOGoBrowsersPanel.wox +lib/GNUstep/SOGo/Templates/MainUI/SOGoGroupPage.wox +lib/GNUstep/SOGo/Templates/MainUI/SOGoGroupsPage.wox +lib/GNUstep/SOGo/Templates/MainUI/SOGoRootPage.wox +lib/GNUstep/SOGo/Templates/MainUI/SOGoUserHomePage.wox +lib/GNUstep/SOGo/Templates/PreferencesUI/UIxAccountEditor.wox +lib/GNUstep/SOGo/Templates/PreferencesUI/UIxAdditionalPreferences.wox +lib/GNUstep/SOGo/Templates/PreferencesUI/UIxFilterEditor.wox +lib/GNUstep/SOGo/Templates/PreferencesUI/UIxPreferences.wox +lib/GNUstep/SOGo/Templates/SOGoACLArabicAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLArabicModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLArabicRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLBasqueAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLBasqueModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLBasqueRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLBrazilianPortugueseRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLCatalanAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLCatalanModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLCatalanRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLChineseTaiwanRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLCroatianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLCroatianModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLCroatianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLCzechAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLCzechModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLCzechRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLDanishAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLDanishModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLDanishRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLDutchAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLDutchModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLDutchRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLEnglishAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLEnglishModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLEnglishRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLFinnishAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLFinnishModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLFinnishRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLFrenchAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLFrenchModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLFrenchRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLGermanAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLGermanModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLGermanRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLHungarianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLHungarianModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLHungarianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLIcelandicAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLIcelandicModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLIcelandicRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLItalianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLItalianModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLItalianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLLithuanianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLLithuanianModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLLithuanianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLMacedonianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLMacedonianModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLMacedonianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLNorwegianBokmalAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLNorwegianBokmalModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLNorwegianBokmalRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLNorwegianNynorskAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLNorwegianNynorskModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLNorwegianNynorskRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLPolishAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLPolishModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLPolishRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLPortugueseAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLPortugueseModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLPortugueseRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLRussianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLRussianModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLRussianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSerbianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSerbianModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSerbianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSlovakAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSlovakModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSlovakRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSlovenianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSlovenianModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSlovenianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSpanishArgentinaAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSpanishArgentinaModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSpanishArgentinaRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSpanishSpainAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSpanishSpainModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSpanishSpainRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSwedishAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSwedishModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLSwedishRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLTurkishTurkeyAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLTurkishTurkeyModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLTurkishTurkeyRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLUkrainianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLUkrainianModificationAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoACLUkrainianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderArabicAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderArabicRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderBasqueAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderBasqueRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderBrazilianPortugueseAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderBrazilianPortugueseRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderCatalanAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderCatalanRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderChineseTaiwanAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderChineseTaiwanRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderCroatianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderCroatianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderCzechAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderCzechRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderDanishAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderDanishRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderDutchAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderDutchRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderEnglishAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderEnglishRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderFinnishAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderFinnishRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderFrenchAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderFrenchRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderGermanAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderGermanRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderHungarianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderHungarianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderIcelandicAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderIcelandicRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderItalianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderItalianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderLithuanianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderLithuanianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderMacedonianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderMacedonianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianBokmalAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianBokmalRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianNynorskAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderNorwegianNynorskRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderPolishAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderPolishRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderPortugueseAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderPortugueseRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderRussianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderRussianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSerbianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSerbianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSlovakAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSlovakRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSlovenianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSlovenianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSpanishArgentinaAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSpanishArgentinaRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSpanishSpainAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSpanishSpainRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSwedishAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderSwedishRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderTurkishTurkeyAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderTurkishTurkeyRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderUkrainianAdditionAdvisory.wox +lib/GNUstep/SOGo/Templates/SOGoFolderUkrainianRemovalAdvisory.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxAppointmentEditor.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxAttendeesEditor.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalDateSelector.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalDayTable.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalDayView.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalFilterPanel.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalMainView.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalMonthView.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalUserRightsEditor.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalViewPrint.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalWeekView.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalendarFolderLinksTemplate.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalendarProperties.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxCalendarSelector.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxColorPicker.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxComponentEditor.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxDatePicker.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxFilterList.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxFreeBusyUserSelector.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxOccurenceDialog.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxRecurrenceEditor.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxReminderEditor.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxSortButton.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxTaskEditor.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxTaskEditorTemplate.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxTaskViewTemplate.wox +lib/GNUstep/SOGo/Templates/SchedulerUI/UIxTimeDateControl.wox +lib/GNUstep/SOGo/Templates/UIxAclEditor.wox +lib/GNUstep/SOGo/Templates/UIxJSClose.wox +lib/GNUstep/SOGo/Templates/UIxLoading.wox +lib/GNUstep/SOGo/Templates/UIxModuleAccessDenied.wox +lib/GNUstep/SOGo/Templates/UIxPageFrame.wox +lib/GNUstep/SOGo/Templates/UIxSidenavToolbarTemplate.wox +lib/GNUstep/SOGo/Templates/UIxSortableTableHeader.wox +lib/GNUstep/SOGo/Templates/UIxToolbar.wox +lib/GNUstep/SOGo/Templates/UIxTopnavToolbar.wox +lib/GNUstep/SOGo/Templates/UIxUserRightsEditor.wox +lib/GNUstep/SOGo/Templates/UIxWinClose.wox +lib/GNUstep/SOGo/WebServerResources/css/icons.css +lib/GNUstep/SOGo/WebServerResources/css/styles.css +lib/GNUstep/SOGo/WebServerResources/css/styles.css.map +lib/GNUstep/SOGo/WebServerResources/css/theme-default.css +lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Bold.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Bold.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Bold.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Medium.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Medium.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Medium.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Regular.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Regular.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraMono-Regular.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Bold.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Bold.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Bold.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BoldItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Book.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Book.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Book.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BookItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BookItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-BookItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Eight.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Eight.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Eight.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-EightItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-EightItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-EightItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBold.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraBoldItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLight.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ExtraLightItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Four.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Four.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Four.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-FourItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-FourItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-FourItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Hair.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Hair.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Hair.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HairItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HairItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HairItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Heavy.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Heavy.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Heavy.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-HeavyItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Italic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Italic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Italic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Light.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Light.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Light.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-LightItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-LightItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-LightItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Medium.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Medium.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Medium.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-MediumItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Regular.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Regular.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Regular.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBold.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBold.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBold.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-SemiBoldItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Thin.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Thin.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Thin.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-ThinItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Two.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Two.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Two.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-TwoItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Ultra.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Ultra.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-Ultra.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLight.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLight.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLight.woff +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.eot +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/FiraSans-UltraLightItalic.woff +lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.eot +lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.ttf +lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff +lib/GNUstep/SOGo/WebServerResources/fonts/MaterialIcons-Regular.woff2 +lib/GNUstep/SOGo/WebServerResources/img/cardboard-transp.png +lib/GNUstep/SOGo/WebServerResources/img/felt-transp.png +lib/GNUstep/SOGo/WebServerResources/img/ic_person_grey_24px.svg +lib/GNUstep/SOGo/WebServerResources/img/inverse.png +lib/GNUstep/SOGo/WebServerResources/img/sogo-compact.svg +lib/GNUstep/SOGo/WebServerResources/img/sogo-full.svg +lib/GNUstep/SOGo/WebServerResources/img/sogo-logo.png +lib/GNUstep/SOGo/WebServerResources/img/sogo.ico +lib/GNUstep/SOGo/WebServerResources/js/Administration.js +lib/GNUstep/SOGo/WebServerResources/js/Administration.js.map +lib/GNUstep/SOGo/WebServerResources/js/Administration.services.js +lib/GNUstep/SOGo/WebServerResources/js/Administration.services.js.map +lib/GNUstep/SOGo/WebServerResources/js/Administration/Administration.app.js +lib/GNUstep/SOGo/WebServerResources/js/Administration/Administration.service.js +lib/GNUstep/SOGo/WebServerResources/js/Administration/AdministrationAclController.js +lib/GNUstep/SOGo/WebServerResources/js/Administration/AdministrationController.js +lib/GNUstep/SOGo/WebServerResources/js/Common.js +lib/GNUstep/SOGo/WebServerResources/js/Common.js.map +lib/GNUstep/SOGo/WebServerResources/js/Common/Acl.service.js +lib/GNUstep/SOGo/WebServerResources/js/Common/AclController.js +lib/GNUstep/SOGo/WebServerResources/js/Common/Alarm.service.js +lib/GNUstep/SOGo/WebServerResources/js/Common/Authentication.service.js +lib/GNUstep/SOGo/WebServerResources/js/Common/Common.app.js +lib/GNUstep/SOGo/WebServerResources/js/Common/Dialog.service.js +lib/GNUstep/SOGo/WebServerResources/js/Common/Gravatar.service.js +lib/GNUstep/SOGo/WebServerResources/js/Common/Resource.service.js +lib/GNUstep/SOGo/WebServerResources/js/Common/User.service.js +lib/GNUstep/SOGo/WebServerResources/js/Common/angular-file-upload.trump.js +lib/GNUstep/SOGo/WebServerResources/js/Common/decodeUri.filter.js +lib/GNUstep/SOGo/WebServerResources/js/Common/encodeUri.filter.js +lib/GNUstep/SOGo/WebServerResources/js/Common/ensureTarget.filter.js +lib/GNUstep/SOGo/WebServerResources/js/Common/ln2br.filter.js +lib/GNUstep/SOGo/WebServerResources/js/Common/loc.filter.js +lib/GNUstep/SOGo/WebServerResources/js/Common/mdColors.app.js +lib/GNUstep/SOGo/WebServerResources/js/Common/navController.js +lib/GNUstep/SOGo/WebServerResources/js/Common/range.filter.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgAvatarImage.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgCheckmark.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgColorPicker.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgCompile.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgDatepickerReadonlyInput.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgDraggable.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgDroppable.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgEnter.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgEscape.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgFocus.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgFocus.service.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgFolderStylesheet.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgHotkeys.service.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgPlaceholder.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgResetOnDisabled.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgRippleClick.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgSearch.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgSelectOnly.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgSubscribe.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgTimepicker.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgToggleGrid.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/sgTransformOnBlur.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Common/utils.js +lib/GNUstep/SOGo/WebServerResources/js/Contacts.js +lib/GNUstep/SOGo/WebServerResources/js/Contacts.js.map +lib/GNUstep/SOGo/WebServerResources/js/Contacts.services.js +lib/GNUstep/SOGo/WebServerResources/js/Contacts.services.js.map +lib/GNUstep/SOGo/WebServerResources/js/Contacts/AddressBook.service.js +lib/GNUstep/SOGo/WebServerResources/js/Contacts/AddressBookController.js +lib/GNUstep/SOGo/WebServerResources/js/Contacts/AddressBooksController.js +lib/GNUstep/SOGo/WebServerResources/js/Contacts/Card.service.js +lib/GNUstep/SOGo/WebServerResources/js/Contacts/CardController.js +lib/GNUstep/SOGo/WebServerResources/js/Contacts/Contacts.app.js +lib/GNUstep/SOGo/WebServerResources/js/Contacts/sgAddress.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer.app.popup.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer.app.popup.js.map +lib/GNUstep/SOGo/WebServerResources/js/Mailer.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer.js.map +lib/GNUstep/SOGo/WebServerResources/js/Mailer.services.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer.services.js.map +lib/GNUstep/SOGo/WebServerResources/js/Mailer/Account.service.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer/Mailbox.service.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer/MailboxController.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer/MailboxesController.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer/Mailer.app.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer/Mailer.popup.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer/Message.service.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer/MessageController.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer/MessageEditorController.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer/VirtualMailbox.service.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgIMIP.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Mailer/sgZoomableImage.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Main.js +lib/GNUstep/SOGo/WebServerResources/js/Main.js.map +lib/GNUstep/SOGo/WebServerResources/js/Main/Main.app.js +lib/GNUstep/SOGo/WebServerResources/js/Preferences.js +lib/GNUstep/SOGo/WebServerResources/js/Preferences.js.map +lib/GNUstep/SOGo/WebServerResources/js/Preferences.services.js +lib/GNUstep/SOGo/WebServerResources/js/Preferences.services.js.map +lib/GNUstep/SOGo/WebServerResources/js/Preferences/AccountDialogController.js +lib/GNUstep/SOGo/WebServerResources/js/Preferences/FiltersDialogController.js +lib/GNUstep/SOGo/WebServerResources/js/Preferences/Preferences.app.js +lib/GNUstep/SOGo/WebServerResources/js/Preferences/Preferences.service.js +lib/GNUstep/SOGo/WebServerResources/js/Preferences/PreferencesController.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler.js.map +lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/Calendar.service.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/CalendarController.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/CalendarListController.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/CalendarsController.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/Component.service.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/ComponentController.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/Scheduler.app.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarDay.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarDayBlock.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarDayTable.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarGhost.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthDay.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarMonthEvent.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCalendarScrollView.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgCategoryStylesheet.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgDraggableCalendarBlock.directive.js +lib/GNUstep/SOGo/WebServerResources/js/Scheduler/sgNowLine.directive.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/FileSaver.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/FileSaver.min.js.map +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-animate.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-animate.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-animate.min.js.map +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-aria.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-aria.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-aria.min.js.map +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-cookies.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-cookies.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-cookies.min.js.map +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.js.map +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-file-upload.min.js.map +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-material.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-material.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-messages.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-messages.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-messages.min.js.map +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-sanitize.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-sanitize.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-sanitize.min.js.map +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-ui-router.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-ui-router.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/angular.min.js.map +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/LICENSE.md +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/build-config.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/ck.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/ckeditor.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/config.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/contents.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/ar.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/ca.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/cs.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/cy.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/da.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/de.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/en.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/es.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/eu.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/fi.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/fr.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/hr.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/hu.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/is.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/it.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/lt.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/mk.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/nb.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/nl.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/no.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/pl.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/pt-br.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/pt.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/ru.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/sk.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/sl.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/sr.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/sv.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/tr.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/uk.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/zh-cn.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/lang/zh.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/about.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/LICENSE.md +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/README.md +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/base64image/dialogs/base64image.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/clipboard/dialogs/paste.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/colordialog/dialogs/colordialog.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/dialog/dialogDefinition.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/div/dialogs/div.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/icons.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/icons_hidpi.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/image/dialogs/image.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/image/images/noimage.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/dialogs/anchor.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/dialogs/link.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/images/anchor.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/link/images/hidpi/anchor.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/pastefromword/filter/default.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/LICENSE.md +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/options.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/scayt/dialogs/toolbar.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/table/dialogs/table.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/tabletools/dialogs/tableCell.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/LICENSE.md +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/ciframe.html +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/plugins/wsc/dialogs/wsc_ie.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_ie.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_ie7.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_ie8.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/dialog_iequirks.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_gecko.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_ie.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_ie7.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_ie8.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/editor_iequirks.css +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/icons.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/icons_hidpi.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/arrow.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/close.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/close.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/lock-open.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/lock.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/hidpi/refresh.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/lock-open.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/lock.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/images/refresh.png +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/skins/minimalist/readme.md +lib/GNUstep/SOGo/WebServerResources/js/vendor/ckeditor/styles.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/lodash.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/lodash.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ng-sortable.min.js +lib/GNUstep/SOGo/WebServerResources/js/vendor/ng-sortable.min.js.map +lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/Info-gnustep.plist +lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/bundle-info.plist +lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/bundle-info.plist +lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/stamp.make +lib/GNUstep/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver +lib/GNUstep/SaxMappings/NGCards.xmap +lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/Resources/Info-gnustep.plist +lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements +lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/bundle-info.plist +lib/GNUstep/WOxElemBuilders-4.9/SOGoElements.wox/stamp.make +lib/sogo/libGDLContentStore.so +lib/sogo/libGDLContentStore.so.4.9.0 +lib/sogo/libNGCards.so +lib/sogo/libNGCards.so.4.9.0 +lib/sogo/libSOGo.so +lib/sogo/libSOGo.so.${PKGVERSION} +lib/sogo/libSOGoUI.so +lib/sogo/libSOGoUI.so.3.2.0 +sbin/sogo-ealarms-notify +sbin/sogo-slapd-sockd +sbin/sogo-tool +sbin/sogod +share/examples/SOGo/SOGo.conf +share/examples/SOGo/sogo-conf.sh +@pkgdir lib/GNUstep/SOGo/Mailer.SOGo/Resources/WebServer +@pkgdir lib/GNUstep/SOGo/Appointments.SOGo/Resources/WebServer diff --git a/www/SOGo3/PLIST.FreeBSD b/www/SOGo3/PLIST.FreeBSD new file mode 100644 index 00000000000..bdabc85dd89 --- /dev/null +++ b/www/SOGo3/PLIST.FreeBSD @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST.FreeBSD,v 1.1 2017/01/19 23:45:33 wiedi Exp $ +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/sogo/libSOGo.so.3 +lib/sogo/libGDLContentStore.so.4.9 +lib/sogo/libNGCards.so.4.9 +lib/sogo/libSOGo.so.3 +lib/sogo/libSOGoUI.so.3.2 diff --git a/www/SOGo3/PLIST.Linux b/www/SOGo3/PLIST.Linux new file mode 100644 index 00000000000..ce79fac6c0c --- /dev/null +++ b/www/SOGo3/PLIST.Linux @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2017/01/19 23:45:33 wiedi Exp $ +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/sogo/libSOGo.so.3 +lib/sogo/libGDLContentStore.so.4.9 +lib/sogo/libNGCards.so.4.9 +lib/sogo/libSOGo.so.3 +lib/sogo/libSOGoUI.so.3.2 diff --git a/www/SOGo3/PLIST.SunOS b/www/SOGo3/PLIST.SunOS new file mode 100644 index 00000000000..0354139a316 --- /dev/null +++ b/www/SOGo3/PLIST.SunOS @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST.SunOS,v 1.1 2017/01/19 23:45:33 wiedi Exp $ +lib/GNUstep/Frameworks/SOGo.framework/Versions/3/sogo/libSOGo.so.3 +lib/sogo/libGDLContentStore.so.4.9 +lib/sogo/libNGCards.so.4.9 +lib/sogo/libSOGo.so.3 +lib/sogo/libSOGoUI.so.3.2 diff --git a/www/SOGo3/distinfo b/www/SOGo3/distinfo new file mode 100644 index 00000000000..9696ba9b423 --- /dev/null +++ b/www/SOGo3/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/01/19 23:45:33 wiedi Exp $ + +SHA1 (SOGo-3.2.5.tar.gz) = 64510a438a7d449fe9121ee8ed0ab9847cf9a5e6 +RMD160 (SOGo-3.2.5.tar.gz) = 10544be7c081b6fed0dc32847029c11065ccee53 +SHA512 (SOGo-3.2.5.tar.gz) = c17a5f0402f72dea3aa9cddc2eb7dc7e590b1255a68fc620d689e58b29c47867cb6f6302c0d6d21f669f7849110e59fc2e7fd22f31c9d32e407be0d08100f5c1 +Size (SOGo-3.2.5.tar.gz) = 32376619 bytes diff --git a/www/SOGo3/files/SOGo.conf b/www/SOGo3/files/SOGo.conf new file mode 100644 index 00000000000..0c635d6732f --- /dev/null +++ b/www/SOGo3/files/SOGo.conf @@ -0,0 +1,5 @@ + + <Directory "@PREFIX@/lib/GNUstep/SOGo/WebServerResources/"> + Order allow,deny + Allow from all + </Directory> diff --git a/www/SOGo3/files/sogo-conf.sh b/www/SOGo3/files/sogo-conf.sh new file mode 100755 index 00000000000..046db3be455 --- /dev/null +++ b/www/SOGo3/files/sogo-conf.sh @@ -0,0 +1,49 @@ +#!/bin/sh + +su -m @SOGOUSER@ << EOT +mkdir -p ~@SOGOUSER@/GNUstep/Defaults + +defaults write sogod SOGoTimeZone "Europe/Paris" +defaults write sogod SOGoMailDomain "example.net" +defaults write sogod SOGoLanguage French +defaults write sogod SOGoAppointmentSendEMailNotifications YES +defaults write sogod SOGoFoldersSendEMailNotifications YES +defaults write sogod SOGoACLsSendEMailNotifications YES + +defaults write sogod SOGoUserSources '({ + CNFieldName = cn; + IDFieldName = uid; + UIDFieldName = uid; + IMAPHostFieldName = netExampleMailhost; + baseDN = "dc=example,dc=net"; + bindDN = ""; + bindPassword = ""; + canAuthenticate = YES; + displayName = "ExampleNet SARL"; + bindFields = (uid); + hostname = "ldap.example.net"; + id = public; + isAddressBook = YES; + port = 636; + encryption = SSL; + filter = "(objectClass='inetOrgPerson')"; +})' +defaults write sogod SOGoProfileURL 'mysql://sogo:sogo@localhost/sogo/sogo_user_profile' +defaults write sogod OCSFolderInfoURL 'mysql://sogo:sogo@localhost/sogo/sogo_folder_info' +defaults write sogod OCSSessionsFolderURL 'mysql://sogo:sogo@localhost/sogo/sogo_sessions_folder' + +defaults write sogod SOGoMailingMechanism smtp +defaults write sogod SOGoSMTPServer smtp.example.net + +defaults write sogod SOGoDraftsFolderName Drafts +defaults write sogod SOGoSentFolderName Sent +defaults write sogod SOGoTrashFolderName Trash +defaults write sogod SOGoIMAPServer imaps://localhost:993 + +defaults write sogod SOGoPageTitle "Agenda "ExampleNet SARL" +defaults write sogod SOGoLoginModule "Calendar" +defaults write sogod SOGoZipPath "/usr/pkg/bin/zip" + +EOT + +/etc/rc.d/sogod restart diff --git a/www/SOGo3/files/sogod.sh b/www/SOGo3/files/sogod.sh new file mode 100755 index 00000000000..001647b7bc5 --- /dev/null +++ b/www/SOGo3/files/sogod.sh @@ -0,0 +1,44 @@ +#!/bin/sh +# +# $NetBSD: sogod.sh,v 1.1 2017/01/19 23:45:33 wiedi Exp $ +# + +# PROVIDE: sogod +# REQUIRE: DAEMON +# BEFORE: apache + +$_rc_subr_loaded . /etc/rc.subr + +name="sogod" +rcvar=$name +command="@PREFIX@/sbin/${name}" +pidfile="@SOGORUNDIR@/${name}.pid" +logfile="@SOGORUNDIR@/${name}.log" +sogouser=@SOGOUSER@ +command_args="-WOPidFile ${pidfile} -WOLogFile ${logfile}" +start_precmd="sogod_precmd" +start_cmd="sogod_start" + +sogod_precmd() +{ + test -f @PREFIX@/etc/GNUstep.conf || { + echo "Cannot find @PREFIX@/etc/GNUstep.conf" + exit 1 + } + . @PREFIX@/etc/GNUstep.conf + + test -f @PREFIX@/share/GNUstep/Makefiles/GNUstep.sh || { + echo "Cannot find @PREFIX@/share/GNUstep/Makefiles/GNUstep.sh" + exit 1 + } + . @PREFIX@/share/GNUstep/Makefiles/GNUstep.sh +} + +sogod_start() +{ + echo "Starting $name: " + su -m ${sogouser} -c "${command} ${command_args}" +} + +load_rc_config $name +run_rc_command "$1" |