Bug 175947 - [NEW PORT] www/sogo: Groupware server with a focus on scalability and open standards
Summary: [NEW PORT] www/sogo: Groupware server with a focus on scalability and open st...
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 03:20 UTC by Jim Riggs
Modified: 2014-10-13 18:56 UTC (History)
3 users (show)

See Also:


Attachments
.shar (152.08 KB, text/plain)
2013-02-08 03:20 UTC, Jim Riggs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Riggs 2013-02-08 03:20:01 UTC
SOGo is fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.

WWW: http://http://www.sogo.nu/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)

Fix: Dependent on SOPE (PR 175946).

Also requires the following UID/GID patch:

Index: GIDs
===================================================================
--- GIDs        (revision 311905)
+++ GIDs        (working copy)
@@ -248,5 +248,6 @@
 git_daemon:*:964:
 elasticsearch:*:965:
 ossec:*:966:
+sogo:*:969:
 nogroup:*:65533:
 nobody:*:65534:
Index: UIDs
===================================================================
--- UIDs        (revision 311905)
+++ UIDs        (working copy)
@@ -253,4 +253,5 @@
 ossec:*:966:966::0:0:OSSEC user:/usr/local/ossec-hids:/usr/sbin/nologin
 ossecm:*:967:966::0:0:OSSEC mail user:/usr/local/ossec-hids:/usr/sbin/nologin
 ossecr:*:968:966::0:0:OSSEC rem user:/usr/local/ossec-hids:/usr/sbin/nologin
+sogo:*:969:969::0:0:SOGo user:/var/db/sogo:/usr/sbin/nologin
 nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin
Comment 1 Jim Riggs 2013-04-12 15:53:21 UTC
>Submitter-Id:	current-users
>Originator:	Jim Riggs
>Organization:	
>Confidential:	no 
>Synopsis:	Re: ports/175947: [NEW PORT] www/sogo: Groupware server with a focus on scalability and open standards
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 9.0-RELEASE amd64
>Environment:
System: FreeBSD zion.christianserving.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Apr 24 09:28:22 CDT 2012
>Description:
Update to 2.0.5 and fix builds on 9.1.

Redports builds for 8.3 and 9.1 were successful:

