summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED3
-rw-r--r--mail/Makefile1
-rw-r--r--mail/squirrelmail-devel/Makefile108
-rw-r--r--mail/squirrelmail-devel/distinfo6
-rw-r--r--mail/squirrelmail-devel/files/111.clean-squirrelmail69
-rw-r--r--mail/squirrelmail-devel/files/patch-class-deliver-Deliver_SMTP.class.php12
-rw-r--r--mail/squirrelmail-devel/files/patch-config-config_default.php21
-rw-r--r--mail/squirrelmail-devel/files/patch-functions-imap_messages.php12
-rw-r--r--mail/squirrelmail-devel/files/pkg-deinstall.in41
-rw-r--r--mail/squirrelmail-devel/files/pkg-install.in55
-rw-r--r--mail/squirrelmail-devel/files/pkg-message.in18
-rw-r--r--mail/squirrelmail-devel/pkg-descr9
-rw-r--r--mail/squirrelmail-devel/pkg-plist1384
-rw-r--r--misc/Makefile2
-rw-r--r--misc/bibletime-kde3/Makefile48
-rw-r--r--misc/bibletime-kde3/distinfo3
-rw-r--r--misc/bibletime-kde3/files/patch-Makefile.am11
-rw-r--r--misc/bibletime-kde3/files/patch-Makefile.in11
-rw-r--r--misc/bibletime-kde3/pkg-descr12
-rw-r--r--misc/bibletime-kde3/pkg-plist157
-rw-r--r--misc/sword15/Makefile70
-rw-r--r--misc/sword15/distinfo3
-rw-r--r--misc/sword15/files/patch-configure13
-rw-r--r--misc/sword15/files/patch-configure.ac13
-rw-r--r--misc/sword15/files/patch-include::ftpparse.h19
-rw-r--r--misc/sword15/files/patch-src::utilfuns::ftpparse.c10
-rw-r--r--misc/sword15/files/pkg-message.in16
-rw-r--r--misc/sword15/pkg-descr8
-rw-r--r--misc/sword15/pkg-plist238
29 files changed, 3 insertions, 2370 deletions
diff --git a/MOVED b/MOVED
index 8e24462adff5..d08b1d861c1b 100644
--- a/MOVED
+++ b/MOVED
@@ -4243,3 +4243,6 @@ databases/mysql54-client|databases/mysql55-client|2010-01-04|Updated to mileston
databases/mysql54-server|databases/mysql55-server|2010-01-04|Updated to milestone 2
databases/mysql54-scripts|databases/mysql55-scripts|2010-01-04|Updated to milestone 2
databases/p5-DBD-mysql54|databases/p5-DBD-mysql55|2010-01-04|Updated to milestone 2
+misc/sword15||2010-01-06|Has expired: use misc/sword
+misc/bibletime-kde3||2010-01-06|Has expired: use misc/bibletime
+mail/squirrelmail-devel||2010-01-06|Has expired: use mail/squirrelmail
diff --git a/mail/Makefile b/mail/Makefile
index 72ffbfee8d7d..f773fb3944dc 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -642,7 +642,6 @@
SUBDIR += squirrelmail-check_quota-plugin
SUBDIR += squirrelmail-compatibility-plugin
SUBDIR += squirrelmail-compatibility-plugin1
- SUBDIR += squirrelmail-devel
SUBDIR += squirrelmail-email_footer-plugin
SUBDIR += squirrelmail-login_auth-plugin
SUBDIR += squirrelmail-login_notes-plugin
diff --git a/mail/squirrelmail-devel/Makefile b/mail/squirrelmail-devel/Makefile
deleted file mode 100644
index 9dcae9ae617e..000000000000
--- a/mail/squirrelmail-devel/Makefile
+++ /dev/null
@@ -1,108 +0,0 @@
-# New ports collection makefile for: squirrelmail
-# Date created: 17 March 2006
-# Whom: Simon Dick <simond@irrelevant.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= squirrelmail
-PORTVERSION= 1.5.1
-PORTREVISION= 2
-CATEGORIES= mail www
-MASTER_SITES= SF/${PORTNAME}/OldFiles
-PKGNAMESUFFIX= -devel
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- all_locales-${PORTVERSION}-20060219${EXTRACT_SUFX}
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= tabthorpe@FreeBSD.org
-COMMENT= A webmail system which accesses mail over IMAP (Development version)
-
-DEPRECATED= use mail/squirrelmail
-EXPIRATION_DATE= 2010-01-06
-
-USE_PHP= session mhash gettext mbstring pcre openssl xml
-WANT_PHP_WEB= yes
-
-USE_BZIP2= yes
-
-.ifdef WITH_DATABASE
-RUN_DEPENDS+= ${PREFIX}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB
-.endif
-
-.ifdef WITH_LDAP
-USE_PHP+= ldap
-.endif
-
-SQUIRRELDEVELDIR?= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX}
-
-PLIST_SUB+= PORTVERSION=${PORTVERSION} \
- SQUIRRELDEVELDIR="${SQUIRRELDEVELDIR:S,^${PREFIX}/,,}"
-
-SUB_FILES+= pkg-message pkg-install pkg-deinstall
-SUB_LIST+= SQUIRRELDEVELDIR="${SQUIRRELDEVELDIR}"
-
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
-PORTDOCS= *
-
-pre-everything::
- @${ECHO_CMD} "Use WITH_LDAP to ensure PHP LDAP support is installed"
- @${ECHO_CMD} "Use WITH_DATABASE to ensure PEAR framework for database support is installed"
- @${ECHO_CMD} " (note that this does not install the database specific PEAR support, e.g. MySQL)"
- @${ECHO_CMD}
-
-post-patch:
-.ifndef PATCH_DEBUG
- @${RM} -f ${WRKSRC}/config/config_default.php.orig
-.endif
- @${FIND} ${WRKSRC} -name '*.orig' -delete
- @${REINPLACE_CMD} -e 's|ispell|${LOCALBASE}/bin/ispell|g' \
- ${WRKSRC}/plugins/squirrelspell/sqspell_config.php
- @${RM} ${WRKSRC}/plugins/squirrelspell/sqspell_config.php.bak
-
-# Rearrange the documentation
-do-build:
-.for file in AUTHORS ChangeLog COPYING INSTALL README UPGRADE
- @${MV} ${WRKSRC}/${file} ${WRKSRC}/doc/
-.endfor
- @${MV} ${WRKSRC}/ReleaseNotes ${WRKSRC}/doc/ReleaseNotes-${PORTVERSION}.txt
- @${MV} ${WRKSRC}/themes/README.themes ${WRKSRC}/doc/
- @cd ${WRKSRC} ; for f in `find plugins -name "README*" -or \
- -name INSTALL -or -name CHANGES -or -name HISTORY`; \
- do \
- ${MKDIR} doc/`dirname $$f` ; \
- ${MV} $$f doc/`dirname $$f` ; \
- done; \
- ${MV} doc/plugins/squirrelspell/doc/README doc/plugins/squirrelspell ; \
- ${RM} -rf doc/plugins/squirrelspell/doc ; \
- ${MV} plugins/squirrelspell/doc/* doc/plugins/squirrelspell ; \
- ${RM} -f doc/plugins/squirrelspell/index.php ; \
- ${RM} -rf plugins/squirrelspell/doc
- @${ECHO} "left_refresh=300" >> ${WRKSRC}/config/default_pref
- @${CP} -r ${WRKSRC}/../locale ${WRKSRC}
- @${CP} -r ${WRKSRC}/../images ${WRKSRC}
- @${CP} -r ${WRKSRC}/../help ${WRKSRC}
-
-pre-install:
- @${ECHO} "Your umask should be lax while installing this. Like, 022 or something."
- @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-
-do-install:
- ${MKDIR} ${PREFIX}/etc/periodic/daily
- ${INSTALL_SCRIPT} ${FILESDIR}/111.clean-squirrelmail ${PREFIX}/etc/periodic/daily
- ${MKDIR} ${SQUIRRELDEVELDIR}
- @${CP} -pv ${WRKSRC}/index.php ${SQUIRRELDEVELDIR}
- @${CP} -pv ${WRKSRC}/configure ${SQUIRRELDEVELDIR}
-.for DIR in class config functions help images include locale plugins po src templates themes
- @${CP} -rpv ${WRKSRC}/${DIR} ${SQUIRRELDEVELDIR}
-.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- @${CP} -Rv ${WRKSRC}/doc/* ${DOCSDIR}
-.endif
-
-post-install:
- @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/mail/squirrelmail-devel/distinfo b/mail/squirrelmail-devel/distinfo
deleted file mode 100644
index d96c75afc063..000000000000
--- a/mail/squirrelmail-devel/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (squirrelmail/squirrelmail-1.5.1.tar.bz2) = 2165f0da22180300372d7d2d0bc3d262
-SHA256 (squirrelmail/squirrelmail-1.5.1.tar.bz2) = 3e7f370dd869fb57ed5b3c159d7450c1180309fffeda9dbf168b2d456f477909
-SIZE (squirrelmail/squirrelmail-1.5.1.tar.bz2) = 904370
-MD5 (squirrelmail/all_locales-1.5.1-20060219.tar.bz2) = ea311416ba9a96352a0728f5a7611102
-SHA256 (squirrelmail/all_locales-1.5.1-20060219.tar.bz2) = f27d7f1506607c8cf2651bb4384f5a840eb71f0d38cfae4d77b292c56e49d0a3
-SIZE (squirrelmail/all_locales-1.5.1-20060219.tar.bz2) = 2616039
diff --git a/mail/squirrelmail-devel/files/111.clean-squirrelmail b/mail/squirrelmail-devel/files/111.clean-squirrelmail
deleted file mode 100644
index ef343546bdaf..000000000000
--- a/mail/squirrelmail-devel/files/111.clean-squirrelmail
+++ /dev/null
@@ -1,69 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/mail/squirrelmail-devel/files/Attic/111.clean-squirrelmail,v 1.1 2006-03-20 16:17:46 garga Exp $
-#
-# This script copied from /etc/periodic/daily/110.clean-tmps,v 1.6.2.4 2002/10/13 19:59:01
-#
-# Perform attachment directory cleaning so that long-lived systems
-# don't end up with excessively old files there.
-#
-
-# Define these variables in either /etc/periodic.conf or
-# /etc/periodic.conf.local to override the default values.
-#
-# 111.clean-squirrelmail
-clean_squirrelmail_enable="NO" # Delete squirrelmail attachments
-clean_squirrelmail_dirs="/var/spool/squirrelmail/attach" # Delete under here
-clean_squirrelmail_days="10" # If not accessed for
-clean_squirrelmail_ignore="quota.user quota.group" # Don't delete these
-clean_squirrelmail_verbose="YES" # Mention files deleted
-
-# If there is a global system configuration file, suck it in.
-#
-if [ -r /etc/defaults/periodic.conf ]
-then
- . /etc/defaults/periodic.conf
- source_periodic_confs
-fi
-
-case "$clean_squirrelmail_enable" in
- [Yy][Ee][Ss])
- if [ -z "$clean_squirrelmail_days" ]
- then
- echo '$clean_squirrelmail_enable is set but' \
- '$clean_squirrelmail_days is not'
- rc=2
- else
- echo ""
- echo "Removing old SquirrelMail Attachment files:"
-
- set -f noglob
- args="-atime +$clean_squirrelmail_days -mtime +$clean_squirrelmail_days"
- args="${args} -ctime +$clean_squirrelmail_days"
- [ -n "$clean_squirrelmail_ignore" ] &&
- args="$args "`echo " ${clean_squirrelmail_ignore% }" |
- sed 's/[ ][ ]*/ ! -name /g'`
- case "$clean_squirrelmail_verbose" in
- [Yy][Ee][Ss])
- print=-print;;
- *)
- print=;;
- esac
-
- rc=$(for dir in $clean_squirrelmail_dirs
- do
- [ ."${dir#/}" != ."$dir" -a -d $dir ] && cd $dir && {
- find -d . -type f $args -delete $print
- find -d . ! -name . -type d -empty -mtime \
- +$clean_squirrelmail_days -delete $print
- } | sed "s,^\\., $dir,"
- done | tee /dev/stderr | wc -l)
- [ -z "$print" ] && rc=0
- [ $rc -gt 1 ] && rc=1
- set -f glob
- fi;;
-
- *) rc=0;;
-esac
-
-exit $rc
diff --git a/mail/squirrelmail-devel/files/patch-class-deliver-Deliver_SMTP.class.php b/mail/squirrelmail-devel/files/patch-class-deliver-Deliver_SMTP.class.php
deleted file mode 100644
index d3d024faf4a1..000000000000
--- a/mail/squirrelmail-devel/files/patch-class-deliver-Deliver_SMTP.class.php
+++ /dev/null
@@ -1,12 +0,0 @@
---- class/deliver/Deliver_SMTP.class.php.orig Sat Jan 28 21:24:07 2006
-+++ class/deliver/Deliver_SMTP.class.php Mon Nov 13 16:26:14 2006
-@@ -69,7 +69,7 @@
- $this->authPop($host, '', $user, $pass);
- }
-
-- $rfc822_header = $message->rfc822_header;
-+ $rfc822_header = unserialize(serialize($message->rfc822_header));
-
- $from = $rfc822_header->from[0];
- $to = $rfc822_header->to;
-
diff --git a/mail/squirrelmail-devel/files/patch-config-config_default.php b/mail/squirrelmail-devel/files/patch-config-config_default.php
deleted file mode 100644
index eb383602f30e..000000000000
--- a/mail/squirrelmail-devel/files/patch-config-config_default.php
+++ /dev/null
@@ -1,21 +0,0 @@
---- config/config_default.php.orig Sun Feb 12 02:03:10 2006
-+++ config/config_default.php Wed Mar 15 20:09:20 2006
-@@ -469,7 +469,7 @@
- *
- * @global string $data_dir
- */
--$data_dir = '/var/local/squirrelmail/data';
-+$data_dir = '/var/spool/squirrelmail/pref/';
-
- /**
- * Attachments directory
-@@ -488,7 +488,7 @@
- * + It should probably be another directory than data_dir.
- * @global string $attachment_dir
- */
--$attachment_dir = $data_dir;
-+$attachment_dir = '/var/spool/squirrelmail/attach/';
-
- /**
- * Hash level used for data directory.
-
diff --git a/mail/squirrelmail-devel/files/patch-functions-imap_messages.php b/mail/squirrelmail-devel/files/patch-functions-imap_messages.php
deleted file mode 100644
index 99bae8349db3..000000000000
--- a/mail/squirrelmail-devel/files/patch-functions-imap_messages.php
+++ /dev/null
@@ -1,12 +0,0 @@
---- functions/imap_messages.php.orig Sun Feb 12 20:21:50 2006
-+++ functions/imap_messages.php Mon Jan 22 20:14:11 2007
-@@ -923,7 +923,7 @@
- if ($read) {
- if (preg_match('/.+FLAGS\s\((.*)\)\s/AUi',$read[0],$regs)) {
- if (trim($regs[1])) {
-- $flags = preg_split('/ /', $regs[1],-1,'PREG_SPLIT_NI_EMPTY');
-+ $flags = preg_split('/ /', $regs[1],-1,PREG_SPLIT_NO_EMPTY);
- }
- }
- } else {
-
diff --git a/mail/squirrelmail-devel/files/pkg-deinstall.in b/mail/squirrelmail-devel/files/pkg-deinstall.in
deleted file mode 100644
index 2e207f5df027..000000000000
--- a/mail/squirrelmail-devel/files/pkg-deinstall.in
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-#set -vx
-
-PKG_BATCH=${BATCH:=NO}
-
-PKG_PREFIX=${PKG_PREFIX:=/usr/local}
-
-checkfile() {
- diff -bBqw $1 $2 >/dev/null 2>&1
- case $? in
- 0) # config file exists, but is the same
- rm $1
- ;;
- 1) # config file exists and differs
- ;;
- *) # no config file exists
- ;;
- esac
-}
-
-case $2 in
- DEINSTALL)
- cd ${PKG_PREFIX}
- checkfile /var/spool/squirrelmail/prefs/default_pref \
- %%SQUIRRELDEVELDIR%%/config/default_pref
- ;;
- POST-DEINSTALL)
- if [ "${PKG_BATCH}" = "NO" ]; then
- echo "If you are no longer going to use SquirrelMail"
- echo "you should remove the /var/spool/squirrelmail"
- echo "directory with:"
- echo
- echo " rm -rf /var/spool/squirrelmail"
- fi
- ;;
-
-esac
diff --git a/mail/squirrelmail-devel/files/pkg-install.in b/mail/squirrelmail-devel/files/pkg-install.in
deleted file mode 100644
index 7f4228d40d9f..000000000000
--- a/mail/squirrelmail-devel/files/pkg-install.in
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-PKG_BATCH=${BATCH:=NO}
-PKG_PREFIX=${PKG_PREFIX:=/usr/local}
-
-case $2 in
-PRE-INSTALL)
- USER=www
- GROUP=${USER}
- UID=80
- GID=${UID}
-
- if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then
- if pw groupadd ${GROUP} -g ${GID}; then
- echo "Added group \"${GROUP}\"."
- else
- echo "Adding group \"${GROUP}\" failed..."
- exit 1
- fi
- fi
-
- if ! pw usershow "${USER}" 2>/dev/null 1>&2; then
- if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \
- -s "/sbin/nologin" -d "/nonexistent" \
- -c "World Wide Web Owner"; \
- then
- echo "Added user \"${USER}\"."
- else
- echo "Adding user \"${USER}\" failed..."
- exit 1
- fi
- fi
-
- exit 0
- ;;
-POST-INSTALL)
- if [ "${PKG_BATCH}" = "NO" ]; then
- install -d -o www -g www -m 0755 /var/spool/squirrelmail
- install -d -o www -g www -m 0730 /var/spool/squirrelmail/attach
- install -d -o www -g www -m 0750 /var/spool/squirrelmail/pref
- if [ ! -f /var/spool/squirrelmail/pref/default_pref ]; then
- cp -rp %%SQUIRRELDEVELDIR%%/config/default_pref \
- /var/spool/squirrelmail/pref/default_pref
- else
- echo ""
- echo "An older version of default_pref exists in"
- echo "/var/spool/squirrelmail/pref, you may want to"
- echo "compare it with the one in %%SQUIRRELDEVELDIR%%/config"
- fi
- fi
- ;;
-esac
diff --git a/mail/squirrelmail-devel/files/pkg-message.in b/mail/squirrelmail-devel/files/pkg-message.in
deleted file mode 100644
index f45ee9687c89..000000000000
--- a/mail/squirrelmail-devel/files/pkg-message.in
+++ /dev/null
@@ -1,18 +0,0 @@
-
-You now need to add an alias to apache's httpd.conf pointing to
-%%SQUIRRELDEVELDIR%% in order to access SquirrelMail from
-your web browser, or create a VirtualHost with DocumentRoot set
-to that directory.
-
-For SquirrelMail to work properly you will need to make sure the
-following option is set in your php.ini file:
-file_uploads = On
-
-If you have problems with SquirrelMail saying "you must login" after
-you just have, the following php.ini option may help:
-session.auto_start = 1
-
-In order to do your administrative configuration you need to
-cd %%SQUIRRELDEVELDIR%% && ./configure
-SquirrelMail will not work until this has been done.
-
diff --git a/mail/squirrelmail-devel/pkg-descr b/mail/squirrelmail-devel/pkg-descr
deleted file mode 100644
index 8bcd2b23e98a..000000000000
--- a/mail/squirrelmail-devel/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-SquirrelMail is a standards-based webmail package written in PHP4. It
-includes built-in pure PHP support for the IMAP and SMTP protocols, and
-all pages render in pure HTML 4.0 (with no Javascript) for maximum
-compatibility across browsers. It has very few requirements and is very
-easy to configure and install. SquirrelMail has a all the functionality
-you would want from an email client, including strong MIME support,
-address books, and folder manipulation
-
-WWW: http://www.squirrelmail.org/
diff --git a/mail/squirrelmail-devel/pkg-plist b/mail/squirrelmail-devel/pkg-plist
deleted file mode 100644
index faa775bc38e4..000000000000
--- a/mail/squirrelmail-devel/pkg-plist
+++ /dev/null
@@ -1,1384 +0,0 @@
-etc/periodic/daily/111.clean-squirrelmail
-%%SQUIRRELDEVELDIR%%/class/deliver/Deliver.class.php
-%%SQUIRRELDEVELDIR%%/class/deliver/Deliver_IMAP.class.php
-%%SQUIRRELDEVELDIR%%/class/deliver/Deliver_SMTP.class.php
-%%SQUIRRELDEVELDIR%%/class/deliver/Deliver_SendMail.class.php
-%%SQUIRRELDEVELDIR%%/class/deliver/index.php
-%%SQUIRRELDEVELDIR%%/class/error.class.php
-%%SQUIRRELDEVELDIR%%/class/helper/VCard.class.php
-%%SQUIRRELDEVELDIR%%/class/helper/index.php
-%%SQUIRRELDEVELDIR%%/class/index.php
-%%SQUIRRELDEVELDIR%%/class/l10n.class.php
-%%SQUIRRELDEVELDIR%%/class/l10n/gettext.class.php
-%%SQUIRRELDEVELDIR%%/class/l10n/index.php
-%%SQUIRRELDEVELDIR%%/class/l10n/streams.class.php
-%%SQUIRRELDEVELDIR%%/class/mime.class.php
-%%SQUIRRELDEVELDIR%%/class/mime/AddressStructure.class.php
-%%SQUIRRELDEVELDIR%%/class/mime/ContentType.class.php
-%%SQUIRRELDEVELDIR%%/class/mime/Disposition.class.php
-%%SQUIRRELDEVELDIR%%/class/mime/Language.class.php
-%%SQUIRRELDEVELDIR%%/class/mime/Message.class.php
-%%SQUIRRELDEVELDIR%%/class/mime/MessageHeader.class.php
-%%SQUIRRELDEVELDIR%%/class/mime/Rfc822Header.class.php
-%%SQUIRRELDEVELDIR%%/class/mime/SMimeMessage.class.php
-%%SQUIRRELDEVELDIR%%/class/mime/index.php
-%%SQUIRRELDEVELDIR%%/class/template/index.php
-%%SQUIRRELDEVELDIR%%/class/template/template.class.php
-%%SQUIRRELDEVELDIR%%/config/conf.pl
-%%SQUIRRELDEVELDIR%%/config/config_default.php
-%%SQUIRRELDEVELDIR%%/config/config_local.example.php
-%%SQUIRRELDEVELDIR%%/config/default_pref
-%%SQUIRRELDEVELDIR%%/config/index.php
-%%SQUIRRELDEVELDIR%%/configure
-%%SQUIRRELDEVELDIR%%/functions/abook_database.php
-%%SQUIRRELDEVELDIR%%/functions/abook_ldap_server.php
-%%SQUIRRELDEVELDIR%%/functions/abook_local_file.php
-%%SQUIRRELDEVELDIR%%/functions/addressbook.php
-%%SQUIRRELDEVELDIR%%/functions/arrays.php
-%%SQUIRRELDEVELDIR%%/functions/attachment_common.php
-%%SQUIRRELDEVELDIR%%/functions/auth.php
-%%SQUIRRELDEVELDIR%%/functions/constants.php
-%%SQUIRRELDEVELDIR%%/functions/date.php
-%%SQUIRRELDEVELDIR%%/functions/db_prefs.php
-%%SQUIRRELDEVELDIR%%/functions/decode/cp1250.php
-%%SQUIRRELDEVELDIR%%/functions/decode/cp1251.php
-%%SQUIRRELDEVELDIR%%/functions/decode/cp1252.php
-%%SQUIRRELDEVELDIR%%/functions/decode/cp1253.php
-%%SQUIRRELDEVELDIR%%/functions/decode/cp1254.php
-%%SQUIRRELDEVELDIR%%/functions/decode/cp1255.php
-%%SQUIRRELDEVELDIR%%/functions/decode/cp1256.php
-%%SQUIRRELDEVELDIR%%/functions/decode/cp1257.php
-%%SQUIRRELDEVELDIR%%/functions/decode/cp1258.php
-%%SQUIRRELDEVELDIR%%/functions/decode/cp855.php
-%%SQUIRRELDEVELDIR%%/functions/decode/cp866.php
-%%SQUIRRELDEVELDIR%%/functions/decode/index.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_1.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_10.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_11.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_13.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_14.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_15.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_16.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_2.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_3.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_4.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_5.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_6.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_7.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_8.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_8859_9.php
-%%SQUIRRELDEVELDIR%%/functions/decode/iso_ir_111.php
-%%SQUIRRELDEVELDIR%%/functions/decode/koi8_r.php
-%%SQUIRRELDEVELDIR%%/functions/decode/koi8_u.php
-%%SQUIRRELDEVELDIR%%/functions/decode/ns_4551_1.php
-%%SQUIRRELDEVELDIR%%/functions/decode/tis_620.php
-%%SQUIRRELDEVELDIR%%/functions/decode/us_ascii.php
-%%SQUIRRELDEVELDIR%%/functions/decode/utf_8.php
-%%SQUIRRELDEVELDIR%%/functions/display_messages.php
-%%SQUIRRELDEVELDIR%%/functions/encode/cp1251.php
-%%SQUIRRELDEVELDIR%%/functions/encode/cp1255.php
-%%SQUIRRELDEVELDIR%%/functions/encode/cp1256.php
-%%SQUIRRELDEVELDIR%%/functions/encode/index.php
-%%SQUIRRELDEVELDIR%%/functions/encode/iso_8859_1.php
-%%SQUIRRELDEVELDIR%%/functions/encode/iso_8859_15.php
-%%SQUIRRELDEVELDIR%%/functions/encode/iso_8859_2.php
-%%SQUIRRELDEVELDIR%%/functions/encode/iso_8859_7.php
-%%SQUIRRELDEVELDIR%%/functions/encode/iso_8859_9.php
-%%SQUIRRELDEVELDIR%%/functions/encode/koi8_r.php
-%%SQUIRRELDEVELDIR%%/functions/encode/koi8_u.php
-%%SQUIRRELDEVELDIR%%/functions/encode/tis_620.php
-%%SQUIRRELDEVELDIR%%/functions/encode/us_ascii.php
-%%SQUIRRELDEVELDIR%%/functions/encode/utf_8.php
-%%SQUIRRELDEVELDIR%%/functions/file_prefs.php
-%%SQUIRRELDEVELDIR%%/functions/folder_manip.php
-%%SQUIRRELDEVELDIR%%/functions/forms.php
-%%SQUIRRELDEVELDIR%%/functions/gettext.php
-%%SQUIRRELDEVELDIR%%/functions/global.php
-%%SQUIRRELDEVELDIR%%/functions/html.php
-%%SQUIRRELDEVELDIR%%/functions/htmlentities/index.php
-%%SQUIRRELDEVELDIR%%/functions/htmlentities/iso-8859-1.php
-%%SQUIRRELDEVELDIR%%/functions/htmlentities/readme.php
-%%SQUIRRELDEVELDIR%%/functions/htmlentities/utf-8.php
-%%SQUIRRELDEVELDIR%%/functions/i18n.php
-%%SQUIRRELDEVELDIR%%/functions/identity.php
-%%SQUIRRELDEVELDIR%%/functions/imap.php
-%%SQUIRRELDEVELDIR%%/functions/imap_asearch.php
-%%SQUIRRELDEVELDIR%%/functions/imap_general.php
-%%SQUIRRELDEVELDIR%%/functions/imap_mailbox.php
-%%SQUIRRELDEVELDIR%%/functions/imap_messages.php
-%%SQUIRRELDEVELDIR%%/functions/imap_utf7_local.php
-%%SQUIRRELDEVELDIR%%/functions/index.php
-%%SQUIRRELDEVELDIR%%/functions/mailbox_display.php
-%%SQUIRRELDEVELDIR%%/functions/mime.php
-%%SQUIRRELDEVELDIR%%/functions/ngettext.php
-%%SQUIRRELDEVELDIR%%/functions/options.php
-%%SQUIRRELDEVELDIR%%/functions/page_header.php
-%%SQUIRRELDEVELDIR%%/functions/plugin.php
-%%SQUIRRELDEVELDIR%%/functions/prefs.php
-%%SQUIRRELDEVELDIR%%/functions/rfc822address.php
-%%SQUIRRELDEVELDIR%%/functions/strings.php
-%%SQUIRRELDEVELDIR%%/functions/tree.php
-%%SQUIRRELDEVELDIR%%/functions/url_parser.php
-%%SQUIRRELDEVELDIR%%/help/bg_BG/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/bg_BG/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/bg_BG/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/bg_BG/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/bg_BG/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/bg_BG/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/bg_BG/options.hlp
-%%SQUIRRELDEVELDIR%%/help/bg_BG/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/bg_BG/search.hlp
-%%SQUIRRELDEVELDIR%%/help/ca_ES/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/ca_ES/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/ca_ES/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/ca_ES/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/ca_ES/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/ca_ES/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/ca_ES/options.hlp
-%%SQUIRRELDEVELDIR%%/help/ca_ES/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/ca_ES/search.hlp
-%%SQUIRRELDEVELDIR%%/help/cs_CZ/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/cs_CZ/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/cs_CZ/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/cs_CZ/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/cs_CZ/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/cs_CZ/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/cs_CZ/options.hlp
-%%SQUIRRELDEVELDIR%%/help/cs_CZ/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/cs_CZ/search.hlp
-%%SQUIRRELDEVELDIR%%/help/cy_GB/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/cy_GB/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/cy_GB/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/cy_GB/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/cy_GB/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/cy_GB/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/cy_GB/options.hlp
-%%SQUIRRELDEVELDIR%%/help/cy_GB/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/cy_GB/search.hlp
-%%SQUIRRELDEVELDIR%%/help/da_DK/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/da_DK/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/da_DK/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/da_DK/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/da_DK/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/da_DK/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/da_DK/options.hlp
-%%SQUIRRELDEVELDIR%%/help/da_DK/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/da_DK/search.hlp
-%%SQUIRRELDEVELDIR%%/help/de_DE/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/de_DE/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/de_DE/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/de_DE/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/de_DE/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/de_DE/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/de_DE/options.hlp
-%%SQUIRRELDEVELDIR%%/help/de_DE/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/de_DE/search.hlp
-%%SQUIRRELDEVELDIR%%/help/en_GB/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/en_GB/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/en_GB/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/en_GB/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/en_GB/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/en_GB/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/en_GB/options.hlp
-%%SQUIRRELDEVELDIR%%/help/en_GB/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/en_GB/search.hlp
-%%SQUIRRELDEVELDIR%%/help/en_US/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/en_US/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/en_US/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/en_US/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/en_US/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/en_US/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/en_US/options.hlp
-%%SQUIRRELDEVELDIR%%/help/en_US/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/en_US/search.hlp
-%%SQUIRRELDEVELDIR%%/help/es_ES/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/es_ES/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/es_ES/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/es_ES/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/es_ES/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/es_ES/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/es_ES/options.hlp
-%%SQUIRRELDEVELDIR%%/help/es_ES/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/es_ES/search.hlp
-%%SQUIRRELDEVELDIR%%/help/fi_FI/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/fi_FI/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/fi_FI/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/fi_FI/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/fi_FI/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/fi_FI/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/fi_FI/options.hlp
-%%SQUIRRELDEVELDIR%%/help/fi_FI/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/fi_FI/search.hlp
-%%SQUIRRELDEVELDIR%%/help/fr_FR/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/fr_FR/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/fr_FR/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/fr_FR/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/fr_FR/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/fr_FR/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/fr_FR/options.hlp
-%%SQUIRRELDEVELDIR%%/help/fr_FR/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/fr_FR/search.hlp
-%%SQUIRRELDEVELDIR%%/help/id_ID/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/id_ID/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/id_ID/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/id_ID/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/id_ID/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/id_ID/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/id_ID/options.hlp
-%%SQUIRRELDEVELDIR%%/help/id_ID/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/id_ID/search.hlp
-%%SQUIRRELDEVELDIR%%/help/index.php
-%%SQUIRRELDEVELDIR%%/help/it_IT/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/it_IT/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/it_IT/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/it_IT/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/it_IT/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/it_IT/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/it_IT/options.hlp
-%%SQUIRRELDEVELDIR%%/help/it_IT/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/it_IT/search.hlp
-%%SQUIRRELDEVELDIR%%/help/ja_JP/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/ja_JP/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/ja_JP/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/ja_JP/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/ja_JP/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/ja_JP/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/ja_JP/options.hlp
-%%SQUIRRELDEVELDIR%%/help/ja_JP/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/ja_JP/search.hlp
-%%SQUIRRELDEVELDIR%%/help/ko_KR/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/ko_KR/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/ko_KR/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/ko_KR/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/ko_KR/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/ko_KR/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/ko_KR/options.hlp
-%%SQUIRRELDEVELDIR%%/help/ko_KR/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/ko_KR/search.hlp
-%%SQUIRRELDEVELDIR%%/help/lt_LT/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/lt_LT/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/lt_LT/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/lt_LT/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/lt_LT/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/lt_LT/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/lt_LT/options.hlp
-%%SQUIRRELDEVELDIR%%/help/lt_LT/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/lt_LT/search.hlp
-%%SQUIRRELDEVELDIR%%/help/nl_NL/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/nl_NL/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/nl_NL/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/nl_NL/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/nl_NL/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/nl_NL/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/nl_NL/options.hlp
-%%SQUIRRELDEVELDIR%%/help/nl_NL/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/nl_NL/search.hlp
-%%SQUIRRELDEVELDIR%%/help/pl_PL/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/pl_PL/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/pl_PL/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/pl_PL/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/pl_PL/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/pl_PL/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/pl_PL/options.hlp
-%%SQUIRRELDEVELDIR%%/help/pl_PL/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/pl_PL/search.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_BR/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_BR/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_BR/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_BR/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_BR/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_BR/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_BR/options.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_BR/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_BR/search.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_PT/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_PT/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_PT/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_PT/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_PT/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_PT/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_PT/options.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_PT/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/pt_PT/search.hlp
-%%SQUIRRELDEVELDIR%%/help/ru_RU/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/ru_RU/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/ru_RU/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/ru_RU/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/ru_RU/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/ru_RU/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/ru_RU/options.hlp
-%%SQUIRRELDEVELDIR%%/help/ru_RU/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/ru_RU/search.hlp
-%%SQUIRRELDEVELDIR%%/help/sk_SK/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/sk_SK/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/sk_SK/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/sk_SK/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/sk_SK/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/sk_SK/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/sk_SK/options.hlp
-%%SQUIRRELDEVELDIR%%/help/sk_SK/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/sk_SK/search.hlp
-%%SQUIRRELDEVELDIR%%/help/sl_SI/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/sl_SI/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/sl_SI/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/sl_SI/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/sl_SI/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/sl_SI/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/sl_SI/options.hlp
-%%SQUIRRELDEVELDIR%%/help/sl_SI/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/sl_SI/search.hlp
-%%SQUIRRELDEVELDIR%%/help/sr_YU/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/sr_YU/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/sr_YU/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/sr_YU/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/sr_YU/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/sr_YU/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/sr_YU/options.hlp
-%%SQUIRRELDEVELDIR%%/help/sr_YU/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/sr_YU/search.hlp
-%%SQUIRRELDEVELDIR%%/help/sv_SE/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/sv_SE/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/sv_SE/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/sv_SE/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/sv_SE/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/sv_SE/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/sv_SE/options.hlp
-%%SQUIRRELDEVELDIR%%/help/sv_SE/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/sv_SE/search.hlp
-%%SQUIRRELDEVELDIR%%/help/th_TH/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/th_TH/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/th_TH/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/th_TH/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/th_TH/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/th_TH/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/th_TH/options.hlp
-%%SQUIRRELDEVELDIR%%/help/th_TH/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/th_TH/search.hlp
-%%SQUIRRELDEVELDIR%%/help/zh_CN/FAQ.hlp
-%%SQUIRRELDEVELDIR%%/help/zh_CN/addresses.hlp
-%%SQUIRRELDEVELDIR%%/help/zh_CN/basic.hlp
-%%SQUIRRELDEVELDIR%%/help/zh_CN/compose.hlp
-%%SQUIRRELDEVELDIR%%/help/zh_CN/folders.hlp
-%%SQUIRRELDEVELDIR%%/help/zh_CN/main_folder.hlp
-%%SQUIRRELDEVELDIR%%/help/zh_CN/options.hlp
-%%SQUIRRELDEVELDIR%%/help/zh_CN/read_mail.hlp
-%%SQUIRRELDEVELDIR%%/help/zh_CN/search.hlp
-%%SQUIRRELDEVELDIR%%/images/blank.png
-%%SQUIRRELDEVELDIR%%/images/delitem.png
-%%SQUIRRELDEVELDIR%%/images/down_pointer.png
-%%SQUIRRELDEVELDIR%%/images/draft.png
-%%SQUIRRELDEVELDIR%%/images/folder.png
-%%SQUIRRELDEVELDIR%%/images/folder_noinf.png
-%%SQUIRRELDEVELDIR%%/images/inbox.png
-%%SQUIRRELDEVELDIR%%/images/index.php
-%%SQUIRRELDEVELDIR%%/images/minus.png
-%%SQUIRRELDEVELDIR%%/images/plus.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_bn_IN.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_cs_CZ.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_da_DK.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_de_DE.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_el_GR.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_eng.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_es_ES.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_et_EE.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_fi_FI.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_fo_FO.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_fr_FR.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_he_IL.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_hr_HR.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_hu_HU.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_id_ID.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_it_IT.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_ja_JP.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_ko_KR.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_lt_LT.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_nb_NO.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_nl_NL.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_nn_NO.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_pt_BR.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_pt_PT.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_ru_RU.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_sk_SK.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_sl_SI.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_sr_YU.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_sv_SE.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_tr_TR.png
-%%SQUIRRELDEVELDIR%%/images/sec_remove_ug.png
-%%SQUIRRELDEVELDIR%%/images/senti.png
-%%SQUIRRELDEVELDIR%%/images/sm_logo.png
-%%SQUIRRELDEVELDIR%%/images/sort_none.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/attach.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/flagged.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/index.php
-%%SQUIRRELDEVELDIR%%/images/themes/default/msg_new.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/msg_new_deleted.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/msg_new_deleted_reply.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/msg_new_reply.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/msg_read.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/msg_read_deleted.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/msg_read_deleted_reply.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/msg_read_reply.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/prio_high.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/prio_low.png
-%%SQUIRRELDEVELDIR%%/images/themes/default/theme.php
-%%SQUIRRELDEVELDIR%%/images/themes/default/transparent.png
-%%SQUIRRELDEVELDIR%%/images/themes/index.php
-%%SQUIRRELDEVELDIR%%/images/themes/none/index.php
-%%SQUIRRELDEVELDIR%%/images/themes/none/theme.php
-%%SQUIRRELDEVELDIR%%/images/themes/xp/attach.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/flagged.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/index.php
-%%SQUIRRELDEVELDIR%%/images/themes/xp/msg_new.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/msg_new_deleted.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/msg_new_deleted_reply.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/msg_new_reply.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/msg_read.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/msg_read_deleted.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/msg_read_deleted_reply.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/msg_read_reply.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/prio_high.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/prio_low.png
-%%SQUIRRELDEVELDIR%%/images/themes/xp/theme.php
-%%SQUIRRELDEVELDIR%%/images/themes/xp/transparent.png
-%%SQUIRRELDEVELDIR%%/images/up_pointer.png
-%%SQUIRRELDEVELDIR%%/include/errors.php
-%%SQUIRRELDEVELDIR%%/include/index.php
-%%SQUIRRELDEVELDIR%%/include/load_prefs.php
-%%SQUIRRELDEVELDIR%%/include/options/compose.php
-%%SQUIRRELDEVELDIR%%/include/options/display.php
-%%SQUIRRELDEVELDIR%%/include/options/folder.php
-%%SQUIRRELDEVELDIR%%/include/options/index.php
-%%SQUIRRELDEVELDIR%%/include/options/personal.php
-%%SQUIRRELDEVELDIR%%/include/timezones.php
-%%SQUIRRELDEVELDIR%%/include/timezones/check.php
-%%SQUIRRELDEVELDIR%%/include/timezones/index.php
-%%SQUIRRELDEVELDIR%%/include/timezones/standard.php
-%%SQUIRRELDEVELDIR%%/include/timezones/standard_orig.php
-%%SQUIRRELDEVELDIR%%/include/validate.php
-%%SQUIRRELDEVELDIR%%/index.php
-%%SQUIRRELDEVELDIR%%/locale/README.locales
-%%SQUIRRELDEVELDIR%%/locale/ar/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/ar/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/ar/setup.php
-%%SQUIRRELDEVELDIR%%/locale/bg_BG/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/bg_BG/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/bg_BG/setup.php
-%%SQUIRRELDEVELDIR%%/locale/bn_IN/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/bn_IN/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/bn_IN/setup.php
-%%SQUIRRELDEVELDIR%%/locale/ca_ES/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/ca_ES/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/ca_ES/setup.php
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/abook_import_export.mo
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/abook_import_export.po
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/compatibility.mo
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/compatibility.po
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/proon.mo
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/proon.po
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/vacation_local.mo
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/vacation_local.po
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/yelp.mo
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES/yelp.po
-%%SQUIRRELDEVELDIR%%/locale/cs_CZ/setup.php
-%%SQUIRRELDEVELDIR%%/locale/cy_GB/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/cy_GB/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/cy_GB/setup.php
-%%SQUIRRELDEVELDIR%%/locale/da_DK/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/da_DK/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/da_DK/setup.php
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/abook_import_export.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/abook_import_export.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/archive_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/archive_mail.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/askuserinfo.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/askuserinfo.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/calendar.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/calendar.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/change_sqlpass.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/change_sqlpass.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/empty_folders.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/empty_folders.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/expire.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/expire.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/ldapquery.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/ldapquery.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/limit_languages.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/limit_languages.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/login_alias.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/login_alias.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/naguser.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/naguser.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/reply_buttons.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/reply_buttons.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/restrict_senders.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/restrict_senders.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/select_language.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/select_language.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/serversidefilter.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/serversidefilter.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/show_ssl_link.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/show_ssl_link.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/squirrel_logger.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/squirrel_logger.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/templates.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/templates.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/unsafe_image_rules.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/unsafe_image_rules.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/vacation_local.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/vacation_local.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/verify_reply_to.mo
-%%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES/verify_reply_to.po
-%%SQUIRRELDEVELDIR%%/locale/de_DE/setup.php
-%%SQUIRRELDEVELDIR%%/locale/el_GR/LC_MESSAGES/ldapquery.mo
-%%SQUIRRELDEVELDIR%%/locale/el_GR/LC_MESSAGES/ldapquery.po
-%%SQUIRRELDEVELDIR%%/locale/el_GR/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/el_GR/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/el_GR/setup.php
-%%SQUIRRELDEVELDIR%%/locale/en_GB/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/en_GB/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/en_GB/setup.php
-%%SQUIRRELDEVELDIR%%/locale/es_ES/LC_MESSAGES/askuserinfo.mo
-%%SQUIRRELDEVELDIR%%/locale/es_ES/LC_MESSAGES/askuserinfo.po
-%%SQUIRRELDEVELDIR%%/locale/es_ES/LC_MESSAGES/change_sqlpass.mo
-%%SQUIRRELDEVELDIR%%/locale/es_ES/LC_MESSAGES/change_sqlpass.po
-%%SQUIRRELDEVELDIR%%/locale/es_ES/LC_MESSAGES/smallcal.mo
-%%SQUIRRELDEVELDIR%%/locale/es_ES/LC_MESSAGES/smallcal.po
-%%SQUIRRELDEVELDIR%%/locale/es_ES/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/es_ES/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/es_ES/LC_MESSAGES/unsafe_image_rules.mo
-%%SQUIRRELDEVELDIR%%/locale/es_ES/LC_MESSAGES/unsafe_image_rules.po
-%%SQUIRRELDEVELDIR%%/locale/es_ES/setup.php
-%%SQUIRRELDEVELDIR%%/locale/et_EE/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/et_EE/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/et_EE/setup.php
-%%SQUIRRELDEVELDIR%%/locale/eu_ES/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/eu_ES/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/eu_ES/setup.php
-%%SQUIRRELDEVELDIR%%/locale/fa_IR/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/fa_IR/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/fa_IR/setup.php
-%%SQUIRRELDEVELDIR%%/locale/fi_FI/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/fi_FI/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/fi_FI/setup.php
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/abook_import_export.mo
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/abook_import_export.po
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/archive_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/archive_mail.po
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/askuserinfo.mo
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/askuserinfo.po
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/compatibility.mo
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/compatibility.po
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/empty_folders.mo
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/empty_folders.po
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/folder_settings.mo
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/folder_settings.po
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/html_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/html_mail.po
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/fo_FO/setup.php
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/archive_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/archive_mail.po
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/calendar.mo
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/calendar.po
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/empty_folders.mo
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/empty_folders.po
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/spam_buttons.mo
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/spam_buttons.po
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/vacation_local.mo
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/vacation_local.po
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/yelp.mo
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES/yelp.po
-%%SQUIRRELDEVELDIR%%/locale/fr_FR/setup.php
-%%SQUIRRELDEVELDIR%%/locale/he_IL/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/he_IL/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/he_IL/setup.php
-%%SQUIRRELDEVELDIR%%/locale/hr_HR/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/hr_HR/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/hr_HR/setup.php
-%%SQUIRRELDEVELDIR%%/locale/hu_HU/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/hu_HU/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/hu_HU/setup.php
-%%SQUIRRELDEVELDIR%%/locale/id_ID/LC_MESSAGES/askuserinfo.mo
-%%SQUIRRELDEVELDIR%%/locale/id_ID/LC_MESSAGES/askuserinfo.po
-%%SQUIRRELDEVELDIR%%/locale/id_ID/LC_MESSAGES/compatibility.mo
-%%SQUIRRELDEVELDIR%%/locale/id_ID/LC_MESSAGES/compatibility.po
-%%SQUIRRELDEVELDIR%%/locale/id_ID/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/id_ID/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/id_ID/setup.php
-%%SQUIRRELDEVELDIR%%/locale/index.php
-%%SQUIRRELDEVELDIR%%/locale/is_IS/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/is_IS/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/is_IS/setup.php
-%%SQUIRRELDEVELDIR%%/locale/it_IT/LC_MESSAGES/archive_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/it_IT/LC_MESSAGES/archive_mail.po
-%%SQUIRRELDEVELDIR%%/locale/it_IT/LC_MESSAGES/calendar.mo
-%%SQUIRRELDEVELDIR%%/locale/it_IT/LC_MESSAGES/calendar.po
-%%SQUIRRELDEVELDIR%%/locale/it_IT/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/it_IT/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/it_IT/LC_MESSAGES/vacation_local.mo
-%%SQUIRRELDEVELDIR%%/locale/it_IT/LC_MESSAGES/vacation_local.po
-%%SQUIRRELDEVELDIR%%/locale/it_IT/setup.php
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/archive_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/archive_mail.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/askuserinfo.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/askuserinfo.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/compatibility.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/compatibility.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/cookie_warning.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/cookie_warning.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/custom_charset.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/custom_charset.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/debugger.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/debugger.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/html_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/html_mail.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/mini.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/mini.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/reply_buttons.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/reply_buttons.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/sasql.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/sasql.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/select_language.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/select_language.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/serversidefilter.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/serversidefilter.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/show_ssl_link.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/show_ssl_link.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/smallcal.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/smallcal.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/spam_buttons.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/spam_buttons.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/squirrel_logger.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/squirrel_logger.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/web_search.mo
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES/web_search.po
-%%SQUIRRELDEVELDIR%%/locale/ja_JP/setup.php
-%%SQUIRRELDEVELDIR%%/locale/ka/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/ka/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/ka/setup.php
-%%SQUIRRELDEVELDIR%%/locale/ko_KR/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/ko_KR/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/ko_KR/setup.php
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/abook_import_export.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/abook_import_export.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/archive_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/archive_mail.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/askuserinfo.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/askuserinfo.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/calendar.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/calendar.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/change_sqlpass.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/change_sqlpass.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/compatibility.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/compatibility.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/compose_fix.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/compose_fix.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/cookie_warning.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/cookie_warning.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/custom_charset.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/custom_charset.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/debugger.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/debugger.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/empty_folders.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/empty_folders.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/html_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/html_mail.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/ldapquery.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/ldapquery.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/limit_languages.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/limit_languages.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/login_alias.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/login_alias.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/mini.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/mini.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/naguser.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/naguser.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/qmailadmin_login.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/qmailadmin_login.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/reply_buttons.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/reply_buttons.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/restrict_senders.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/restrict_senders.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/sasql.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/sasql.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/select_language.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/select_language.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/serversidefilter.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/serversidefilter.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/show_ssl_link.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/show_ssl_link.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/smallcal.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/smallcal.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/spam_buttons.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/spam_buttons.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/squirrel_logger.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/squirrel_logger.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/templates.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/templates.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/unsafe_image_rules.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/unsafe_image_rules.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/vacation_local.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/vacation_local.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/verify_reply_to.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/verify_reply_to.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/yelp.mo
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES/yelp.po
-%%SQUIRRELDEVELDIR%%/locale/lt_LT/setup.php
-%%SQUIRRELDEVELDIR%%/locale/ms_MY/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/ms_MY/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/ms_MY/setup.php
-%%SQUIRRELDEVELDIR%%/locale/nb_NO/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/nb_NO/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/nb_NO/setup.php
-%%SQUIRRELDEVELDIR%%/locale/nl_NL/LC_MESSAGES/archive_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/nl_NL/LC_MESSAGES/archive_mail.po
-%%SQUIRRELDEVELDIR%%/locale/nl_NL/LC_MESSAGES/askuserinfo.mo
-%%SQUIRRELDEVELDIR%%/locale/nl_NL/LC_MESSAGES/askuserinfo.po
-%%SQUIRRELDEVELDIR%%/locale/nl_NL/LC_MESSAGES/calendar.mo
-%%SQUIRRELDEVELDIR%%/locale/nl_NL/LC_MESSAGES/calendar.po
-%%SQUIRRELDEVELDIR%%/locale/nl_NL/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/nl_NL/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/nl_NL/setup.php
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/abook_import_export.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/abook_import_export.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/archive_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/archive_mail.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/askuserinfo.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/askuserinfo.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/calendar.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/calendar.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/change_sqlpass.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/change_sqlpass.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/compatibility.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/compatibility.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/compose_fix.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/compose_fix.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/cookie_warning.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/cookie_warning.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/custom_charset.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/custom_charset.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/debugger.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/debugger.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/empty_folders.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/empty_folders.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/html_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/html_mail.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/ldapquery.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/ldapquery.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/limit_languages.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/limit_languages.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/login_alias.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/login_alias.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/naguser.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/naguser.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/qmailadmin_login.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/qmailadmin_login.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/reply_buttons.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/reply_buttons.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/restrict_senders.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/restrict_senders.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/sasql.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/sasql.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/serversidefilter.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/serversidefilter.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/show_ssl_link.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/show_ssl_link.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/smallcal.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/smallcal.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/spam_buttons.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/spam_buttons.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/squirrel_logger.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/squirrel_logger.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/templates.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/templates.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/vacation_local.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/vacation_local.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/verify_reply_to.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/verify_reply_to.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/yelp.mo
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES/yelp.po
-%%SQUIRRELDEVELDIR%%/locale/nn_NO/setup.php
-%%SQUIRRELDEVELDIR%%/locale/pl_PL/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/pl_PL/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/pl_PL/setup.php
-%%SQUIRRELDEVELDIR%%/locale/pt_BR/LC_MESSAGES/abook_import_export.mo
-%%SQUIRRELDEVELDIR%%/locale/pt_BR/LC_MESSAGES/abook_import_export.po
-%%SQUIRRELDEVELDIR%%/locale/pt_BR/LC_MESSAGES/archive_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/pt_BR/LC_MESSAGES/archive_mail.po
-%%SQUIRRELDEVELDIR%%/locale/pt_BR/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/pt_BR/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/pt_BR/LC_MESSAGES/unsafe_image_rules.mo
-%%SQUIRRELDEVELDIR%%/locale/pt_BR/LC_MESSAGES/unsafe_image_rules.po
-%%SQUIRRELDEVELDIR%%/locale/pt_BR/setup.php
-%%SQUIRRELDEVELDIR%%/locale/pt_PT/LC_MESSAGES/askuserinfo.mo
-%%SQUIRRELDEVELDIR%%/locale/pt_PT/LC_MESSAGES/askuserinfo.po
-%%SQUIRRELDEVELDIR%%/locale/pt_PT/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/pt_PT/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/pt_PT/LC_MESSAGES/unsafe_image_rules.mo
-%%SQUIRRELDEVELDIR%%/locale/pt_PT/LC_MESSAGES/unsafe_image_rules.po
-%%SQUIRRELDEVELDIR%%/locale/pt_PT/setup.php
-%%SQUIRRELDEVELDIR%%/locale/ro_RO/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/ro_RO/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/ro_RO/setup.php
-%%SQUIRRELDEVELDIR%%/locale/ru_RU/LC_MESSAGES/custom_charset.mo
-%%SQUIRRELDEVELDIR%%/locale/ru_RU/LC_MESSAGES/custom_charset.po
-%%SQUIRRELDEVELDIR%%/locale/ru_RU/LC_MESSAGES/sasql.mo
-%%SQUIRRELDEVELDIR%%/locale/ru_RU/LC_MESSAGES/sasql.po
-%%SQUIRRELDEVELDIR%%/locale/ru_RU/LC_MESSAGES/serversidefilter.mo
-%%SQUIRRELDEVELDIR%%/locale/ru_RU/LC_MESSAGES/serversidefilter.po
-%%SQUIRRELDEVELDIR%%/locale/ru_RU/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/ru_RU/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/ru_RU/setup.php
-%%SQUIRRELDEVELDIR%%/locale/ru_UA/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/ru_UA/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/ru_UA/setup.php
-%%SQUIRRELDEVELDIR%%/locale/sk_SK/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/sk_SK/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/sk_SK/setup.php
-%%SQUIRRELDEVELDIR%%/locale/sl_SI/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/sl_SI/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/sl_SI/setup.php
-%%SQUIRRELDEVELDIR%%/locale/sr_YU/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/sr_YU/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/sr_YU/setup.php
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/abook_import_export.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/abook_import_export.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/archive_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/archive_mail.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/askuserinfo.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/askuserinfo.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/change_sqlpass.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/change_sqlpass.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/compatibility.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/compatibility.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/compose_fix.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/compose_fix.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/cookie_warning.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/cookie_warning.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/custom_charset.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/custom_charset.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/debugger.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/debugger.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/empty_folders.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/empty_folders.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/html_mail.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/html_mail.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/limit_languages.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/limit_languages.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/login_alias.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/login_alias.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/mini.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/mini.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/multilogin.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/multilogin.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/naguser.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/naguser.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/qmailadmin_login.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/qmailadmin_login.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/reply_buttons.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/reply_buttons.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/restrict_senders.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/restrict_senders.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/sasql.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/sasql.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/select_language.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/select_language.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/serversidefilter.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/serversidefilter.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/show_ssl_link.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/show_ssl_link.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/smallcal.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/smallcal.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/spam_buttons.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/spam_buttons.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/squirrel_logger.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/squirrel_logger.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/templates.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/templates.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/unsafe_image_rules.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/unsafe_image_rules.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/vacation_local.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/vacation_local.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/verify_reply_to.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/verify_reply_to.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/web_search.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/web_search.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/yelp.mo
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES/yelp.po
-%%SQUIRRELDEVELDIR%%/locale/sv_SE/setup.php
-%%SQUIRRELDEVELDIR%%/locale/th_TH/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/th_TH/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/th_TH/setup.php
-%%SQUIRRELDEVELDIR%%/locale/tl_PH/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/tl_PH/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/tl_PH/setup.php
-%%SQUIRRELDEVELDIR%%/locale/tr_TR/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/tr_TR/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/tr_TR/setup.php
-%%SQUIRRELDEVELDIR%%/locale/ug/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/ug/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/ug/setup.php
-%%SQUIRRELDEVELDIR%%/locale/uk_UA/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/uk_UA/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/uk_UA/setup.php
-%%SQUIRRELDEVELDIR%%/locale/vi_VN/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/vi_VN/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/vi_VN/setup.php
-%%SQUIRRELDEVELDIR%%/locale/zh_CN/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/zh_CN/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/zh_CN/setup.php
-%%SQUIRRELDEVELDIR%%/locale/zh_TW/LC_MESSAGES/squirrelmail.mo
-%%SQUIRRELDEVELDIR%%/locale/zh_TW/LC_MESSAGES/squirrelmail.po
-%%SQUIRRELDEVELDIR%%/locale/zh_TW/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/abook_take/functions.php
-%%SQUIRRELDEVELDIR%%/plugins/abook_take/index.php
-%%SQUIRRELDEVELDIR%%/plugins/abook_take/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/abook_take/take.php
-%%SQUIRRELDEVELDIR%%/plugins/administrator/auth.php
-%%SQUIRRELDEVELDIR%%/plugins/administrator/defines.php
-%%SQUIRRELDEVELDIR%%/plugins/administrator/index.php
-%%SQUIRRELDEVELDIR%%/plugins/administrator/options.php
-%%SQUIRRELDEVELDIR%%/plugins/administrator/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/bug_report/bug_report.php
-%%SQUIRRELDEVELDIR%%/plugins/bug_report/config_default.php
-%%SQUIRRELDEVELDIR%%/plugins/bug_report/functions.php
-%%SQUIRRELDEVELDIR%%/plugins/bug_report/index.php
-%%SQUIRRELDEVELDIR%%/plugins/bug_report/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/bug_report/show_system_specs.php
-%%SQUIRRELDEVELDIR%%/plugins/bug_report/system_specs.php
-%%SQUIRRELDEVELDIR%%/plugins/calendar/calendar.php
-%%SQUIRRELDEVELDIR%%/plugins/calendar/calendar_data.php
-%%SQUIRRELDEVELDIR%%/plugins/calendar/day.php
-%%SQUIRRELDEVELDIR%%/plugins/calendar/event_create.php
-%%SQUIRRELDEVELDIR%%/plugins/calendar/event_delete.php
-%%SQUIRRELDEVELDIR%%/plugins/calendar/event_edit.php
-%%SQUIRRELDEVELDIR%%/plugins/calendar/functions.php
-%%SQUIRRELDEVELDIR%%/plugins/calendar/index.php
-%%SQUIRRELDEVELDIR%%/plugins/calendar/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/API
-%%SQUIRRELDEVELDIR%%/plugins/change_password/backend/index.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/backend/ldap.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/backend/merak.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/backend/mysql.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/backend/peardb.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/backend/poppassd.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/backend/template.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/backend/vmailmgrd.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/config_default.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/functions.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/index.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/options.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/change_password/version
-%%SQUIRRELDEVELDIR%%/plugins/filters/bulkquery/Makefile
-%%SQUIRRELDEVELDIR%%/plugins/filters/bulkquery/bq.in
-%%SQUIRRELDEVELDIR%%/plugins/filters/bulkquery/bq.out
-%%SQUIRRELDEVELDIR%%/plugins/filters/bulkquery/bulkquery.c
-%%SQUIRRELDEVELDIR%%/plugins/filters/bulkquery/index.php
-%%SQUIRRELDEVELDIR%%/plugins/filters/config_default.php
-%%SQUIRRELDEVELDIR%%/plugins/filters/filters.php
-%%SQUIRRELDEVELDIR%%/plugins/filters/index.php
-%%SQUIRRELDEVELDIR%%/plugins/filters/options.php
-%%SQUIRRELDEVELDIR%%/plugins/filters/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/filters/spamoptions.php
-%%SQUIRRELDEVELDIR%%/plugins/fortune/config_default.php
-%%SQUIRRELDEVELDIR%%/plugins/fortune/functions.php
-%%SQUIRRELDEVELDIR%%/plugins/fortune/index.php
-%%SQUIRRELDEVELDIR%%/plugins/fortune/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/index.php
-%%SQUIRRELDEVELDIR%%/plugins/info/functions.php
-%%SQUIRRELDEVELDIR%%/plugins/info/index.php
-%%SQUIRRELDEVELDIR%%/plugins/info/options.php
-%%SQUIRRELDEVELDIR%%/plugins/info/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/listcommands/functions.php
-%%SQUIRRELDEVELDIR%%/plugins/listcommands/index.php
-%%SQUIRRELDEVELDIR%%/plugins/listcommands/mailout.php
-%%SQUIRRELDEVELDIR%%/plugins/listcommands/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/mail_fetch/class.POP3.php
-%%SQUIRRELDEVELDIR%%/plugins/mail_fetch/config_sample.php
-%%SQUIRRELDEVELDIR%%/plugins/mail_fetch/fetch.php
-%%SQUIRRELDEVELDIR%%/plugins/mail_fetch/functions.php
-%%SQUIRRELDEVELDIR%%/plugins/mail_fetch/index.php
-%%SQUIRRELDEVELDIR%%/plugins/mail_fetch/options.php
-%%SQUIRRELDEVELDIR%%/plugins/mail_fetch/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/make_archive.pl
-%%SQUIRRELDEVELDIR%%/plugins/message_details/index.php
-%%SQUIRRELDEVELDIR%%/plugins/message_details/message_details_bottom.php
-%%SQUIRRELDEVELDIR%%/plugins/message_details/message_details_main.php
-%%SQUIRRELDEVELDIR%%/plugins/message_details/message_details_top.php
-%%SQUIRRELDEVELDIR%%/plugins/message_details/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/newmail/COPYRIGHTS
-%%SQUIRRELDEVELDIR%%/plugins/newmail/config_default.php
-%%SQUIRRELDEVELDIR%%/plugins/newmail/config_sample.php
-%%SQUIRRELDEVELDIR%%/plugins/newmail/functions.php
-%%SQUIRRELDEVELDIR%%/plugins/newmail/index.php
-%%SQUIRRELDEVELDIR%%/plugins/newmail/loadfile.php
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/austin_mail.mp3
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/austin_mail.swf
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/austin_mail.wav
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/got_a_message.mp3
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/got_a_message.swf
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/got_a_message.wav
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/index.php
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/monty_message.mp3
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/monty_message.swf
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/monty_message.wav
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/notify.mp3
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/notify.swf
-%%SQUIRRELDEVELDIR%%/plugins/newmail/media/notify.wav
-%%SQUIRRELDEVELDIR%%/plugins/newmail/newmail.php
-%%SQUIRRELDEVELDIR%%/plugins/newmail/newmail_opt.php
-%%SQUIRRELDEVELDIR%%/plugins/newmail/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/newmail/sounds/FanFair.wav
-%%SQUIRRELDEVELDIR%%/plugins/newmail/sounds/Friends.wav
-%%SQUIRRELDEVELDIR%%/plugins/newmail/sounds/MontyPython.wav
-%%SQUIRRELDEVELDIR%%/plugins/newmail/sounds/Notify.wav
-%%SQUIRRELDEVELDIR%%/plugins/newmail/sounds/index.php
-%%SQUIRRELDEVELDIR%%/plugins/newmail/testsound.php
-%%SQUIRRELDEVELDIR%%/plugins/sent_subfolders/index.php
-%%SQUIRRELDEVELDIR%%/plugins/sent_subfolders/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/spamcop/functions.php
-%%SQUIRRELDEVELDIR%%/plugins/spamcop/index.php
-%%SQUIRRELDEVELDIR%%/plugins/spamcop/options.php
-%%SQUIRRELDEVELDIR%%/plugins/spamcop/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/spamcop/spamcop.php
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/index.php
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/js/WHATISTHIS
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/js/check_me.js
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/js/crypto_settings.js
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/js/decrypt_error.js
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/js/index.php
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/js/init.js
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/.htaccess
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/WHATISTHIS
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/check_me.mod
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/crypto.mod
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/crypto_badkey.mod
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/edit_dic.mod
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/enc_setup.mod
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/forget_me.mod
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/forget_me_not.mod
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/index.php
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/init.mod
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/lang_change.mod
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/lang_setup.mod
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules/options_main.mod
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/setup.php
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/sqspell_config.php
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/sqspell_functions.php
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/sqspell_interface.php
-%%SQUIRRELDEVELDIR%%/plugins/squirrelspell/sqspell_options.php
-%%SQUIRRELDEVELDIR%%/plugins/translate/config_default.php
-%%SQUIRRELDEVELDIR%%/plugins/translate/config_sample.php
-%%SQUIRRELDEVELDIR%%/plugins/translate/functions.php
-%%SQUIRRELDEVELDIR%%/plugins/translate/index.php
-%%SQUIRRELDEVELDIR%%/plugins/translate/options.php
-%%SQUIRRELDEVELDIR%%/plugins/translate/setup.php
-%%SQUIRRELDEVELDIR%%/po/compilepo
-%%SQUIRRELDEVELDIR%%/po/independent_strings.txt
-%%SQUIRRELDEVELDIR%%/po/index.php
-%%SQUIRRELDEVELDIR%%/po/mergepo
-%%SQUIRRELDEVELDIR%%/po/squirrelmail.pot
-%%SQUIRRELDEVELDIR%%/po/xgetpo
-%%SQUIRRELDEVELDIR%%/src/about.php
-%%SQUIRRELDEVELDIR%%/src/addrbook_popup.php
-%%SQUIRRELDEVELDIR%%/src/addrbook_search.php
-%%SQUIRRELDEVELDIR%%/src/addrbook_search_html.php
-%%SQUIRRELDEVELDIR%%/src/addressbook.php
-%%SQUIRRELDEVELDIR%%/src/compose.php
-%%SQUIRRELDEVELDIR%%/src/configtest.php
-%%SQUIRRELDEVELDIR%%/src/delete_message.php
-%%SQUIRRELDEVELDIR%%/src/download.php
-%%SQUIRRELDEVELDIR%%/src/empty_trash.php
-%%SQUIRRELDEVELDIR%%/src/folders.php
-%%SQUIRRELDEVELDIR%%/src/help.php
-%%SQUIRRELDEVELDIR%%/src/image.php
-%%SQUIRRELDEVELDIR%%/src/index.php
-%%SQUIRRELDEVELDIR%%/src/left_main.php
-%%SQUIRRELDEVELDIR%%/src/login.php
-%%SQUIRRELDEVELDIR%%/src/mailto.php
-%%SQUIRRELDEVELDIR%%/src/options.php
-%%SQUIRRELDEVELDIR%%/src/options_highlight.php
-%%SQUIRRELDEVELDIR%%/src/options_identities.php
-%%SQUIRRELDEVELDIR%%/src/options_order.php
-%%SQUIRRELDEVELDIR%%/src/printer_friendly_bottom.php
-%%SQUIRRELDEVELDIR%%/src/printer_friendly_main.php
-%%SQUIRRELDEVELDIR%%/src/printer_friendly_top.php
-%%SQUIRRELDEVELDIR%%/src/read_body.php
-%%SQUIRRELDEVELDIR%%/src/redirect.php
-%%SQUIRRELDEVELDIR%%/src/right_main.php
-%%SQUIRRELDEVELDIR%%/src/search.php
-%%SQUIRRELDEVELDIR%%/src/signout.php
-%%SQUIRRELDEVELDIR%%/src/style.php
-%%SQUIRRELDEVELDIR%%/src/vcard.php
-%%SQUIRRELDEVELDIR%%/src/view_header.php
-%%SQUIRRELDEVELDIR%%/src/view_html.php
-%%SQUIRRELDEVELDIR%%/src/view_text.php
-%%SQUIRRELDEVELDIR%%/src/webmail.php
-%%SQUIRRELDEVELDIR%%/templates/default/error_message.tpl
-%%SQUIRRELDEVELDIR%%/templates/default/footer.tpl
-%%SQUIRRELDEVELDIR%%/templates/default/index.php
-%%SQUIRRELDEVELDIR%%/templates/default/js/default.js
-%%SQUIRRELDEVELDIR%%/templates/default/js/index.php
-%%SQUIRRELDEVELDIR%%/templates/default/login.tpl
-%%SQUIRRELDEVELDIR%%/templates/default/message_list.tpl
-%%SQUIRRELDEVELDIR%%/templates/default/page_header.tpl
-%%SQUIRRELDEVELDIR%%/templates/default/paginator.tpl
-%%SQUIRRELDEVELDIR%%/templates/default/stylesheet.tpl
-%%SQUIRRELDEVELDIR%%/templates/index.php
-%%SQUIRRELDEVELDIR%%/templates/util_message_list.php
-%%SQUIRRELDEVELDIR%%/templates/util_paginator.php
-%%SQUIRRELDEVELDIR%%/themes/alien_glow.php
-%%SQUIRRELDEVELDIR%%/themes/black_bean_burrito_theme.php
-%%SQUIRRELDEVELDIR%%/themes/blue_grey_theme.php
-%%SQUIRRELDEVELDIR%%/themes/bluesnews_theme.php
-%%SQUIRRELDEVELDIR%%/themes/bluesome.php
-%%SQUIRRELDEVELDIR%%/themes/bluesteel_theme.php
-%%SQUIRRELDEVELDIR%%/themes/christmas.php
-%%SQUIRRELDEVELDIR%%/themes/css/comic-sans-08.css
-%%SQUIRRELDEVELDIR%%/themes/css/comic-sans-10.css
-%%SQUIRRELDEVELDIR%%/themes/css/comic-sans-12.css
-%%SQUIRRELDEVELDIR%%/themes/css/index.php
-%%SQUIRRELDEVELDIR%%/themes/css/sans-08.css
-%%SQUIRRELDEVELDIR%%/themes/css/sans-10.css
-%%SQUIRRELDEVELDIR%%/themes/css/sans-12.css
-%%SQUIRRELDEVELDIR%%/themes/css/serif-10.css
-%%SQUIRRELDEVELDIR%%/themes/css/serif-12.css
-%%SQUIRRELDEVELDIR%%/themes/css/tahoma-08.css
-%%SQUIRRELDEVELDIR%%/themes/css/tahoma-10.css
-%%SQUIRRELDEVELDIR%%/themes/css/tahoma-12.css
-%%SQUIRRELDEVELDIR%%/themes/css/verdana-08.css
-%%SQUIRRELDEVELDIR%%/themes/css/verdana-10.css
-%%SQUIRRELDEVELDIR%%/themes/css/verdana-12.css
-%%SQUIRRELDEVELDIR%%/themes/dark_green.php
-%%SQUIRRELDEVELDIR%%/themes/dark_grey_theme.php
-%%SQUIRRELDEVELDIR%%/themes/darkness.php
-%%SQUIRRELDEVELDIR%%/themes/deepocean2_theme.php
-%%SQUIRRELDEVELDIR%%/themes/deepocean_theme.php
-%%SQUIRRELDEVELDIR%%/themes/default_theme.php
-%%SQUIRRELDEVELDIR%%/themes/dompie_theme.php
-%%SQUIRRELDEVELDIR%%/themes/forest_theme.php
-%%SQUIRRELDEVELDIR%%/themes/greenhouse_effect.php
-%%SQUIRRELDEVELDIR%%/themes/high_contrast_theme.php
-%%SQUIRRELDEVELDIR%%/themes/ice_theme.php
-%%SQUIRRELDEVELDIR%%/themes/in_the_pink.php
-%%SQUIRRELDEVELDIR%%/themes/index.php
-%%SQUIRRELDEVELDIR%%/themes/kind_of_blue.php
-%%SQUIRRELDEVELDIR%%/themes/maize_theme.php
-%%SQUIRRELDEVELDIR%%/themes/methodical_theme.php
-%%SQUIRRELDEVELDIR%%/themes/midnight.php
-%%SQUIRRELDEVELDIR%%/themes/minimal_bw.php
-%%SQUIRRELDEVELDIR%%/themes/monostochastic.php
-%%SQUIRRELDEVELDIR%%/themes/netstyle_theme.php
-%%SQUIRRELDEVELDIR%%/themes/penguin.php
-%%SQUIRRELDEVELDIR%%/themes/plain_blue_theme.php
-%%SQUIRRELDEVELDIR%%/themes/purple_theme.php
-%%SQUIRRELDEVELDIR%%/themes/random.php
-%%SQUIRRELDEVELDIR%%/themes/redmond.php
-%%SQUIRRELDEVELDIR%%/themes/sandstorm_theme.php
-%%SQUIRRELDEVELDIR%%/themes/seaspray_theme.php
-%%SQUIRRELDEVELDIR%%/themes/servery_theme.php
-%%SQUIRRELDEVELDIR%%/themes/shades_of_grey.php
-%%SQUIRRELDEVELDIR%%/themes/silver_steel_theme.php
-%%SQUIRRELDEVELDIR%%/themes/simple_green2.php
-%%SQUIRRELDEVELDIR%%/themes/simple_green_theme.php
-%%SQUIRRELDEVELDIR%%/themes/simple_purple.php
-%%SQUIRRELDEVELDIR%%/themes/slashdot_theme.php
-%%SQUIRRELDEVELDIR%%/themes/spice_of_life.php
-%%SQUIRRELDEVELDIR%%/themes/spice_of_life_dark.php
-%%SQUIRRELDEVELDIR%%/themes/spice_of_life_lite.php
-%%SQUIRRELDEVELDIR%%/themes/wood_theme.php
-@dirrmtry etc/periodic/daily
-@dirrmtry etc/periodic
-@dirrm %%SQUIRRELDEVELDIR%%/themes/css
-@dirrm %%SQUIRRELDEVELDIR%%/themes
-@dirrm %%SQUIRRELDEVELDIR%%/templates/default/js
-@dirrm %%SQUIRRELDEVELDIR%%/templates/default
-@dirrm %%SQUIRRELDEVELDIR%%/templates
-@dirrm %%SQUIRRELDEVELDIR%%/src
-@dirrm %%SQUIRRELDEVELDIR%%/po
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/translate
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/squirrelspell/modules
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/squirrelspell/js
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/squirrelspell
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/spamcop
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/sent_subfolders
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/newmail/sounds
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/newmail/media
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/newmail
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/message_details
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/mail_fetch
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/listcommands
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/info
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/fortune
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/filters/bulkquery
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/filters
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/change_password/backend
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/change_password
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/calendar
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/bug_report
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/administrator
-@dirrm %%SQUIRRELDEVELDIR%%/plugins/abook_take
-@dirrmtry %%SQUIRRELDEVELDIR%%/plugins
-@dirrm %%SQUIRRELDEVELDIR%%/locale/zh_TW/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/zh_TW
-@dirrm %%SQUIRRELDEVELDIR%%/locale/zh_CN/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/zh_CN
-@dirrm %%SQUIRRELDEVELDIR%%/locale/vi_VN/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/vi_VN
-@dirrm %%SQUIRRELDEVELDIR%%/locale/uk_UA/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/uk_UA
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ug/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ug
-@dirrm %%SQUIRRELDEVELDIR%%/locale/tr_TR/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/tr_TR
-@dirrm %%SQUIRRELDEVELDIR%%/locale/tl_PH/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/tl_PH
-@dirrm %%SQUIRRELDEVELDIR%%/locale/th_TH/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/th_TH
-@dirrm %%SQUIRRELDEVELDIR%%/locale/sv_SE/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/sv_SE
-@dirrm %%SQUIRRELDEVELDIR%%/locale/sr_YU/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/sr_YU
-@dirrm %%SQUIRRELDEVELDIR%%/locale/sl_SI/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/sl_SI
-@dirrm %%SQUIRRELDEVELDIR%%/locale/sk_SK/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/sk_SK
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ru_UA/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ru_UA
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ru_RU/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ru_RU
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ro_RO/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ro_RO
-@dirrm %%SQUIRRELDEVELDIR%%/locale/pt_PT/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/pt_PT
-@dirrm %%SQUIRRELDEVELDIR%%/locale/pt_BR/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/pt_BR
-@dirrm %%SQUIRRELDEVELDIR%%/locale/pl_PL/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/pl_PL
-@dirrm %%SQUIRRELDEVELDIR%%/locale/nn_NO/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/nn_NO
-@dirrm %%SQUIRRELDEVELDIR%%/locale/nl_NL/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/nl_NL
-@dirrm %%SQUIRRELDEVELDIR%%/locale/nb_NO/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/nb_NO
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ms_MY/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ms_MY
-@dirrm %%SQUIRRELDEVELDIR%%/locale/lt_LT/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/lt_LT
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ko_KR/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ko_KR
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ka/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ka
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ja_JP/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ja_JP
-@dirrm %%SQUIRRELDEVELDIR%%/locale/it_IT/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/it_IT
-@dirrm %%SQUIRRELDEVELDIR%%/locale/is_IS/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/is_IS
-@dirrm %%SQUIRRELDEVELDIR%%/locale/id_ID/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/id_ID
-@dirrm %%SQUIRRELDEVELDIR%%/locale/hu_HU/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/hu_HU
-@dirrm %%SQUIRRELDEVELDIR%%/locale/hr_HR/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/hr_HR
-@dirrm %%SQUIRRELDEVELDIR%%/locale/he_IL/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/he_IL
-@dirrm %%SQUIRRELDEVELDIR%%/locale/fr_FR/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/fr_FR
-@dirrm %%SQUIRRELDEVELDIR%%/locale/fo_FO/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/fo_FO
-@dirrm %%SQUIRRELDEVELDIR%%/locale/fi_FI/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/fi_FI
-@dirrm %%SQUIRRELDEVELDIR%%/locale/fa_IR/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/fa_IR
-@dirrm %%SQUIRRELDEVELDIR%%/locale/eu_ES/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/eu_ES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/et_EE/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/et_EE
-@dirrm %%SQUIRRELDEVELDIR%%/locale/es_ES/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/es_ES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/en_GB/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/en_GB
-@dirrm %%SQUIRRELDEVELDIR%%/locale/el_GR/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/el_GR
-@dirrm %%SQUIRRELDEVELDIR%%/locale/de_DE/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/de_DE
-@dirrm %%SQUIRRELDEVELDIR%%/locale/da_DK/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/da_DK
-@dirrm %%SQUIRRELDEVELDIR%%/locale/cy_GB/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/cy_GB
-@dirrm %%SQUIRRELDEVELDIR%%/locale/cs_CZ/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/cs_CZ
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ca_ES/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ca_ES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/bn_IN/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/bn_IN
-@dirrm %%SQUIRRELDEVELDIR%%/locale/bg_BG/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/bg_BG
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ar/LC_MESSAGES
-@dirrm %%SQUIRRELDEVELDIR%%/locale/ar
-@dirrm %%SQUIRRELDEVELDIR%%/locale
-@dirrm %%SQUIRRELDEVELDIR%%/include/timezones
-@dirrm %%SQUIRRELDEVELDIR%%/include/options
-@dirrm %%SQUIRRELDEVELDIR%%/include
-@dirrm %%SQUIRRELDEVELDIR%%/images/themes/xp
-@dirrm %%SQUIRRELDEVELDIR%%/images/themes/none
-@dirrm %%SQUIRRELDEVELDIR%%/images/themes/default
-@dirrm %%SQUIRRELDEVELDIR%%/images/themes
-@dirrm %%SQUIRRELDEVELDIR%%/images
-@dirrm %%SQUIRRELDEVELDIR%%/help/zh_CN
-@dirrm %%SQUIRRELDEVELDIR%%/help/th_TH
-@dirrm %%SQUIRRELDEVELDIR%%/help/sv_SE
-@dirrm %%SQUIRRELDEVELDIR%%/help/sr_YU
-@dirrm %%SQUIRRELDEVELDIR%%/help/sl_SI
-@dirrm %%SQUIRRELDEVELDIR%%/help/sk_SK
-@dirrm %%SQUIRRELDEVELDIR%%/help/ru_RU
-@dirrm %%SQUIRRELDEVELDIR%%/help/pt_PT
-@dirrm %%SQUIRRELDEVELDIR%%/help/pt_BR
-@dirrm %%SQUIRRELDEVELDIR%%/help/pl_PL
-@dirrm %%SQUIRRELDEVELDIR%%/help/nl_NL
-@dirrm %%SQUIRRELDEVELDIR%%/help/lt_LT
-@dirrm %%SQUIRRELDEVELDIR%%/help/ko_KR
-@dirrm %%SQUIRRELDEVELDIR%%/help/ja_JP
-@dirrm %%SQUIRRELDEVELDIR%%/help/it_IT
-@dirrm %%SQUIRRELDEVELDIR%%/help/id_ID
-@dirrm %%SQUIRRELDEVELDIR%%/help/fr_FR
-@dirrm %%SQUIRRELDEVELDIR%%/help/fi_FI
-@dirrm %%SQUIRRELDEVELDIR%%/help/es_ES
-@dirrm %%SQUIRRELDEVELDIR%%/help/en_US
-@dirrm %%SQUIRRELDEVELDIR%%/help/en_GB
-@dirrm %%SQUIRRELDEVELDIR%%/help/de_DE
-@dirrm %%SQUIRRELDEVELDIR%%/help/da_DK
-@dirrm %%SQUIRRELDEVELDIR%%/help/cy_GB
-@dirrm %%SQUIRRELDEVELDIR%%/help/cs_CZ
-@dirrm %%SQUIRRELDEVELDIR%%/help/ca_ES
-@dirrm %%SQUIRRELDEVELDIR%%/help/bg_BG
-@dirrm %%SQUIRRELDEVELDIR%%/help
-@dirrm %%SQUIRRELDEVELDIR%%/functions/htmlentities
-@dirrm %%SQUIRRELDEVELDIR%%/functions/encode
-@dirrm %%SQUIRRELDEVELDIR%%/functions/decode
-@dirrm %%SQUIRRELDEVELDIR%%/functions
-@dirrmtry %%SQUIRRELDEVELDIR%%/config
-@dirrm %%SQUIRRELDEVELDIR%%/class/deliver
-@dirrm %%SQUIRRELDEVELDIR%%/class/mime
-@dirrm %%SQUIRRELDEVELDIR%%/class/template
-@dirrm %%SQUIRRELDEVELDIR%%/class/helper
-@dirrm %%SQUIRRELDEVELDIR%%/class/l10n
-@dirrm %%SQUIRRELDEVELDIR%%/class
-@dirrmtry %%SQUIRRELDEVELDIR%%
diff --git a/misc/Makefile b/misc/Makefile
index 8231af01ef12..a34ae0356561 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -22,7 +22,6 @@
SUBDIR += bdelta
SUBDIR += bestfit
SUBDIR += bibletime
- SUBDIR += bibletime-kde3
SUBDIR += biblical-curse
SUBDIR += bidwatcher
SUBDIR += bigboard
@@ -487,7 +486,6 @@
SUBDIR += susv2
SUBDIR += susv3
SUBDIR += sword
- SUBDIR += sword15
SUBDIR += table.el
SUBDIR += talkfilters
SUBDIR += tcb
diff --git a/misc/bibletime-kde3/Makefile b/misc/bibletime-kde3/Makefile
deleted file mode 100644
index d769d1381f7d..000000000000
--- a/misc/bibletime-kde3/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: bibletime
-# Date created: 3 May 2002
-# Whom: Willem van Engen <wvengen@stack.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bibletime
-PORTVERSION= 1.6.5.1
-PORTREVISION= 4
-CATEGORIES= misc
-MASTER_SITES= SF/${PORTNAME}/BibleTime%20for%20KDE%203.x/BibleTime%201.6.x%20-%20source%20code
-PKGNAMESUFFIX= -kde3
-
-MAINTAINER= tabthorpe@FreeBSD.org
-COMMENT= A powerful Bible study application for KDE3
-
-DEPRECATED= use misc/bibletime
-EXPIRATION_DATE= 2010-01-06
-
-RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword15 \
- ${LOCALBASE}/lib/libclucene.so:${PORTSDIR}/textproc/clucene
-BUILD_DEPENDS= ${RUN_DEPENDS}
-
-CONFIGURE_ARGS= --with-sword-dir=${LOCALBASE} --with-clucene-dir=${LOCALBASE}
-
-PORTSCOUT= ignore:1
-
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool:22
-USE_GMAKE= yes
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-
-CONFLICTS= bibletime-2*
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-CONFIGURE_ARGS+= --enable-static-clucene
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure
- @${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in
-
-.include <bsd.port.post.mk>
diff --git a/misc/bibletime-kde3/distinfo b/misc/bibletime-kde3/distinfo
deleted file mode 100644
index 6e1d4f992eb0..000000000000
--- a/misc/bibletime-kde3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (bibletime-1.6.5.1.tar.bz2) = c54f2d298d7568ca41b0815097abff37
-SHA256 (bibletime-1.6.5.1.tar.bz2) = dd4af417534d306245e73b5c9fadb2186038a5407cdf1a83434d7f082fb5faa9
-SIZE (bibletime-1.6.5.1.tar.bz2) = 1231060
diff --git a/misc/bibletime-kde3/files/patch-Makefile.am b/misc/bibletime-kde3/files/patch-Makefile.am
deleted file mode 100644
index 675d8dc1bd16..000000000000
--- a/misc/bibletime-kde3/files/patch-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.am.orig Fri Sep 22 12:01:51 2006
-+++ Makefile.am Fri Sep 22 12:04:19 2006
-@@ -55,7 +55,7 @@
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
-
- install-data-local:
-- chmod 755 $(DESTDIR)$(kde_datadir)/bibletime -R
-+ chmod -R 755 $(DESTDIR)$(kde_datadir)/bibletime
- $(mkinstalldirs) $(datadir)/applications
- $(INSTALL_DATA) $(top_builddir)/bibletime.desktop $(datadir)/applications/bibletime.desktop
-
diff --git a/misc/bibletime-kde3/files/patch-Makefile.in b/misc/bibletime-kde3/files/patch-Makefile.in
deleted file mode 100644
index 03a77507a741..000000000000
--- a/misc/bibletime-kde3/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Fri Sep 22 08:56:37 2006
-+++ Makefile.in Fri Sep 22 12:38:32 2006
-@@ -844,7 +844,7 @@
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
-
- install-data-local:
-- chmod 755 $(DESTDIR)$(kde_datadir)/bibletime -R
-+ chmod -R 755 $(DESTDIR)$(kde_datadir)/bibletime
- #>- $(mkinstalldirs) $(datadir)/applications
- #>+ 1
- $(mkinstalldirs) $(DESTDIR)$(datadir)/applications
diff --git a/misc/bibletime-kde3/pkg-descr b/misc/bibletime-kde3/pkg-descr
deleted file mode 100644
index e4e3f6a1f992..000000000000
--- a/misc/bibletime-kde3/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-BibleTime is a powerful Bible study application for the K Desktop
-Environment running on Unix operating systems. BibleTime is based
-on the Sword library which provides access to all the different
-text modules created by the Crosswire Bible Society.
-
-Current features are: toolbar, splitted window with index and MDI
-interface, searching in one or more modules supporting regular
-expressions, graphical search analysis, bookmarks, drag & drop,
-WYSIWYG html editing for comments, printing and an extensive help
-system.
-
-WWW: http://www.bibletime.info/
diff --git a/misc/bibletime-kde3/pkg-plist b/misc/bibletime-kde3/pkg-plist
deleted file mode 100644
index 612ca905a971..000000000000
--- a/misc/bibletime-kde3/pkg-plist
+++ /dev/null
@@ -1,157 +0,0 @@
-bin/bibletime
-include/bibletimeinterface.h
-share/applications/bibletime.desktop
-share/apps/bibletime/bibletimeui.rc
-share/apps/bibletime/pics/startuplogo.png
-share/apps/bibletime/tips
-share/doc/HTML/en/bibletime/handbook/hdbk-config.docbook
-share/doc/HTML/en/bibletime/handbook/hdbk-intro.docbook
-share/doc/HTML/en/bibletime/handbook/hdbk-operation.docbook
-share/doc/HTML/en/bibletime/handbook/hdbk-reference.docbook
-share/doc/HTML/en/bibletime/handbook/hdbk-start.docbook
-share/doc/HTML/en/bibletime/handbook/i_bible.png
-share/doc/HTML/en/bibletime/handbook/i_bible_add.png
-share/doc/HTML/en/bibletime/handbook/i_bibletime.png
-share/doc/HTML/en/bibletime/handbook/i_book.png
-share/doc/HTML/en/bibletime/handbook/i_book_add.png
-share/doc/HTML/en/bibletime/handbook/i_cascade.png
-share/doc/HTML/en/bibletime/handbook/i_cascade_auto.png
-share/doc/HTML/en/bibletime/handbook/i_commentary.png
-share/doc/HTML/en/bibletime/handbook/i_commentary_add.png
-share/doc/HTML/en/bibletime/handbook/i_configure.png
-share/doc/HTML/en/bibletime/handbook/i_configureaccels.png
-share/doc/HTML/en/bibletime/handbook/i_configuredisplay.png
-share/doc/HTML/en/bibletime/handbook/i_configurefonts.png
-share/doc/HTML/en/bibletime/handbook/i_configurestart.png
-share/doc/HTML/en/bibletime/handbook/i_configuresword.png
-share/doc/HTML/en/bibletime/handbook/i_configuretoolbars.png
-share/doc/HTML/en/bibletime/handbook/i_contents.png
-share/doc/HTML/en/bibletime/handbook/i_delete.png
-share/doc/HTML/en/bibletime/handbook/i_editdelete.png
-share/doc/HTML/en/bibletime/handbook/i_exit.png
-share/doc/HTML/en/bibletime/handbook/i_fileclose.png
-share/doc/HTML/en/bibletime/handbook/i_fileprint.png
-share/doc/HTML/en/bibletime/handbook/i_find.png
-share/doc/HTML/en/bibletime/handbook/i_fullscreen.png
-share/doc/HTML/en/bibletime/handbook/i_go.png
-share/doc/HTML/en/bibletime/handbook/i_ktip.png
-share/doc/HTML/en/bibletime/handbook/i_lexicon.png
-share/doc/HTML/en/bibletime/handbook/i_lexicon_add.png
-share/doc/HTML/en/bibletime/handbook/i_pencil.png
-share/doc/HTML/en/bibletime/handbook/i_sidetree.png
-share/doc/HTML/en/bibletime/handbook/i_sync.png
-share/doc/HTML/en/bibletime/handbook/i_tile.png
-share/doc/HTML/en/bibletime/handbook/i_tile_auto.png
-share/doc/HTML/en/bibletime/handbook/index.docbook
-share/doc/HTML/en/bibletime/handbook/ss_configfonts.png
-share/doc/HTML/en/bibletime/handbook/ss_configtoolbar.png
-share/doc/HTML/en/bibletime/handbook/ss_mainterms.png
-share/doc/HTML/en/bibletime/handbook/ss_searchanal.png
-share/doc/HTML/en/bibletime/handbook/ss_searchopts.png
-share/doc/HTML/en/bibletime/howto/how2-basics.docbook
-share/doc/HTML/en/bibletime/howto/how2-importance.docbook
-share/doc/HTML/en/bibletime/howto/how2-interpretation.docbook
-share/doc/HTML/en/bibletime/howto/index.docbook
-share/icons/hicolor/16x16/actions/bt_bible.png
-share/icons/hicolor/16x16/actions/bt_bible_add.png
-share/icons/hicolor/16x16/actions/bt_bible_locked.png
-share/icons/hicolor/16x16/actions/bt_book.png
-share/icons/hicolor/16x16/actions/bt_book_add.png
-share/icons/hicolor/16x16/actions/bt_book_locked.png
-share/icons/hicolor/16x16/actions/bt_cascade.png
-share/icons/hicolor/16x16/actions/bt_cascade_auto.png
-share/icons/hicolor/16x16/actions/bt_commentary.png
-share/icons/hicolor/16x16/actions/bt_commentary_add.png
-share/icons/hicolor/16x16/actions/bt_commentary_locked.png
-share/icons/hicolor/16x16/actions/bt_displayconfig.png
-share/icons/hicolor/16x16/actions/bt_displaytranslit.png
-share/icons/hicolor/16x16/actions/bt_findstrongs.png
-share/icons/hicolor/16x16/actions/bt_lexicon.png
-share/icons/hicolor/16x16/actions/bt_lexicon_add.png
-share/icons/hicolor/16x16/actions/bt_lexicon_locked.png
-share/icons/hicolor/16x16/actions/bt_startconfig.png
-share/icons/hicolor/16x16/actions/bt_swordconfig.png
-share/icons/hicolor/16x16/actions/bt_sync.png
-share/icons/hicolor/16x16/actions/bt_tile.png
-share/icons/hicolor/16x16/actions/bt_tile_auto.png
-share/icons/hicolor/16x16/apps/bibletime.png
-share/icons/hicolor/22x22/actions/bt_bible.png
-share/icons/hicolor/22x22/actions/bt_bible_add.png
-share/icons/hicolor/22x22/actions/bt_bible_locked.png
-share/icons/hicolor/22x22/actions/bt_book.png
-share/icons/hicolor/22x22/actions/bt_book_add.png
-share/icons/hicolor/22x22/actions/bt_book_locked.png
-share/icons/hicolor/22x22/actions/bt_cascade.png
-share/icons/hicolor/22x22/actions/bt_cascade_auto.png
-share/icons/hicolor/22x22/actions/bt_commentary.png
-share/icons/hicolor/22x22/actions/bt_commentary_add.png
-share/icons/hicolor/22x22/actions/bt_commentary_locked.png
-share/icons/hicolor/22x22/actions/bt_displayconfig.png
-share/icons/hicolor/22x22/actions/bt_displaytranslit.png
-share/icons/hicolor/22x22/actions/bt_findstrongs.png
-share/icons/hicolor/22x22/actions/bt_lexicon.png
-share/icons/hicolor/22x22/actions/bt_lexicon_add.png
-share/icons/hicolor/22x22/actions/bt_lexicon_locked.png
-share/icons/hicolor/22x22/actions/bt_parallel.png
-share/icons/hicolor/22x22/actions/bt_startconfig.png
-share/icons/hicolor/22x22/actions/bt_swordconfig.png
-share/icons/hicolor/22x22/actions/bt_sync.png
-share/icons/hicolor/22x22/actions/bt_tile.png
-share/icons/hicolor/22x22/actions/bt_tile_auto.png
-share/icons/hicolor/22x22/apps/bibletime.png
-share/icons/hicolor/32x32/actions/bt_bible.png
-share/icons/hicolor/32x32/actions/bt_bible_add.png
-share/icons/hicolor/32x32/actions/bt_bible_locked.png
-share/icons/hicolor/32x32/actions/bt_book.png
-share/icons/hicolor/32x32/actions/bt_book_add.png
-share/icons/hicolor/32x32/actions/bt_book_locked.png
-share/icons/hicolor/32x32/actions/bt_cascade.png
-share/icons/hicolor/32x32/actions/bt_cascade_auto.png
-share/icons/hicolor/32x32/actions/bt_commentary.png
-share/icons/hicolor/32x32/actions/bt_commentary_add.png
-share/icons/hicolor/32x32/actions/bt_commentary_locked.png
-share/icons/hicolor/32x32/actions/bt_displayconfig.png
-share/icons/hicolor/32x32/actions/bt_displaytranslit.png
-share/icons/hicolor/32x32/actions/bt_findstrongs.png
-share/icons/hicolor/32x32/actions/bt_lexicon.png
-share/icons/hicolor/32x32/actions/bt_lexicon_add.png
-share/icons/hicolor/32x32/actions/bt_lexicon_locked.png
-share/icons/hicolor/32x32/actions/bt_startconfig.png
-share/icons/hicolor/32x32/actions/bt_swordconfig.png
-share/icons/hicolor/32x32/actions/bt_sync.png
-share/icons/hicolor/32x32/actions/bt_tile.png
-share/icons/hicolor/32x32/actions/bt_tile_auto.png
-share/icons/hicolor/32x32/apps/bibletime.png
-share/icons/hicolor/48x48/actions/bt_bible.png
-share/icons/hicolor/48x48/actions/bt_bible_add.png
-share/icons/hicolor/48x48/actions/bt_bible_locked.png
-share/icons/hicolor/48x48/actions/bt_book.png
-share/icons/hicolor/48x48/actions/bt_book_add.png
-share/icons/hicolor/48x48/actions/bt_book_locked.png
-share/icons/hicolor/48x48/actions/bt_cascade.png
-share/icons/hicolor/48x48/actions/bt_cascade_auto.png
-share/icons/hicolor/48x48/actions/bt_commentary.png
-share/icons/hicolor/48x48/actions/bt_commentary_add.png
-share/icons/hicolor/48x48/actions/bt_commentary_locked.png
-share/icons/hicolor/48x48/actions/bt_displayconfig.png
-share/icons/hicolor/48x48/actions/bt_displaytranslit.png
-share/icons/hicolor/48x48/actions/bt_lexicon.png
-share/icons/hicolor/48x48/actions/bt_lexicon_add.png
-share/icons/hicolor/48x48/actions/bt_lexicon_locked.png
-share/icons/hicolor/48x48/actions/bt_startconfig.png
-share/icons/hicolor/48x48/actions/bt_swordconfig.png
-share/icons/hicolor/48x48/actions/bt_sync.png
-share/icons/hicolor/48x48/actions/bt_tile.png
-share/icons/hicolor/48x48/actions/bt_tile_auto.png
-share/icons/hicolor/48x48/apps/bibletime.png
-share/icons/hicolor/64x64/apps/bibletime.png
-@dirrm share/doc/HTML/en/bibletime/howto
-@dirrm share/doc/HTML/en/bibletime/handbook
-@dirrm share/doc/HTML/en/bibletime
-@dirrmtry share/doc/HTML/en
-@dirrmtry share/doc/HTML
-@dirrmtry share/config
-@dirrm share/apps/bibletime/pics
-@dirrm share/apps/bibletime
-@dirrmtry share/apps
-@dirrmtry share/applications
diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile
deleted file mode 100644
index 38e87af74bc8..000000000000
--- a/misc/sword15/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-# New ports collection makefile for: sword
-# Date created: 22 may 2001
-# Whom: Willem van Engen <wvengen@stack.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sword
-PORTVERSION= 1.5.11
-PORTREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \
- http://crosswire.org/ftpmirror/pub/sword/source/v1.5/ \
- LOCAL
-MASTER_SITE_SUBDIR= tabthorpe
-
-MAINTAINER= tabthorpe@FreeBSD.org
-COMMENT= A project framework for manipulating Bible texts
-
-DEPRECATED= use misc/sword
-EXPIRATION_DATE= 2010-01-06
-
-CONFLICTS= sword-1.6*
-LATEST_LINK= ${PORTNAME}15
-
-MAKE_JOBS_SAFE= yes
-
-USE_GNOME= pkgconfig
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:110 autoconf:262
-CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib --without-icu
-USE_LDCONFIG= yes
-SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-.if defined(WITHOUT_CURL)
-CONFIGURE_ARGS+= --without-curl
-.else
-LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
-CONFIGURE_ARGS+= --with-curl
-
-pre-everything::
- @${ECHO_CMD} "Define WITHOUT_CURL to disable remote fetch (curl) support in the installmanager"
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4
- @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
- @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.am
- @@${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \
- ${WRKSRC}/Makefile.in ${WRKSRC}/lib/Makefile.am \
- ${WRKSRC}/lib/Makefile.in
-
-post-install:
- @${MKDIR} ${PREFIX}/share/sword/mods.d
-.if !exists(${PREFIX}/etc/sword.conf)
- @(cd ${WRKSRC} && ${GMAKE} install_config)
-.else
- @${ECHO_CMD} "Config file not installed since ${PREFIX}/etc/sword.conf already exists."
- @${ECHO_CMD} "Please check that DataPath points to your modules (default ${DATADIR}).";
-.endif
- @${ECHO_CMD} ""
- @${CAT} ${PKGMESSAGE}
-
-register:
- @(cd ${WRKSRC} && ${GMAKE} register)
-
-.include <bsd.port.mk>
diff --git a/misc/sword15/distinfo b/misc/sword15/distinfo
deleted file mode 100644
index 88ebc6ff7e4f..000000000000
--- a/misc/sword15/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (sword-1.5.11.tar.gz) = 84a13fd3cf767902de91368424f30baa
-SHA256 (sword-1.5.11.tar.gz) = 120a881f12c7d2f4fa21cf39616f7246ce1eeae2d6268f432f404720988269a6
-SIZE (sword-1.5.11.tar.gz) = 1799625
diff --git a/misc/sword15/files/patch-configure b/misc/sword15/files/patch-configure
deleted file mode 100644
index 8ff7c16b76b2..000000000000
--- a/misc/sword15/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Sun May 29 00:59:43 2005
-+++ configure Mon Jul 10 14:10:06 2006
-@@ -20481,8 +20481,8 @@
- echo "curl found - remote install options available"
- CURL_AM_CFLAGS=`$CURL_CONFIG --cflags`
- CURL_LIBS=`$CURL_CONFIG --libs`
-- AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE"
-- AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE"
-+ AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS"
-+ AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS"
- fi
- fi
-
diff --git a/misc/sword15/files/patch-configure.ac b/misc/sword15/files/patch-configure.ac
deleted file mode 100644
index f461d8952bcf..000000000000
--- a/misc/sword15/files/patch-configure.ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.ac.orig Mon Jul 10 18:22:50 2006
-+++ configure.ac Mon Jul 10 18:23:13 2006
-@@ -187,8 +187,8 @@
- echo "curl found - remote install options available"
- CURL_AM_CFLAGS=`$CURL_CONFIG --cflags`
- CURL_LIBS=`$CURL_CONFIG --libs`
-- AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE"
-- AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE"
-+ AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS"
-+ AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS"
- fi
- fi
-
diff --git a/misc/sword15/files/patch-include::ftpparse.h b/misc/sword15/files/patch-include::ftpparse.h
deleted file mode 100644
index e135d22a25e8..000000000000
--- a/misc/sword15/files/patch-include::ftpparse.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- include/ftpparse.h.orig Tue Aug 17 10:49:11 2004
-+++ include/ftpparse.h Tue Aug 17 10:49:24 2004
-@@ -1,7 +1,6 @@
- #ifndef FTPPARSE_H
- #define FTPPARSE_H
-
--#include <time.h>
-
- /*
- ftpparse(&fp,buf,len) tries to parse one line of LIST output.
-@@ -25,7 +24,7 @@
- int sizetype;
- long size; /* number of octets */
- int mtimetype;
-- time_t mtime; /* modification time */
-+ long mtime; /* modification time */
- int idtype;
- char *id; /* not necessarily 0-terminated */
- int idlen;
diff --git a/misc/sword15/files/patch-src::utilfuns::ftpparse.c b/misc/sword15/files/patch-src::utilfuns::ftpparse.c
deleted file mode 100644
index ab8a3eab8e85..000000000000
--- a/misc/sword15/files/patch-src::utilfuns::ftpparse.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/utilfuns/ftpparse.c.orig Thu Feb 19 23:22:11 2004
-+++ src/utilfuns/ftpparse.c Thu Feb 19 23:22:19 2004
-@@ -21,6 +21,7 @@
- NCSA Telnet FTP server. Has LIST = NLST (and bad NLST for directories).
- */
-
-+#include <time.h>
- #include <ftpparse.h>
-
- static long totai(long year,long month,long mday)
diff --git a/misc/sword15/files/pkg-message.in b/misc/sword15/files/pkg-message.in
deleted file mode 100644
index db3c756d6416..000000000000
--- a/misc/sword15/files/pkg-message.in
+++ /dev/null
@@ -1,16 +0,0 @@
-To use sword, you need to have bible, commentary and/or lexicon
-modules. You can install those from the crosswire website in two
-ways. If you live in a persecuted country however and do not wish
-to risk detection, you should *not* try this.
-
- 1. Use installmgr (doesn't work when port is built WITHOUT_CURL). E.g.:
- # installmgr -init
- # installmgr -r crosswire
- # installmgr -ri crosswire ASV
- See `installmgr --help` for details.
- 2. Download raw zip-archives from
- http://www.crosswire.org/sword/modules/
- and unpack them in %%PREFIX%%/share/sword.
-
-You probably want to install a bible-application that uses sword,
-like bibletime or gnomesword.
diff --git a/misc/sword15/pkg-descr b/misc/sword15/pkg-descr
deleted file mode 100644
index c87f98fae37a..000000000000
--- a/misc/sword15/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The SWORD Project is an effort to create an ever expanding software
-package for research and study of God and His Word. The SWORD Bible
-Framework allows easy manipulation of Bible texts, commentaries,
-lexicons, dictionaries, etc. Many frontends are built using this
-framework. An installed module set may be shared between many
-frontends using the framework.
-
-WWW: http://www.crosswire.org/sword/
diff --git a/misc/sword15/pkg-plist b/misc/sword15/pkg-plist
deleted file mode 100644
index 86bed7f49cb2..000000000000
--- a/misc/sword15/pkg-plist
+++ /dev/null
@@ -1,238 +0,0 @@
-bin/addld
-bin/diatheke
-bin/imp2gbs
-bin/imp2ld
-bin/imp2vs
-bin/installmgr
-bin/mkfastmod
-bin/mod2imp
-bin/mod2osis
-bin/mod2vpl
-bin/mod2zmod
-bin/osis2mod
-bin/tei2mod
-bin/vpl2mod
-bin/vs2osisref
-bin/xml2gbs
-etc/sword.conf
-include/sword/Greek2Greek.h
-include/sword/GreekChars.h
-include/sword/canon.h
-include/sword/cipherfil.h
-include/sword/curlftpt.h
-include/sword/defs.h
-include/sword/echomod.h
-include/sword/encfiltmgr.h
-include/sword/entriesblk.h
-include/sword/femain.h
-include/sword/filemgr.h
-include/sword/flatapi.h
-include/sword/ftplib.h
-include/sword/ftplibftpt.h
-include/sword/ftpparse.h
-include/sword/ftptrans.h
-include/sword/gbffootnotes.h
-include/sword/gbfheadings.h
-include/sword/gbfhtml.h
-include/sword/gbfhtmlhref.h
-include/sword/gbfmorph.h
-include/sword/gbfosis.h
-include/sword/gbfplain.h
-include/sword/gbfredletterwords.h
-include/sword/gbfrtf.h
-include/sword/gbfstrongs.h
-include/sword/gbfthml.h
-include/sword/gbfwebif.h
-include/sword/gbfwordjs.h
-include/sword/greeklexattribs.h
-include/sword/hebrewmcim.h
-include/sword/hrefcom.h
-include/sword/installmgr.h
-include/sword/latin1utf16.h
-include/sword/latin1utf8.h
-include/sword/listkey.h
-include/sword/localemgr.h
-include/sword/lzsscomprs.h
-include/sword/markupfiltmgr.h
-include/sword/multimapwdef.h
-include/sword/nullim.h
-include/sword/osisfootnotes.h
-include/sword/osisheadings.h
-include/sword/osishtmlhref.h
-include/sword/osislemma.h
-include/sword/osismorph.h
-include/sword/osismorphsegmentation.h
-include/sword/osisosis.h
-include/sword/osisplain.h
-include/sword/osisredletterwords.h
-include/sword/osisrtf.h
-include/sword/osisscripref.h
-include/sword/osisstrongs.h
-include/sword/osisvariants.h
-include/sword/osiswebif.h
-include/sword/osiswordjs.h
-include/sword/papyriplain.h
-include/sword/plainfootnotes.h
-include/sword/plainhtml.h
-include/sword/rawcom.h
-include/sword/rawfiles.h
-include/sword/rawgenbook.h
-include/sword/rawld.h
-include/sword/rawld4.h
-include/sword/rawstr.h
-include/sword/rawstr4.h
-include/sword/rawtext.h
-include/sword/rawverse.h
-include/sword/regex.h
-include/sword/roman.h
-include/sword/rtfhtml.h
-include/sword/sapphire.h
-include/sword/scsuutf8.h
-include/sword/stringmgr.h
-include/sword/strkey.h
-include/sword/swbasicfilter.h
-include/sword/swbuf.h
-include/sword/swcacher.h
-include/sword/swcipher.h
-include/sword/swcom.h
-include/sword/swcomprs.h
-include/sword/swconfig.h
-include/sword/swdisp.h
-include/sword/swfilter.h
-include/sword/swfiltermgr.h
-include/sword/swgenbook.h
-include/sword/swinputmeth.h
-include/sword/swkey.h
-include/sword/swld.h
-include/sword/swlocale.h
-include/sword/swlog.h
-include/sword/swmacs.h
-include/sword/swmgr.h
-include/sword/swmodule.h
-include/sword/swobject.h
-include/sword/swoptfilter.h
-include/sword/swsearchable.h
-include/sword/swtext.h
-include/sword/swunicod.h
-include/sword/swversion.h
-include/sword/sysdata.h
-include/sword/teiplain.h
-include/sword/teirtf.h
-include/sword/thmlfootnotes.h
-include/sword/thmlgbf.h
-include/sword/thmlheadings.h
-include/sword/thmlhtml.h
-include/sword/thmlhtmlhref.h
-include/sword/thmllemma.h
-include/sword/thmlmorph.h
-include/sword/thmlosis.h
-include/sword/thmlplain.h
-include/sword/thmlrtf.h
-include/sword/thmlscripref.h
-include/sword/thmlstrongs.h
-include/sword/thmlvariants.h
-include/sword/thmlwebif.h
-include/sword/thmlwordjs.h
-include/sword/treekey.h
-include/sword/treekeyidx.h
-include/sword/unicodertf.h
-include/sword/untgz.h
-include/sword/url.h
-include/sword/utf16utf8.h
-include/sword/utf8arshaping.h
-include/sword/utf8bidireorder.h
-include/sword/utf8cantillation.h
-include/sword/utf8greekaccents.h
-include/sword/utf8hebrewpoints.h
-include/sword/utf8html.h
-include/sword/utf8latin1.h
-include/sword/utf8nfc.h
-include/sword/utf8nfkd.h
-include/sword/utf8transliterator.h
-include/sword/utf8utf16.h
-include/sword/utilstr.h
-include/sword/utilxml.h
-include/sword/versekey.h
-include/sword/versetreekey.h
-include/sword/zcom.h
-include/sword/zconf.h
-include/sword/zipcomprs.h
-include/sword/zld.h
-include/sword/zstr.h
-include/sword/ztext.h
-include/sword/zverse.h
-lib/libsword-1.5.11.so
-lib/libsword.a
-lib/libsword.la
-lib/libsword.so
-libdata/pkgconfig/sword.pc
-%%DATADIR%%/locales.d/abbr.conf
-%%DATADIR%%/locales.d/af-utf8.conf
-%%DATADIR%%/locales.d/af.conf
-%%DATADIR%%/locales.d/ar_EG-cp1256.conf
-%%DATADIR%%/locales.d/ar_EG-utf8.conf
-%%DATADIR%%/locales.d/bg_BG-cp1251.conf
-%%DATADIR%%/locales.d/bg_BG-utf8.conf
-%%DATADIR%%/locales.d/cs-utf8.conf
-%%DATADIR%%/locales.d/cs.conf
-%%DATADIR%%/locales.d/da-utf8.conf
-%%DATADIR%%/locales.d/da.conf
-%%DATADIR%%/locales.d/de-utf8.conf
-%%DATADIR%%/locales.d/de.conf
-%%DATADIR%%/locales.d/de_abbrev-utf8.conf
-%%DATADIR%%/locales.d/de_abbrev.conf
-%%DATADIR%%/locales.d/en_GB.conf
-%%DATADIR%%/locales.d/es-utf8.conf
-%%DATADIR%%/locales.d/es.conf
-%%DATADIR%%/locales.d/et-utf8.conf
-%%DATADIR%%/locales.d/et.conf
-%%DATADIR%%/locales.d/et_abbr-utf8.conf
-%%DATADIR%%/locales.d/et_abbr.conf
-%%DATADIR%%/locales.d/fa-utf8.conf
-%%DATADIR%%/locales.d/fi-utf8.conf
-%%DATADIR%%/locales.d/fi.conf
-%%DATADIR%%/locales.d/fr_abbrev-utf8.conf
-%%DATADIR%%/locales.d/fr_abbrev.conf
-%%DATADIR%%/locales.d/fr-utf8.conf
-%%DATADIR%%/locales.d/fr.conf
-%%DATADIR%%/locales.d/he-utf8.conf
-%%DATADIR%%/locales.d/hu-utf8.conf
-%%DATADIR%%/locales.d/hu.conf
-%%DATADIR%%/locales.d/id.conf
-%%DATADIR%%/locales.d/it-utf8.conf
-%%DATADIR%%/locales.d/it.conf
-%%DATADIR%%/locales.d/ja.conf
-%%DATADIR%%/locales.d/ko-utf8.conf
-%%DATADIR%%/locales.d/ko.conf
-%%DATADIR%%/locales.d/ko_abbrev-utf8.conf
-%%DATADIR%%/locales.d/ko_abbrev.conf
-%%DATADIR%%/locales.d/la.conf
-%%DATADIR%%/locales.d/lt-utf8.conf
-%%DATADIR%%/locales.d/nl.conf
-%%DATADIR%%/locales.d/no-utf8.conf
-%%DATADIR%%/locales.d/no.conf
-%%DATADIR%%/locales.d/pl-utf8.conf
-%%DATADIR%%/locales.d/pl.conf
-%%DATADIR%%/locales.d/pt-utf8.conf
-%%DATADIR%%/locales.d/pt.conf
-%%DATADIR%%/locales.d/pt_BR-utf8.conf
-%%DATADIR%%/locales.d/pt_BR.conf
-%%DATADIR%%/locales.d/ro.conf
-%%DATADIR%%/locales.d/ru_RU-cp1251.conf
-%%DATADIR%%/locales.d/ru_RU-koi8-r.conf
-%%DATADIR%%/locales.d/ru_RU-utf8.conf
-%%DATADIR%%/locales.d/sk-utf8.conf
-%%DATADIR%%/locales.d/sk.conf
-%%DATADIR%%/locales.d/sl.conf
-%%DATADIR%%/locales.d/sv-utf8.conf
-%%DATADIR%%/locales.d/sv.conf
-%%DATADIR%%/locales.d/th-utf8.conf
-%%DATADIR%%/locales.d/uk_UA-cp1251.conf
-%%DATADIR%%/locales.d/uk_UA-koi8-u.conf
-%%DATADIR%%/locales.d/uk_UA-utf8.conf
-%%DATADIR%%/locales.d/vi-utf8.conf
-@dirrm %%DATADIR%%/mods.d
-@dirrm %%DATADIR%%/locales.d
-@dirrm %%DATADIR%%
-@dirrm lib/sword
-@dirrm include/sword