https://redports.org/buildarchive/20130412135100-51739/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	sogo
#	sogo/files
#	sogo/files/sogo.in
#	sogo/files/patch-SoObjects__SOGo__NSData+Crypto.m
#	sogo/files/patch-Main__GNUmakefile
#	sogo/Makefile
#	sogo/distinfo
#	sogo/pkg-descr
#	sogo/pkg-plist
#
echo c - sogo
mkdir -p sogo > /dev/null 2>&1
echo c - sogo/files
mkdir -p sogo/files > /dev/null 2>&1
echo x - sogo/files/sogo.in
sed 's/^X//' >sogo/files/sogo.in << 'e7aec87db4786c899fea3d8f86834cb4'
X#!/bin/sh
X#
X# $FreeBSD: src/etc/rc.d/amd,v 1.23.4.1.2.1 2011/11/11 04:20:22 kensmith Exp $
X#
X
X# PROVIDE: sogo
X# REQUIRE: NETWORKING
X# BEFORE:
X# KEYWORD: shutdown
X
X. /etc/rc.subr
X
Xname="sogo"
Xrcvar=`set_rcvar`
Xcommand="%%GNUSTEP_LOCAL_TOOLS%%/Admin/sogod"
Xpidfile="/var/run/sogo/sogo.pid"
Xsogo_user="sogo"
Xsogo_group="sogo"
Xstart_precmd="cd /; . %%GNUSTEP_MAKEFILES%%/GNUstep.sh"
Xstop_precmd="cd /; . %%GNUSTEP_MAKEFILES%%/GNUstep.sh"
Xrestart_precmd="cd /; . %%GNUSTEP_MAKEFILES%%/GNUstep.sh"
X
Xload_rc_config $name
Xrun_rc_command "$1"
e7aec87db4786c899fea3d8f86834cb4
echo x - sogo/files/patch-SoObjects__SOGo__NSData+Crypto.m
sed 's/^X//' >sogo/files/patch-SoObjects__SOGo__NSData+Crypto.m << '3050eceb698b615dc8d73e069edeffb5'
X--- SoObjects/SOGo/NSData+Crypto.m.orig	2013-01-16 15:20:16.000000000 -0600
X+++ SoObjects/SOGo/NSData+Crypto.m	2013-01-16 15:20:21.000000000 -0600
X@@ -23,10 +23,6 @@
X  * Boston, MA 02111-1307, USA.
X  */
X 
X-#ifndef __OpenBSD__
X-#include <crypt.h>
X-#endif
X-
X #include <sys/types.h>
X #include <sys/stat.h>
X #include <fcntl.h>
3050eceb698b615dc8d73e069edeffb5
echo x - sogo/files/patch-Main__GNUmakefile
sed 's/^X//' >sogo/files/patch-Main__GNUmakefile << '14e026799eceb7fe9aa0002ded957b65'
X--- Main/GNUmakefile.orig	2013-03-18 10:32:18.000000000 -0500
X+++ Main/GNUmakefile	2013-03-18 10:32:29.000000000 -0500
X@@ -4,10 +4,9 @@
X include $(GNUSTEP_MAKEFILES)/common.make
X include ../Version
X 
X-ADDITIONAL_OBJCFLAGS += -fPIE
X ADDITIONAL_INCLUDE_DIRS +=
X ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/
X-ADDITIONAL_LDFLAGS += -Wl,--no-as-needed -fPIE -pie
X+ADDITIONAL_LDFLAGS += -Wl,--no-as-needed
X 
X SOGOD     = sogod
X TOOL_NAME = $(SOGOD)
14e026799eceb7fe9aa0002ded957b65
echo x - sogo/Makefile
sed 's/^X//' >sogo/Makefile << 'b498ca5444d30a1048df702ddf4d84a4'
X# Created by: Jim Riggs <ports@christianserving.org>
X# $FreeBSD$
X
XPORTNAME=		sogo
XPORTVERSION=		2.0.5
XCATEGORIES=		www gnustep
XMASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
XDISTNAME=		SOGo-${PORTVERSION}
X
XMAINTAINER=		ports@christianserving.org
XCOMMENT=		Groupware server with a focus on scalability and open standards
X
XLICENSE=		GPLv2
X
XLIB_DEPENDS=		memcached:${PORTSDIR}/databases/libmemcached \
X			curl:${PORTSDIR}/ftp/curl
XBUILD_DEPENDS=		${GNUSTEP_LOCAL_LIBRARIES}/libDOM.so:${PORTSDIR}/devel/sope
XRUN_DEPENDS=		${GNUSTEP_LOCAL_LIBRARIES}/libDOM.so:${PORTSDIR}/devel/sope
X
XUSERS=			sogo
XGROUPS=			sogo
X
XUSE_GMAKE=		yes
XUSE_GNUSTEP=		yes
XUSE_GNUSTEP_BASE=	yes
XUSE_GNUSTEP_CONFIGURE=	yes
XUSE_GNUSTEP_BUILD=	yes
XUSE_GNUSTEP_INSTALL=	yes
XUSE_GNUSTEP_MAKE=	yes
XUSE_LDCONFIG=		yes
XUSE_RC_SUBR=		${PORTNAME}
X
XHAS_CONFIGURE=		yes
XCONFIGURE_ENV+=		PATH=${LOCALBASE}/bin:${GNUSTEP_SYSTEM_TOOLS}:$$PATH
XCONFIGURE_ARGS=		--prefix=${GNUSTEP_LOCAL_ROOT} --enable-debug --disable-strip
X
XMAKEFILE=		GNUmakefile
XMAKE_ENV+=		${CONFIGURE_ENV}
X
XSUB_LIST+=		GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES}
X
Xpost-patch:
X			${REINPLACE_CMD} "s#/etc/sogo/sogo.conf#${PREFIX}/etc/sogo/sogo.conf#g" \
X				${WRKSRC}/Scripts/openchange_cleanup.py \
X				${WRKSRC}/SoObjects/SOGo/SOGoSystemDefaults.m \
X				${WRKSRC}/Tools/SOGoToolDumpDefaults.m
X
X.include <bsd.port.mk>
b498ca5444d30a1048df702ddf4d84a4
echo x - sogo/distinfo
sed 's/^X//' >sogo/distinfo << '55e82ee4823ec0f63f1b76a323d4731b'
XSHA256 (SOGo-2.0.5.tar.gz) = c110cc41077e1edc1b2e9131c988c42666f25b7cecb64011e66802845e898323
XSIZE (SOGo-2.0.5.tar.gz) = 5640421
55e82ee4823ec0f63f1b76a323d4731b
echo x - sogo/pkg-descr
sed 's/^X//' >sogo/pkg-descr << 'ceecc7ca4654ac9628567332f2bd37e8'
XSOGo is fully supported and trusted groupware server with a focus on
Xscalability and open standards. It provides a rich AJAX-based Web
Xinterface and supports multiple native clients through the use of
Xstandard protocols such as CalDAV, CardDAV and GroupDAV.
X
XWWW: http://http://www.sogo.nu/
ceecc7ca4654ac9628567332f2bd37e8
echo x - sogo/pkg-plist
sed 's/^X//' >sogo/pkg-plist << '3d9d661c640bb60713036d90e884f3e5'
X@comment $FreeBSD$
XGNUstep/Local/Library/Frameworks/SOGo.framework/Headers
XGNUstep/Local/Library/Frameworks/SOGo.framework/Resources
XGNUstep/Local/Library/Frameworks/SOGo.framework/SOGo
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/DOMNode+SOGo.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/LDAPSource.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/LDAPSourceSchema.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSArray+DAV.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSArray+Utilities.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSCalendarDate+SOGo.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSData+Crypto.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+DAV.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+URL.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSDictionary+Utilities.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSNull+Utilities.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSNumber+Utilities.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSObject+DAV.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSObject+Utilities.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+Crypto.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+DAV.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSString+Utilities.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/NSURL+DAV.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoAuthenticator.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoBuild.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCASSession.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoCache.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoConstants.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoContentObject.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDAVAuthenticator.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoDateFormatter.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoFolder.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoGCSFolder.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoGroup.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoMailer.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoObject.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoParentFolder.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoPermissions.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoProductLoader.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoProxyAuthenticator.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSession.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoSieveManager.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoStartupLogger.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUser.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserFolder.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserManager.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoUserProfile.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebAuthenticator.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebDAVAclManager.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SOGoWebDAVValue.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/SQLSource.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOContext+SOGo.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WORequest+SOGo.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOResourceManager+SOGo.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers/WOResponse+SOGo.h
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/DAVReportMap.plist
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/Info-gnustep.plist
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources/SOGoDefaults.plist
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/SOGo
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/libSOGo.so
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/libSOGo.so.%%MAJORVERSION%%
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/libSOGo.so.%%VERSION%%
XGNUstep/Local/Library/Frameworks/SOGo.framework/Versions/Current
XGNUstep/Local/Library/Frameworks/SOGo.framework/libSOGo.so
XGNUstep/Local/Library/Headers/GDLContentStore/EOAdaptorChannel+GCS.h
XGNUstep/Local/Library/Headers/GDLContentStore/GCSAlarmsFolder.h
XGNUstep/Local/Library/Headers/GDLContentStore/GCSChannelManager.h
XGNUstep/Local/Library/Headers/GDLContentStore/GCSContext.h
XGNUstep/Local/Library/Headers/GDLContentStore/GCSFieldExtractor.h
XGNUstep/Local/Library/Headers/GDLContentStore/GCSFieldInfo.h
XGNUstep/Local/Library/Headers/GDLContentStore/GCSFolder.h
XGNUstep/Local/Library/Headers/GDLContentStore/GCSFolderManager.h
XGNUstep/Local/Library/Headers/GDLContentStore/GCSFolderType.h
XGNUstep/Local/Library/Headers/GDLContentStore/GCSSessionsFolder.h
XGNUstep/Local/Library/Headers/GDLContentStore/GCSSpecialQueries.h
XGNUstep/Local/Library/Headers/GDLContentStore/GCSStringFormatter.h
XGNUstep/Local/Library/Headers/GDLContentStore/NSURL+GCS.h
XGNUstep/Local/Library/Headers/NGCards/CardElement.h
XGNUstep/Local/Library/Headers/NGCards/CardGroup.h
XGNUstep/Local/Library/Headers/NGCards/CardVersitRenderer.h
XGNUstep/Local/Library/Headers/NGCards/NGCards.h
XGNUstep/Local/Library/Headers/NGCards/NGVCard.h
XGNUstep/Local/Library/Headers/NGCards/NGVCardPhoto.h
XGNUstep/Local/Library/Headers/NGCards/NGVCardReference.h
XGNUstep/Local/Library/Headers/NGCards/NGVList.h
XGNUstep/Local/Library/Headers/NGCards/NSArray+NGCards.h
XGNUstep/Local/Library/Headers/NGCards/NSCalendarDate+ICal.h
XGNUstep/Local/Library/Headers/NGCards/NSCalendarDate+NGCards.h
XGNUstep/Local/Library/Headers/NGCards/NSDictionary+NGCards.h
XGNUstep/Local/Library/Headers/NGCards/NSString+NGCards.h
XGNUstep/Local/Library/Headers/NGCards/iCalAlarm.h
XGNUstep/Local/Library/Headers/NGCards/iCalAttachment.h
XGNUstep/Local/Library/Headers/NGCards/iCalByDayMask.h
XGNUstep/Local/Library/Headers/NGCards/iCalCalendar.h
XGNUstep/Local/Library/Headers/NGCards/iCalDataSource.h
XGNUstep/Local/Library/Headers/NGCards/iCalDateTime.h
XGNUstep/Local/Library/Headers/NGCards/iCalEntityObject.h
XGNUstep/Local/Library/Headers/NGCards/iCalEvent.h
XGNUstep/Local/Library/Headers/NGCards/iCalEventChanges.h
XGNUstep/Local/Library/Headers/NGCards/iCalFreeBusy.h
XGNUstep/Local/Library/Headers/NGCards/iCalJournal.h
XGNUstep/Local/Library/Headers/NGCards/iCalObject.h
XGNUstep/Local/Library/Headers/NGCards/iCalPerson.h
XGNUstep/Local/Library/Headers/NGCards/iCalRecurrenceCalculator.h
XGNUstep/Local/Library/Headers/NGCards/iCalRecurrenceRule.h
XGNUstep/Local/Library/Headers/NGCards/iCalRepeatableEntityObject.h
XGNUstep/Local/Library/Headers/NGCards/iCalTimeZone.h
XGNUstep/Local/Library/Headers/NGCards/iCalTimeZonePeriod.h
XGNUstep/Local/Library/Headers/NGCards/iCalToDo.h
XGNUstep/Local/Library/Headers/NGCards/iCalTrigger.h
XGNUstep/Local/Library/Headers/NGCards/iCalUTCOffset.h
XGNUstep/Local/Library/Headers/NGCards/iCalXMLRenderer.h
XGNUstep/Local/Library/Headers/SOGo
XGNUstep/Local/Library/Headers/SOGoUI/SOGoAptFormatter.h
XGNUstep/Local/Library/Headers/SOGoUI/UIxComponent.h
XGNUstep/Local/Library/Headers/SOGoUI/UIxJSClose.h
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Abidjan.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Accra.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Addis_Ababa.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Algiers.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Asmara.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bamako.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bangui.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Banjul.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bissau.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Blantyre.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Brazzaville.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Bujumbura.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Cairo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Casablanca.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ceuta.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Conakry.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Dakar.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Dar_es_Salaam.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Djibouti.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Douala.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/El_Aaiun.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Freetown.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Gaborone.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Harare.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Johannesburg.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Juba.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kampala.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Khartoum.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kigali.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Kinshasa.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lagos.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Libreville.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lome.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Luanda.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lubumbashi.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Lusaka.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Malabo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Maputo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Maseru.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Mbabane.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Mogadishu.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Monrovia.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Nairobi.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ndjamena.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Niamey.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Nouakchott.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Ouagadougou.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Porto-Novo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Sao_Tome.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Tripoli.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Tunis.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa/Windhoek.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Adak.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Anchorage.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Anguilla.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Antigua.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Araguaina.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Buenos_Aires.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Catamarca.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Cordoba.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Jujuy.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/La_Rioja.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Mendoza.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Rio_Gallegos.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Salta.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Juan.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/San_Luis.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Tucuman.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina/Ushuaia.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Aruba.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Asuncion.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Atikokan.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bahia.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bahia_Banderas.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Barbados.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Belem.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Belize.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Blanc-Sablon.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Boa_Vista.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Bogota.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Boise.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cambridge_Bay.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Campo_Grande.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cancun.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Caracas.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cayenne.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cayman.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Chicago.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Chihuahua.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Costa_Rica.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Creston.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Cuiaba.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Curacao.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Danmarkshavn.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dawson.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dawson_Creek.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Denver.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Detroit.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Dominica.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Edmonton.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Eirunepe.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/El_Salvador.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Fortaleza.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Glace_Bay.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Godthab.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Goose_Bay.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Grand_Turk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Grenada.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guadeloupe.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guatemala.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guayaquil.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Guyana.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Halifax.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Havana.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Hermosillo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Indianapolis.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Knox.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Marengo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Petersburg.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Tell_City.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vevay.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Vincennes.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana/Winamac.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Inuvik.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Iqaluit.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Jamaica.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Juneau.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Louisville.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kentucky/Monticello.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kralendijk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/La_Paz.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Lima.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Los_Angeles.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Lower_Princes.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Maceio.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Managua.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Manaus.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Marigot.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Martinique.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Matamoros.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Mazatlan.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Menominee.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Merida.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Metlakatla.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Mexico_City.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Miquelon.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Moncton.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Monterrey.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montevideo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montreal.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Montserrat.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nassau.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/New_York.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nipigon.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Nome.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Noronha.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Beulah.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/Center.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota/New_Salem.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Ojinaga.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Panama.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Pangnirtung.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Paramaribo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Phoenix.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Port-au-Prince.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Port_of_Spain.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Porto_Velho.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Puerto_Rico.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rainy_River.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rankin_Inlet.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Recife.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Regina.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Resolute.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Rio_Branco.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santa_Isabel.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santarem.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santiago.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Santo_Domingo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Sao_Paulo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Scoresbysund.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Shiprock.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Sitka.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Barthelemy.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Johns.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Kitts.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Lucia.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Thomas.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/St_Vincent.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Swift_Current.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tegucigalpa.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Thule.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Thunder_Bay.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tijuana.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Toronto.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Tortola.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Vancouver.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Whitehorse.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Winnipeg.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Yakutat.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Yellowknife.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Casey.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Davis.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/DumontDUrville.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Macquarie.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Mawson.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/McMurdo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Palmer.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Rothera.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/South_Pole.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Syowa.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica/Vostok.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Arctic/Longyearbyen.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aden.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Almaty.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Amman.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Anadyr.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aqtau.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Aqtobe.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ashgabat.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Baghdad.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bahrain.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Baku.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bangkok.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Beirut.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Bishkek.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Brunei.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Choibalsan.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Chongqing.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Colombo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Damascus.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dhaka.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dili.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dubai.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Dushanbe.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Gaza.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Harbin.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hebron.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ho_Chi_Minh.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hong_Kong.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Hovd.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Irkutsk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Istanbul.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jakarta.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jayapura.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Jerusalem.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kabul.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kamchatka.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Karachi.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kashgar.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kathmandu.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kolkata.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Krasnoyarsk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuala_Lumpur.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuching.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Kuwait.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Macau.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Magadan.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Makassar.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Manila.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Muscat.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Nicosia.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Novokuznetsk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Novosibirsk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Omsk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Oral.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Phnom_Penh.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Pontianak.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Pyongyang.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Qatar.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Qyzylorda.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Rangoon.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Riyadh.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Sakhalin.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Samarkand.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Seoul.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Shanghai.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Singapore.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Taipei.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tashkent.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tbilisi.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tehran.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Thimphu.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Tokyo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Ulaanbaatar.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Urumqi.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Vientiane.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Vladivostok.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yakutsk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yekaterinburg.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia/Yerevan.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Azores.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Bermuda.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Canary.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Cape_Verde.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Faroe.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Madeira.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Reykjavik.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/South_Georgia.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/St_Helena.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic/Stanley.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Adelaide.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Brisbane.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Broken_Hill.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Currie.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Darwin.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Eucla.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Hobart.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Lindeman.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Lord_Howe.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Melbourne.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Perth.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia/Sydney.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Amsterdam.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Andorra.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Athens.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Belgrade.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Berlin.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Bratislava.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Brussels.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Bucharest.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Budapest.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Chisinau.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Copenhagen.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Dublin.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Gibraltar.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Guernsey.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Helsinki.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Isle_of_Man.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Istanbul.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Jersey.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Kaliningrad.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Kiev.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Lisbon.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Ljubljana.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/London.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Luxembourg.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Madrid.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Malta.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Mariehamn.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Minsk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Monaco.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Moscow.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Nicosia.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Oslo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Paris.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Podgorica.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Prague.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Riga.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Rome.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Samara.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/San_Marino.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Sarajevo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Simferopol.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Skopje.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Sofia.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Stockholm.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Tallinn.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Tirane.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Uzhgorod.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vaduz.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vatican.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vienna.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Vilnius.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Volgograd.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Warsaw.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zagreb.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zaporozhye.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe/Zurich.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Antananarivo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Chagos.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Christmas.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Cocos.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Comoro.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Kerguelen.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mahe.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Maldives.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mauritius.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Mayotte.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian/Reunion.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Apia.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Auckland.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Chatham.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Chuuk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Easter.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Efate.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Enderbury.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Fakaofo.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Fiji.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Funafuti.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Galapagos.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Gambier.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Guadalcanal.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Guam.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Honolulu.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Johnston.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kiritimati.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kosrae.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Kwajalein.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Majuro.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Marquesas.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Midway.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Nauru.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Niue.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Norfolk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Noumea.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pago_Pago.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Palau.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pitcairn.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Pohnpei.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Ponape.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Port_Moresby.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Rarotonga.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Saipan.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tahiti.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tarawa.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Tongatapu.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Truk.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Wake.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific/Wallis.ics
XGNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/UPDATING
XGNUstep/Local/Library/Libraries/libGDLContentStore.so
XGNUstep/Local/Library/Libraries/libGDLContentStore.so.4.9
XGNUstep/Local/Library/Libraries/libGDLContentStore.so.4.9.0
XGNUstep/Local/Library/Libraries/libNGCards.so
XGNUstep/Local/Library/Libraries/libNGCards.so.4.9
XGNUstep/Local/Library/Libraries/libNGCards.so.4.9.0
XGNUstep/Local/Library/Libraries/libOGoContentStore.so
XGNUstep/Local/Library/Libraries/libOGoContentStore.so.0.9
XGNUstep/Local/Library/Libraries/libOGoContentStore.so.0.9.0
XGNUstep/Local/Library/Libraries/libSOGo.so
XGNUstep/Local/Library/Libraries/libSOGo.so.%%MAJORVERSION%%
XGNUstep/Local/Library/Libraries/libSOGo.so.%%VERSION%%
XGNUstep/Local/Library/Libraries/libSOGoUI.so
XGNUstep/Local/Library/Libraries/libSOGoUI.so.2.0
XGNUstep/Local/Library/Libraries/libSOGoUI.so.2.0.0
XGNUstep/Local/Library/OCSTypeModels/appointment-oracle.ocs
XGNUstep/Local/Library/OCSTypeModels/appointment.ocs
XGNUstep/Local/Library/OCSTypeModels/contact-oracle.ocs
XGNUstep/Local/Library/OCSTypeModels/contact.ocs
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/AdministrationUI
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Arabic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Czech.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Danish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Dutch.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/English.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Finnish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/French.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/German.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Polish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Russian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovak.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Swedish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/UIxAdministration.toolbar
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/product.plist
XGNUstep/Local/Library/SOGo/AdministrationUI.SOGo/stamp.make
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Appointments
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Arabic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Catalan.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Czech.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Danish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Dutch.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/English.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Finnish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/French.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/German.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Hungarian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Icelandic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Italian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.html
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo/MSExchangeFreeBusySOAPRequest.wod
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Polish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Russian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovak.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Swedish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj/Localizable.strings
X@exec mkdir -p %D/GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/WebServer
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Welsh.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/product.plist
XGNUstep/Local/Library/SOGo/Appointments.SOGo/bundle-info.plist
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/CommonUI
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Arabic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Catalan.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Czech.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Danish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Dutch.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/English.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Finnish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/French.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/German.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Italian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Polish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Russian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovak.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Swedish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Welsh.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/product.plist
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/bundle-info.plist
XGNUstep/Local/Library/SOGo/CommonUI.SOGo/stamp.make
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Contacts
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Arabic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Catalan.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Czech.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Danish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Dutch.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/English.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Finnish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/French.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/German.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Hungarian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Icelandic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Italian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Polish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Russian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovak.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Swedish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Welsh.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/product.plist
XGNUstep/Local/Library/SOGo/Contacts.SOGo/stamp.make
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/ContactsUI
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Arabic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Czech.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Danish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Dutch.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/English.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Finnish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/French.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/German.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Italian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Polish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Russian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SOGoContactFolder.toolbar
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovak.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/product.plist
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/bundle-info.plist
XGNUstep/Local/Library/SOGo/ContactsUI.SOGo/stamp.make
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/MailPartViewers
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Arabic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Czech.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Danish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Dutch.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/English.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Finnish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/French.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/German.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Hungarian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Icelandic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Polish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Russian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovak.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/product.plist
XGNUstep/Local/Library/SOGo/MailPartViewers.SOGo/stamp.make
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Mailer
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo/SOGoMailArabicForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo/SOGoMailArabicReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo/SOGoMailBrazilianPortugueseForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo/SOGoMailBrazilianPortugueseReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo/SOGoMailCatalanForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo/SOGoMailCatalanReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo/SOGoMailCzechForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo/SOGoMailCzechReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo/SOGoMailDanishForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo/SOGoMailDanishReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo/SOGoMailDutchForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo/SOGoMailDutchReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo/SOGoMailEnglishForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo/SOGoMailEnglishReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo/SOGoMailFrenchForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo/SOGoMailFrenchReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo/SOGoMailGermanForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo/SOGoMailGermanReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo/SOGoMailHungarianForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo/SOGoMailHungarianReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo/SOGoMailIcelandicForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo/SOGoMailIcelandicReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo/SOGoMailItalianForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo/SOGoMailItalianReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo/SOGoMailNorwegianBokmalForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo/SOGoMailNorwegianBokmalReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo/SOGoMailNorwegianNynorskForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo/SOGoMailNorwegianNynorskReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo/SOGoMailPolishForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo/SOGoMailPolishReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo/SOGoMailRussianForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo/SOGoMailRussianReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo/SOGoMailSlovakForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo/SOGoMailSlovakReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo/SOGoMailSpanishArgentinaForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo/SOGoMailSpanishArgentinaReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo/SOGoMailSpanishSpainForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo/SOGoMailSpanishSpainReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo/SOGoMailSwedishForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo/SOGoMailSwedishReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo/SOGoMailUkrainianForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo/SOGoMailUkrainianReply.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo/SOGoMailWelshForward.wod
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.html
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo/SOGoMailWelshReply.wod
X@exec mkdir -p %D/GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/WebServer
XGNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/product.plist
XGNUstep/Local/Library/SOGo/Mailer.SOGo/bundle-info.plist
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/MailerUI
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Arabic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Catalan.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Czech.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Danish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Dutch.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/English.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Finnish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/French.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/German.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Italian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Polish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Russian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SOGoDraftObject.toolbar
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SOGoMailFolder.toolbar
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SOGoMailObject.toolbar
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovak.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Swedish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Welsh.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/product.plist
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/bundle-info.plist
XGNUstep/Local/Library/SOGo/MailerUI.SOGo/stamp.make
XGNUstep/Local/Library/SOGo/MainUI.SOGo/MainUI
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Arabic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Czech.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Czech.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Danish.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Danish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Dutch.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/English.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/English.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Finnish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/French.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/French.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/German.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/German.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo-oracle.sql
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/OCSFolderInfo.sql
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Russian.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Russian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile-oracle.sql
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SOGoProfile.sql
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Locale
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Welsh.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/product.plist
XGNUstep/Local/Library/SOGo/MainUI.SOGo/stamp.make
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/PreferencesUI
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Arabic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Czech.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Danish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Dutch.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/English.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Finnish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/French.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/German.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Polish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Russian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovak.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Swedish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/UIxPreferences.toolbar
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/product.plist
XGNUstep/Local/Library/SOGo/PreferencesUI.SOGo/stamp.make
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Arabic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Czech.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Danish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Dutch.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/English.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Finnish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/French.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/German.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Hungarian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Icelandic.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianBokmal.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianNynorsk.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Polish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Russian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoAppointmentFolders.toolbar
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoAppointmentObject.toolbar
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoAppointmentObjectAccept.toolbar
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoAppointmentObjectAcceptOrDecline.toolbar
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoAppointmentObjectDecline.toolbar
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoComponentClose.toolbar
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoEmpty.toolbar
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SOGoTaskObject.toolbar
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovak.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishSpain.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj/Localizable.strings
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/cycles.plist
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/product.plist
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/SchedulerUI
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/bundle-info.plist
XGNUstep/Local/Library/SOGo/SchedulerUI.SOGo/stamp.make
XGNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministration.wox
XGNUstep/Local/Library/SOGo/Templates/AdministrationUI/UIxAdministrationFilterPanel.wox
XGNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailDeletion.wox
XGNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailICalReply.wox
XGNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailInvitation.wox
XGNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailReceipt.wox
XGNUstep/Local/Library/SOGo/Templates/Appointments/SOGoAptMailUpdate.wox
XGNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactEditor.wox
XGNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactFoldersView.wox
XGNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactView.wox
XGNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsFilterPanel.wox
XGNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsMailerSelection.wox
XGNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsUserFolders.wox
XGNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxContactsUserRightsEditor.wox
XGNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxListEditor.wox
XGNUstep/Local/Library/SOGo/Templates/ContactsUI/UIxListView.wox
XGNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartAlternativeViewer.wox
XGNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartExternalHTMLViewer.wox
XGNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartHTMLViewer.wox
XGNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartICalViewer.wox
XGNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartImageViewer.wox
XGNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartLinkViewer.wox
XGNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartMessageViewer.wox
XGNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartMixedViewer.wox
XGNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartSignedViewer.wox
XGNUstep/Local/Library/SOGo/Templates/MailPartViewers/UIxMailPartTextViewer.wox
XGNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailEditor.wox
XGNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFilterPanel.wox
XGNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailFolderMenu.wox
XGNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailMainFrame.wox
XGNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailMoveToPopUp.wox
XGNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailPopupView.wox
XGNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailToSelection.wox
XGNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailUserDelegationEditor.wox
XGNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailUserRightsEditor.wox
XGNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailView.wox
XGNUstep/Local/Library/SOGo/Templates/MailerUI/UIxMailWindowCloser.wox
XGNUstep/Local/Library/SOGo/Templates/MainUI/SOGoBrowsersPanel.wox
XGNUstep/Local/Library/SOGo/Templates/MainUI/SOGoGroupPage.wox
XGNUstep/Local/Library/SOGo/Templates/MainUI/SOGoGroupsPage.wox
XGNUstep/Local/Library/SOGo/Templates/MainUI/SOGoRootPage.wox
XGNUstep/Local/Library/SOGo/Templates/MainUI/SOGoUserHomePage.wox
XGNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxAdditionalPreferences.wox
XGNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxFilterEditor.wox
XGNUstep/Local/Library/SOGo/Templates/PreferencesUI/UIxPreferences.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLArabicAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLArabicModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLArabicRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLBrazilianPortugueseRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLCatalanRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLCzechAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLCzechModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLCzechRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLDanishAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLDanishModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLDanishRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLDutchAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLDutchModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLDutchRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLEnglishRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLFinnishRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLFrenchRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLGermanAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLGermanModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLGermanRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLHungarianRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLIcelandicRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLItalianAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLItalianModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLItalianRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianBokmalRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLNorwegianNynorskRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLPolishAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLPolishModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLPolishRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLRussianAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLRussianModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLRussianRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSlovakRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishArgentinaRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSpanishSpainRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLSwedishRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianModificationAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoACLUkrainianRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderArabicAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderArabicRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderBrazilianPortugueseAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderBrazilianPortugueseRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderCatalanAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderCatalanRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderCzechAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderCzechRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderDanishAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderDanishRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderDutchAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderDutchRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderEnglishAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderEnglishRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderFinnishAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderFinnishRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderFrenchAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderFrenchRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderGermanAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderGermanRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderHungarianAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderHungarianRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderIcelandicRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderItalianRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianBokmalAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianBokmalRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianNynorskAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderNorwegianNynorskRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderPolishAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderPolishRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderRussianAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderRussianRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovakAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderSlovakRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishArgentinaAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishArgentinaRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishSpainAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderSpanishSpainRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderSwedishRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianAdditionAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SOGoFolderUkrainianRemovalAdvisory.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAppointmentEditor.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAppointmentProposal.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAptTableView.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxAttendeesEditor.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDateSelector.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDayTable.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalDayView.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalFilterPanel.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMainView.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMonthView.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalMulticolumnDayView.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalUserRightsEditor.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalWeekView.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarProperties.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxCalendarSelector.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxColorPicker.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxComponentEditor.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxDatePicker.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxFilterList.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxFreeBusyUserSelector.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxOccurenceDialog.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxRecurrenceEditor.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxReminderEditor.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxSortButton.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTaskEditor.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTaskProposal.wox
XGNUstep/Local/Library/SOGo/Templates/SchedulerUI/UIxTimeDateControl.wox
XGNUstep/Local/Library/SOGo/Templates/UIxAclEditor.wox
XGNUstep/Local/Library/SOGo/Templates/UIxJSClose.wox
XGNUstep/Local/Library/SOGo/Templates/UIxLoading.wox
XGNUstep/Local/Library/SOGo/Templates/UIxModuleAccessDenied.wox
XGNUstep/Local/Library/SOGo/Templates/UIxPageFrame.wox
XGNUstep/Local/Library/SOGo/Templates/UIxSortableTableHeader.wox
XGNUstep/Local/Library/SOGo/Templates/UIxToolbar.wox
XGNUstep/Local/Library/SOGo/Templates/UIxUserRightsEditor.wox
XGNUstep/Local/Library/SOGo/Templates/UIxWinClose.wox
XGNUstep/Local/Library/SOGo/WebServerResources/AdministrationUI.css
XGNUstep/Local/Library/SOGo/WebServerResources/AdministrationUI.js
XGNUstep/Local/Library/SOGo/WebServerResources/COPYING-thunderbird.txt
XGNUstep/Local/Library/SOGo/WebServerResources/ContactsUI.css
XGNUstep/Local/Library/SOGo/WebServerResources/ContactsUI.js
XGNUstep/Local/Library/SOGo/WebServerResources/HTMLElement.js
XGNUstep/Local/Library/SOGo/WebServerResources/HTMLInputElement.js
XGNUstep/Local/Library/SOGo/WebServerResources/HTMLTableElement.js
XGNUstep/Local/Library/SOGo/WebServerResources/JavascriptAPIExtensions.js
XGNUstep/Local/Library/SOGo/WebServerResources/LICENSE-thunderbird.txt
XGNUstep/Local/Library/SOGo/WebServerResources/MailerUI.css
XGNUstep/Local/Library/SOGo/WebServerResources/MailerUI.js
XGNUstep/Local/Library/SOGo/WebServerResources/MailerUIdTree.js
XGNUstep/Local/Library/SOGo/WebServerResources/PasswordPolicy.js
XGNUstep/Local/Library/SOGo/WebServerResources/RowEditionController.js
XGNUstep/Local/Library/SOGo/WebServerResources/SOGoAutoCompletion.js
XGNUstep/Local/Library/SOGo/WebServerResources/SOGoDataTable.js
XGNUstep/Local/Library/SOGo/WebServerResources/SOGoDragHandles.js
XGNUstep/Local/Library/SOGo/WebServerResources/SOGoMailDataSource.js
XGNUstep/Local/Library/SOGo/WebServerResources/SOGoResizableTable.js
XGNUstep/Local/Library/SOGo/WebServerResources/SOGoRootPage.css
XGNUstep/Local/Library/SOGo/WebServerResources/SOGoRootPage.js
XGNUstep/Local/Library/SOGo/WebServerResources/SOGoTabsController.js
XGNUstep/Local/Library/SOGo/WebServerResources/SOGoTimePicker.css
XGNUstep/Local/Library/SOGo/WebServerResources/SOGoTimePicker.js
XGNUstep/Local/Library/SOGo/WebServerResources/SchedulerUI.css
XGNUstep/Local/Library/SOGo/WebServerResources/SchedulerUI.js
XGNUstep/Local/Library/SOGo/WebServerResources/SchedulerUIDnD.js
XGNUstep/Local/Library/SOGo/WebServerResources/Search-bar.png
XGNUstep/Local/Library/SOGo/WebServerResources/UIxAclEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxAclEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxAppointmentEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxAppointmentEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxAttendeesEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxAttendeesEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxCalUserRightsEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxCalUserRightsEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxCalendarProperties.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxCalendarProperties.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxColorPicker.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxComponentEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxComponentEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxContactEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxContactEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserFolders.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserFolders.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserRightsEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxContactsUserRightsEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxFilterEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxFilterEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxListEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxListEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxMailEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxMailEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxMailPartExternalHTMLViewer.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxMailPopupView.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxMailToSelection.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserDelegationEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserDelegationEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserRightsEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxMailUserRightsEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxMailView.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxOccurenceDialog.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxOccurenceDialog.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxPreferences.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxPreferences.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxRecurrenceEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxRecurrenceEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxReminderEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxReminderEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/UIxTaskEditor.css
XGNUstep/Local/Library/SOGo/WebServerResources/UIxTaskEditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/XMLHttpRequest.js
XGNUstep/Local/Library/SOGo/WebServerResources/abcard-anonymous.png
XGNUstep/Local/Library/SOGo/WebServerResources/abcard-anyone.png
XGNUstep/Local/Library/SOGo/WebServerResources/abcard.png
XGNUstep/Local/Library/SOGo/WebServerResources/ablist.png
XGNUstep/Local/Library/SOGo/WebServerResources/account-settings.png
XGNUstep/Local/Library/SOGo/WebServerResources/add-addressbook.png
XGNUstep/Local/Library/SOGo/WebServerResources/add-calendar.png
XGNUstep/Local/Library/SOGo/WebServerResources/add-contact.gif
XGNUstep/Local/Library/SOGo/WebServerResources/add-icon.png
XGNUstep/Local/Library/SOGo/WebServerResources/add-user-addressbook.png
XGNUstep/Local/Library/SOGo/WebServerResources/add-user-calendar.png
XGNUstep/Local/Library/SOGo/WebServerResources/add-web-calendar.png
XGNUstep/Local/Library/SOGo/WebServerResources/addrbook.png
XGNUstep/Local/Library/SOGo/WebServerResources/alarm.png
XGNUstep/Local/Library/SOGo/WebServerResources/arrow-down.png
XGNUstep/Local/Library/SOGo/WebServerResources/arrow-dwn-sharp.gif
XGNUstep/Local/Library/SOGo/WebServerResources/arrow-left.png
XGNUstep/Local/Library/SOGo/WebServerResources/arrow-right.png
XGNUstep/Local/Library/SOGo/WebServerResources/arrow-up.png
XGNUstep/Local/Library/SOGo/WebServerResources/attachment.gif
XGNUstep/Local/Library/SOGo/WebServerResources/attendee-partstats.png
XGNUstep/Local/Library/SOGo/WebServerResources/attendee-roles.png
XGNUstep/Local/Library/SOGo/WebServerResources/browser_chrome.gif
XGNUstep/Local/Library/SOGo/WebServerResources/browser_firefox.gif
XGNUstep/Local/Library/SOGo/WebServerResources/browser_ie.gif
XGNUstep/Local/Library/SOGo/WebServerResources/browser_safari.gif
XGNUstep/Local/Library/SOGo/WebServerResources/btn_a_bg.png
XGNUstep/Local/Library/SOGo/WebServerResources/btn_span_bg.png
XGNUstep/Local/Library/SOGo/WebServerResources/busy.gif
XGNUstep/Local/Library/SOGo/WebServerResources/calendar-folder-16x16.png
XGNUstep/Local/Library/SOGo/WebServerResources/calendar-reload.png
XGNUstep/Local/Library/SOGo/WebServerResources/choose-date.png
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/LICENSE.md
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/build-config.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/ckeditor.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/config.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/contents.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/ca.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/cs.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/cy.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/da.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/de.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/en.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/es.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/fi.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/fr.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/hu.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/is.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/it.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/nb.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/nl.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/no.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/pl.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/pt.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/ru.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/sk.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/sv.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang/uk.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs/about.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs/logo_ckeditor.png
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/clipboard/dialogs/paste.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/dialog/dialogDefinition.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/fakeobjects/images/spacer.gif
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/icons.png
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/image/dialogs/image.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/image/images/noimage.png
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/dialogs/anchor.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/dialogs/link.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/images/anchor.png
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/options.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs/toolbar.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/ciframe.html
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs/wsc.js
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie7.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_ie8.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_iequirks.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/dialog_opera.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_gecko.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie7.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_ie8.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/editor_iequirks.css
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/icons.png
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/arrow.png
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/close.png
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images/mini.png
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/readme.md
XGNUstep/Local/Library/SOGo/WebServerResources/ckeditor/styles.js
XGNUstep/Local/Library/SOGo/WebServerResources/confidential.png
XGNUstep/Local/Library/SOGo/WebServerResources/create-account.png
XGNUstep/Local/Library/SOGo/WebServerResources/datepicker.css
XGNUstep/Local/Library/SOGo/WebServerResources/datepicker.js
XGNUstep/Local/Library/SOGo/WebServerResources/day-view-multicolumn.png
XGNUstep/Local/Library/SOGo/WebServerResources/day-view.png
XGNUstep/Local/Library/SOGo/WebServerResources/dialog-left.png
XGNUstep/Local/Library/SOGo/WebServerResources/dialog-right.png
XGNUstep/Local/Library/SOGo/WebServerResources/dialog-top.png
XGNUstep/Local/Library/SOGo/WebServerResources/dot.png
XGNUstep/Local/Library/SOGo/WebServerResources/down-icon.png
XGNUstep/Local/Library/SOGo/WebServerResources/dragdot.png
XGNUstep/Local/Library/SOGo/WebServerResources/dtree.css
XGNUstep/Local/Library/SOGo/WebServerResources/dtree.js
XGNUstep/Local/Library/SOGo/WebServerResources/edit.png
XGNUstep/Local/Library/SOGo/WebServerResources/empty.gif
XGNUstep/Local/Library/SOGo/WebServerResources/event-gradient.png
XGNUstep/Local/Library/SOGo/WebServerResources/event-grippy-bottom.png
XGNUstep/Local/Library/SOGo/WebServerResources/event-grippy-top.png
XGNUstep/Local/Library/SOGo/WebServerResources/event-grippy-vertical.png
XGNUstep/Local/Library/SOGo/WebServerResources/first.gif
XGNUstep/Local/Library/SOGo/WebServerResources/flag-col.png
XGNUstep/Local/Library/SOGo/WebServerResources/flag.png
XGNUstep/Local/Library/SOGo/WebServerResources/generic.css
XGNUstep/Local/Library/SOGo/WebServerResources/generic.js
XGNUstep/Local/Library/SOGo/WebServerResources/goto-today.png
XGNUstep/Local/Library/SOGo/WebServerResources/green_corner.gif
XGNUstep/Local/Library/SOGo/WebServerResources/icon-deleted.png
XGNUstep/Local/Library/SOGo/WebServerResources/icon-forwarded-replied.png
XGNUstep/Local/Library/SOGo/WebServerResources/icon-forwarded.png
XGNUstep/Local/Library/SOGo/WebServerResources/icon-new.png
XGNUstep/Local/Library/SOGo/WebServerResources/icon-replied.png
XGNUstep/Local/Library/SOGo/WebServerResources/iefixes.css
XGNUstep/Local/Library/SOGo/WebServerResources/important.png
XGNUstep/Local/Library/SOGo/WebServerResources/input_bg.gif
XGNUstep/Local/Library/SOGo/WebServerResources/inverse.png
XGNUstep/Local/Library/SOGo/WebServerResources/jquery-ui.js
XGNUstep/Local/Library/SOGo/WebServerResources/jquery.js
XGNUstep/Local/Library/SOGo/WebServerResources/js_color_picker_v2.css
XGNUstep/Local/Library/SOGo/WebServerResources/js_color_picker_v2.js
XGNUstep/Local/Library/SOGo/WebServerResources/last.gif
XGNUstep/Local/Library/SOGo/WebServerResources/layout2or3_xlib.js
XGNUstep/Local/Library/SOGo/WebServerResources/layout2or3_xlib.txt
XGNUstep/Local/Library/SOGo/WebServerResources/lori_32x32.png
XGNUstep/Local/Library/SOGo/WebServerResources/manage-filters.png
XGNUstep/Local/Library/SOGo/WebServerResources/manage-imap.png
XGNUstep/Local/Library/SOGo/WebServerResources/menu-check-hover.gif
XGNUstep/Local/Library/SOGo/WebServerResources/menu-check.gif
XGNUstep/Local/Library/SOGo/WebServerResources/menu-nocheck.gif
XGNUstep/Local/Library/SOGo/WebServerResources/message-copy.gif
XGNUstep/Local/Library/SOGo/WebServerResources/message.gif
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-certificate.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-magicpoint.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-msword.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-ogg.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-pdf.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-postscript.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-rtf.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.lotus-1-2-3.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.ms-excel.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.ms-powerpoint.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.graphics.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.image.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.presentation.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.spreadsheet.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.text-web.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.oasis.opendocument.text.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia-secure.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia-vbr.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.rn-realmedia.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.calc.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.impress.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.stardivision.writer.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.calc.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.draw.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.impress.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-vnd.sun.xml.writer.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-wordperfect.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-7z-compressed.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-abiword.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-applix-spreadsheet.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-applix-word.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-archive.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-arj.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-bzip-compressed-tar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-bzip.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cd-image.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-compress.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-compressed-tar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cpio-compressed.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-cpio.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-deb.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-dvi.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-executable.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-afm.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-bdf.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-linux-psf.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-pcf.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-sunos-news.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-font-ttf.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gnumeric.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gzip.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-gzpostscript.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-jar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-killustrator.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kpresenter.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kspread.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-kword.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lha.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lhz.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lzma-compressed-tar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-lzma.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-ms-dos-executable.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-perl.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-php.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-python-bytecode.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-rar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-rpm.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-scribus.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-shellscript.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-shockwave-flash.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-stuffit.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tarz.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-x-tex.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-xhtml+xml.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-application-zip.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-ascii.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-audio-x-generic.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-audio.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-binary.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-contents2.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-deb.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-document.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-empty.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-exec.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-folder_tar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-font-x-generic.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-font.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-font_bitmap.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-font_truetype.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-font_type1.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-fs-executable.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-fs-regular.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-gnome-package.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-gtk-file.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-html.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-image-x-generic.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-image.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-kpresenter_kpr.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-mime_ascii.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-misc.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-package-x-generic.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-package.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-package_editors.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-package_wordprocessing.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-plan.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-rpm.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-shellscript.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-sound.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-spreadsheet.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-stock_addressbook.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-stock_calendar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-stock_certificate.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-stock_script.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-tar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-template_source.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-html.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-plain.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-vnd.wap.wml.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-csh.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-generic-template.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-generic.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-preview.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-python.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-script.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-sh.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-vcalendar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-vcard.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text-x-zsh.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-text.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-tgz.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-txt.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-txt2.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-unknown.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-vcalendar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-vcard.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-video-x-generic.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-video.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-wordprocessing.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-www.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-x-font-afm.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-address-book.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-calendar.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-document.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-drawing.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-presentation.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-x-office-spreadsheet.png
XGNUstep/Local/Library/SOGo/WebServerResources/mime-zip.png
XGNUstep/Local/Library/SOGo/WebServerResources/minus.png
XGNUstep/Local/Library/SOGo/WebServerResources/month-view.png
XGNUstep/Local/Library/SOGo/WebServerResources/new-card.png
XGNUstep/Local/Library/SOGo/WebServerResources/new-event.png
XGNUstep/Local/Library/SOGo/WebServerResources/new-list.png
XGNUstep/Local/Library/SOGo/WebServerResources/new-task.png
XGNUstep/Local/Library/SOGo/WebServerResources/next.gif
XGNUstep/Local/Library/SOGo/WebServerResources/offline-settings.png
XGNUstep/Local/Library/SOGo/WebServerResources/options.png
XGNUstep/Local/Library/SOGo/WebServerResources/plus.png
XGNUstep/Local/Library/SOGo/WebServerResources/previous.gif
XGNUstep/Local/Library/SOGo/WebServerResources/private.png
XGNUstep/Local/Library/SOGo/WebServerResources/properties.png
XGNUstep/Local/Library/SOGo/WebServerResources/prototype.js
XGNUstep/Local/Library/SOGo/WebServerResources/quota-level-alert.png
XGNUstep/Local/Library/SOGo/WebServerResources/quota-level-ok.png
XGNUstep/Local/Library/SOGo/WebServerResources/quota-level-warn.png
XGNUstep/Local/Library/SOGo/WebServerResources/quota-level.png
XGNUstep/Local/Library/SOGo/WebServerResources/read-messages.png
XGNUstep/Local/Library/SOGo/WebServerResources/remote-addrbook.png
XGNUstep/Local/Library/SOGo/WebServerResources/remove-addressbook.png
XGNUstep/Local/Library/SOGo/WebServerResources/remove-calendar.png
XGNUstep/Local/Library/SOGo/WebServerResources/remove-contact.gif
XGNUstep/Local/Library/SOGo/WebServerResources/remove-icon.png
XGNUstep/Local/Library/SOGo/WebServerResources/search-messages.png
XGNUstep/Local/Library/SOGo/WebServerResources/signature-not-ok.png
XGNUstep/Local/Library/SOGo/WebServerResources/signature-ok.png
XGNUstep/Local/Library/SOGo/WebServerResources/slider_handle.gif
XGNUstep/Local/Library/SOGo/WebServerResources/smalltoolbarbtn_a_bg.png
XGNUstep/Local/Library/SOGo/WebServerResources/smalltoolbarbtn_span_bg.png
XGNUstep/Local/Library/SOGo/WebServerResources/sogo-logo.png
XGNUstep/Local/Library/SOGo/WebServerResources/sogo.ico
XGNUstep/Local/Library/SOGo/WebServerResources/status.vacation-msg.png
XGNUstep/Local/Library/SOGo/WebServerResources/submenu-active.gif
XGNUstep/Local/Library/SOGo/WebServerResources/submenu-disabled.gif
XGNUstep/Local/Library/SOGo/WebServerResources/submenu.gif
XGNUstep/Local/Library/SOGo/WebServerResources/tab_a_active_bg.png
XGNUstep/Local/Library/SOGo/WebServerResources/tab_a_inactive_bg.png
XGNUstep/Local/Library/SOGo/WebServerResources/tab_left_active.gif
XGNUstep/Local/Library/SOGo/WebServerResources/tab_left_inactive.gif
XGNUstep/Local/Library/SOGo/WebServerResources/tab_right_active.gif
XGNUstep/Local/Library/SOGo/WebServerResources/tab_right_inactive.gif
XGNUstep/Local/Library/SOGo/WebServerResources/tab_span_active_bg.png
XGNUstep/Local/Library/SOGo/WebServerResources/tab_span_inactive_bg.png
XGNUstep/Local/Library/SOGo/WebServerResources/tablekit-sogo.js
XGNUstep/Local/Library/SOGo/WebServerResources/tablekit-trueresize.js
XGNUstep/Local/Library/SOGo/WebServerResources/tablekit.js
XGNUstep/Local/Library/SOGo/WebServerResources/tb-ab-properties-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-compose-attach-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-compose-contacts-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-compose-save-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-compose-security-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-compose-send-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-addressbook-flat-16x16.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-addressbook-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-delete-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-file-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-forward-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-getmail-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-junk-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-print-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-reply-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-replyall-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-stop-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tb-mail-write-flat-24x24.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_account_17x17.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_17x22.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_minus_17x22.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_corner_plus_17x22.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_drafts_17x17.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_inbox_17x17.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_junction_17x22.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_leaf_corner_17x17.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_line_17x22.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_minus_17x22.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_plus_17x22.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_sent_17x17.png
XGNUstep/Local/Library/SOGo/WebServerResources/tbtv_trash_17x17.png
XGNUstep/Local/Library/SOGo/WebServerResources/tentative.png
XGNUstep/Local/Library/SOGo/WebServerResources/thead_bg.png
XGNUstep/Local/Library/SOGo/WebServerResources/title_attachment_14x14.png
XGNUstep/Local/Library/SOGo/WebServerResources/title_read_14x14.png
XGNUstep/Local/Library/SOGo/WebServerResources/title_sortdown_12x12.png
XGNUstep/Local/Library/SOGo/WebServerResources/title_sortup_12x12.png
XGNUstep/Local/Library/SOGo/WebServerResources/toolbarbtn_a_bg.png
XGNUstep/Local/Library/SOGo/WebServerResources/toolbarbtn_span_bg.png
XGNUstep/Local/Library/SOGo/WebServerResources/unread.png
XGNUstep/Local/Library/SOGo/WebServerResources/up-icon.png
XGNUstep/Local/Library/SOGo/WebServerResources/week-view.png
XGNUstep/Local/Library/SOGo/WebServerResources/write-message.png
XGNUstep/Local/Library/SOGo/WebServerResources/write.png
XGNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/Info-gnustep.plist
XGNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources/bundle-info.plist
XGNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/bundle-info.plist
XGNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/stamp.make
XGNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/versitCardsSaxDriver
XGNUstep/Local/Library/SaxMappings/NGCards.xmap
XGNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/Resources/Info-gnustep.plist
XGNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/SOGoElements
XGNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/bundle-info.plist
XGNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/stamp.make
XGNUstep/Local/Tools/Admin/sogo-ealarms-notify
XGNUstep/Local/Tools/Admin/sogo-slapd-sockd
XGNUstep/Local/Tools/Admin/sogo-tool
XGNUstep/Local/Tools/Admin/sogod
X@dirrmtry GNUstep/Local/Tools/Admin
X@dirrm GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox/Resources
X@dirrm GNUstep/Local/Library/WOxElemBuilders-4.9/SOGoElements.wox
X@dirrm GNUstep/Local/Library/SaxMappings
X@dirrm GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax/Resources
X@dirrm GNUstep/Local/Library/SaxDrivers-4.9/versitCardsSaxDriver.sax
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono/images
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins/moono
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/skins
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc/dialogs
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/wsc
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt/dialogs
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/scayt
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/images
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link/dialogs
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/link
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/image/images
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/image/dialogs
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/image
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/fakeobjects/images
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/fakeobjects
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/dialog
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/clipboard/dialogs
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/clipboard
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about/dialogs
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins/about
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/plugins
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor/lang
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources/ckeditor
X@dirrm GNUstep/Local/Library/SOGo/WebServerResources
X@dirrm GNUstep/Local/Library/SOGo/Templates/SchedulerUI
X@dirrm GNUstep/Local/Library/SOGo/Templates/PreferencesUI
X@dirrm GNUstep/Local/Library/SOGo/Templates/MainUI
X@dirrm GNUstep/Local/Library/SOGo/Templates/MailerUI
X@dirrm GNUstep/Local/Library/SOGo/Templates/MailPartViewers
X@dirrm GNUstep/Local/Library/SOGo/Templates/ContactsUI
X@dirrm GNUstep/Local/Library/SOGo/Templates/Appointments
X@dirrm GNUstep/Local/Library/SOGo/Templates/AdministrationUI
X@dirrm GNUstep/Local/Library/SOGo/Templates
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Welsh.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Ukrainian.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Swedish.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishSpain.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/SpanishArgentina.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Slovak.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Russian.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Polish.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianNynorsk.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/NorwegianBokmal.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Italian.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Icelandic.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Hungarian.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/German.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/French.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Finnish.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/English.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Dutch.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Danish.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Czech.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Catalan.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/BrazilianPortuguese.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources/Arabic.lproj
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo/Resources
X@dirrm GNUstep/Local/Library/SOGo/SchedulerUI.SOGo
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Welsh.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Ukrainian.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Swedish.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishSpain.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/SpanishArgentina.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Slovak.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Russian.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Polish.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianNynorsk.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/NorwegianBokmal.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Italian.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Icelandic.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Hungarian.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/German.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/French.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Finnish.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/English.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Dutch.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Danish.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Czech.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Catalan.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/BrazilianPortuguese.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources/Arabic.lproj
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo/Resources
X@dirrm GNUstep/Local/Library/SOGo/PreferencesUI.SOGo
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Welsh.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Ukrainian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Swedish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishSpain.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/SpanishArgentina.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Slovak.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Russian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Polish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianNynorsk.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/NorwegianBokmal.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Italian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Icelandic.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Hungarian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/German.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/French.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Finnish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/English.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Dutch.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Danish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Czech.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Catalan.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/BrazilianPortuguese.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources/Arabic.lproj
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo/Resources
X@dirrm GNUstep/Local/Library/SOGo/MainUI.SOGo
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Welsh.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Ukrainian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Swedish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishSpain.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/SpanishArgentina.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Slovak.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Russian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Polish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianNynorsk.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/NorwegianBokmal.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Italian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Icelandic.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Hungarian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/German.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/French.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Finnish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/English.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Dutch.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Danish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Czech.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Catalan.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/BrazilianPortuguese.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources/Arabic.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo/Resources
X@dirrm GNUstep/Local/Library/SOGo/MailerUI.SOGo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/WebServer
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailWelshForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailUkrainianForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSwedishForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishSpainForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSpanishArgentinaForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailSlovakForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailRussianForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailPolishForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianNynorskForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailNorwegianBokmalForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailItalianForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailIcelandicForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailHungarianForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailGermanForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailFrenchForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailEnglishForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDutchForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailDanishForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCzechForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailCatalanForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailBrazilianPortugueseForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicReply.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources/SOGoMailArabicForward.wo
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo/Resources
X@dirrm GNUstep/Local/Library/SOGo/Mailer.SOGo
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Welsh.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Ukrainian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Swedish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishSpain.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/SpanishArgentina.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Slovak.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Russian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Polish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianNynorsk.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/NorwegianBokmal.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Italian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Icelandic.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Hungarian.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/German.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/French.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Finnish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/English.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Dutch.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Danish.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Czech.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Catalan.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/BrazilianPortuguese.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources/Arabic.lproj
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo/Resources
X@dirrm GNUstep/Local/Library/SOGo/MailPartViewers.SOGo
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Welsh.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Ukrainian.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Swedish.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishSpain.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/SpanishArgentina.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Slovak.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Russian.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Polish.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianNynorsk.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/NorwegianBokmal.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Italian.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Icelandic.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Hungarian.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/German.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/French.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Finnish.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/English.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Dutch.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Danish.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Czech.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Catalan.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/BrazilianPortuguese.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources/Arabic.lproj
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo/Resources
X@dirrm GNUstep/Local/Library/SOGo/ContactsUI.SOGo
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Welsh.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Ukrainian.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Swedish.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishSpain.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/SpanishArgentina.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Slovak.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Russian.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Polish.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianNynorsk.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/NorwegianBokmal.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Italian.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Icelandic.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Hungarian.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/German.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/French.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Finnish.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/English.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Dutch.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Danish.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Czech.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Catalan.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/BrazilianPortuguese.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources/Arabic.lproj
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo/Resources
X@dirrm GNUstep/Local/Library/SOGo/Contacts.SOGo
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Welsh.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Ukrainian.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Swedish.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishSpain.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/SpanishArgentina.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Slovak.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Russian.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Polish.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianNynorsk.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/NorwegianBokmal.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Italian.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Icelandic.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Hungarian.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/German.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/French.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Finnish.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/English.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Dutch.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Danish.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Czech.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Catalan.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/BrazilianPortuguese.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources/Arabic.lproj
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo/Resources
X@dirrm GNUstep/Local/Library/SOGo/CommonUI.SOGo
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Welsh.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/WebServer
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Ukrainian.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Swedish.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishSpain.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/SpanishArgentina.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Slovak.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Russian.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Polish.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianNynorsk.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/NorwegianBokmal.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/MSExchangeFreeBusySOAPRequest.wo
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Italian.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Icelandic.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Hungarian.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/German.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/French.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Finnish.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/English.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Dutch.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Danish.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Czech.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Catalan.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/BrazilianPortuguese.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources/Arabic.lproj
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo/Resources
X@dirrm GNUstep/Local/Library/SOGo/Appointments.SOGo
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Welsh.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Ukrainian.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Swedish.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishSpain.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/SpanishArgentina.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Slovak.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Russian.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Polish.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianNynorsk.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/NorwegianBokmal.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Italian.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Hungarian.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/German.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/French.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Finnish.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/English.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Dutch.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Danish.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Czech.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Catalan.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/BrazilianPortuguese.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources/Arabic.lproj
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo/Resources
X@dirrm GNUstep/Local/Library/SOGo/AdministrationUI.SOGo
X@dirrm GNUstep/Local/Library/SOGo
X@dirrm GNUstep/Local/Library/OCSTypeModels
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Pacific
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Indian
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Europe
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Australia
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Atlantic
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Asia
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Arctic
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Antarctica
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/North_Dakota
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Kentucky
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Indiana
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America/Argentina
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/America
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones/Africa
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards/TimeZones
X@dirrm GNUstep/Local/Library/Libraries/Resources/NGCards
X@dirrmtry GNUstep/Local/Library/Libraries/Resources
X@dirrm GNUstep/Local/Library/Headers/SOGoUI
X@dirrm GNUstep/Local/Library/Headers/NGCards
X@dirrm GNUstep/Local/Library/Headers/GDLContentStore
X@dirrm GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Resources
X@dirrm GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2/Headers
X@dirrm GNUstep/Local/Library/Frameworks/SOGo.framework/Versions/2
X@dirrm GNUstep/Local/Library/Frameworks/SOGo.framework/Versions
X@dirrm GNUstep/Local/Library/Frameworks/SOGo.framework
3d9d661c640bb60713036d90e884f3e5
exit
--- .shar ends here ---
Comment 2 David Chisnall freebsd_committer freebsd_triage 2014-06-02 08:43:33 UTC
When I tried porting SOGo, I ended up with about 1MB of patches to fix compiler warnings, at least six of which were security vulnerabilities and several others would have caused run-time failures.  Did you test that this port worked, or is it just compile tested?
Comment 3 Jim Riggs 2014-06-03 02:09:44 UTC
(In reply to David Chisnall from comment #2)
> When I tried porting SOGo, I ended up with about 1MB of patches to fix
> compiler warnings, at least six of which were security vulnerabilities and
> several others would have caused run-time failures.  Did you test that this
> port worked, or is it just compile tested?

Well, this submission is almost 16 months old now, was tested on 9.x, and is several SOGo versions behind. I haven't kept up with it, because I figured it was never going to get looked at.

Yes, I have been using it in production for longer than those 16 months, and it works fine...at least on 9.x. If there is a chance that a committer will be looking at this at some time in the near future, I will look at updating the port for pkgng, 10, staging, SOGo 2.2.x, etc., as time permits.

What versions of OS and SOGo have you been trying?
Comment 4 David Chisnall freebsd_committer freebsd_triage 2014-06-03 07:59:21 UTC
I looked at it on 9.2 with the gnustep ports.  It did a few things that are incompatible with the new ABI, which I fixed (I think those are mostly upstream now).  If it (and SOPE) can now work in this configuration, then I'd happily review a port.  I'm still somewhat concerned that several of the compiler warnings pointed to security vulnerabilities and I don't think Inverse took all of these patches.
Comment 5 John Marino freebsd_committer freebsd_triage 2014-08-07 15:12:21 UTC
Jim, I sounds like this submission would need significant rework, so I'm going to close the PR especially after the long pause.  However, if you want to resubmit, keep this form letter in mind:

=================

Hi, if you are still interested in having this port in FreeBSD, it may (or may not) need to be reworked to support stage, and it may need updating to other newer conventions such as "USES" which is expanding all time.
For staging, see http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html


Additionally, you need to provide some sort of quality assurance.    
In order of preference, we are looking for:

1) "poudriere testport" or "poudriere bulk -t" logs
2) Redports or tinderbox logs
3) at least this: https://www.freebsd.org/doc/en/books/porters-handbook/porting-testing.html

Please provide an updated shar file and attach a test log.  Alternatively, please indicate if you are no longer interested in having this software in the Ports Collection and that we can close the PR.

Thanks!
Comment 6 Niklaas Baudet von Gersdorff 2014-09-12 08:11:01 UTC
I am planning to switch the servers I am currently running from Debian to FreeBSD. At the moment, everything is still in preparation. I am also interested in sogo and am wondering about the current state of this port (request). If there is help needed, please take this comment as an offer to help, although my experiences are quite limited.
Comment 7 John Marino freebsd_committer freebsd_triage 2014-09-12 08:14:11 UTC
This PR is closed.

If you are interested, I'll submit a new PR with a new shar, along with the testlogs that I requested.

So the state is: there's no port, the request is dead, but you can make a new request.
Comment 8 John Marino freebsd_committer freebsd_triage 2014-09-12 08:15:29 UTC
(In reply to John Marino from comment #7)
> If you are interested, I'll submit a new PR with a new shar, along with the
> testlogs that I requested.

Whoa, terrible typo!


It should say:
If you are interested, *you should* submit a new PR with a new shar, along with the testlogs that I requested.


(originally it was supposed to be "I'd")
Comment 9 Niklaas Baudet von Gersdorff 2014-09-12 08:22:37 UTC
OK, thank you for clarification. I suspected this. 

(In reply to John Marino from comment #8)
> Whoa, terrible typo!
> 
> It should say:
> If you are interested, *you should* submit a new PR with a new shar, along
> with the testlogs that I requested.
> 
> (originally it was supposed to be "I'd")

Unfortunately, you were to fast, otherwise there'd have been a "YES!" after your first comment.

OK, when my new system is running I will try my best and take a walk through the Porter's Handbook.
Comment 10 Jim Riggs 2014-09-12 12:47:39 UTC
I am still interested in SOGo, and I still use this port daily. It is in much need of an upgrade from the original v2.0.5 submission, though. After submitting the new port to GNATS back in early 2013, it was not touched, commented on, or anything for well over a year...hardly the impetus to work on it and keep it updated.

If there is more interest now — and if there is an actual chance that committers might look at it and get it into the tree — I could probably devote some time to reviving this. I'm not sure how much of that time I will have and when, though. ;-)
Comment 11 John Marino freebsd_committer freebsd_triage 2014-09-12 21:06:58 UTC
well, the ports that did persevere got committed eventually.  If you can't serve them all, you serve the ones that demonstrate they are serious.  (pinging irc or ports@ mail list after a period of time has passed also helps)

anyway...
Comment 12 David Chisnall freebsd_committer freebsd_triage 2014-09-14 12:58:03 UTC
I'd be happy to review a SOGo port.  I think Ludovic committed most of my FreeBSD / non-ancient-runtime fixes, but there were a few things where compiler warnings were pointing at things that were real security issues.  I'd like to see the port build with -Werror, because otherwise it's just a CVE waiting to happen.
Comment 13 Niklaas Baudet von Gersdorff 2014-09-15 06:24:50 UTC
Great to hear that there are also others interested in this Port. At the moment, I do not have a FreeBSD system and time at hand to have a look at the port but I'd be very happy to do this once I am settled with FreeBSD. I guess this will be in November. At least, interest is there, which is great!
Comment 14 Jim Riggs 2014-10-13 18:56:42 UTC
For anyone who may be watching this, check out my WIP on github: https://github.com/jhriggs/ports. Getting it working (especially SOPE) was a pain, but it compiles and runs. I can't say much more than that right now...