aboutsummaryrefslogtreecommitdiff
path: root/mail/horde4-imp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/horde4-imp')
-rw-r--r--mail/horde4-imp/Makefile117
-rw-r--r--mail/horde4-imp/distinfo3
-rw-r--r--mail/horde4-imp/files/patch-ab28
-rw-r--r--mail/horde4-imp/files/patch-ac11
-rw-r--r--mail/horde4-imp/files/patch-config::conf.xml29
-rw-r--r--mail/horde4-imp/files/pkg-message.in22
-rw-r--r--mail/horde4-imp/pkg-descr4
-rw-r--r--mail/horde4-imp/pkg-plist717
8 files changed, 0 insertions, 931 deletions
diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile
deleted file mode 100644
index fe77df7a8f19..000000000000
--- a/mail/horde4-imp/Makefile
+++ /dev/null
@@ -1,117 +0,0 @@
-# Ports collection makefile for: imp3
-# Date created: Mon Oct 08, 2001
-# Whom: Thierry Thomas (<thierry@thomas.as>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= imp
-PORTVERSION= 4.2
-PORTEPOCH= 1
-CATEGORIES= mail www
-DISTFILES= ${PORTNAME}-h3-4.2${EXTRACT_SUFX}
-
-MAINTAINER= beech@FreeBSD.org
-COMMENT= Webmail system for IMAP/POP3 mailboxes
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-h3-4.2
-
-#-----------------------------------------------------------------------
-# You may define these options:
-#
-# - WITHOUT_LDAP : if you do not need OpenLDAP;
-#
-# - WITHOUT_SMIME : disable S/MIME;
-#
-# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree;
-#
-# - WITHOUT_ASPELL : for spelling bees...
-#
-# - WITH_ISPELL : if you prefer ispell;
-#
-# - NOCRYPT : if crypto is restricted in your country;
-#
-# - WITHOUT_SSL : if you have not installed c-client WITH_SSL;
-#
-# - WITH_VALID_CERT : if you own a valid SSL certificate;
-#
-# - WITH_HTML : enable HTML composition mode;
-#-----------------------------------------------------------------------
-
-RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
-
-USE_PHP= imap
-. if !defined(WITHOUT_LDAP)
-USE_PHP+= ldap
-. endif
-
-.if !defined(WITHOUT_SMIME)
-USE_PHP+= openssl
-.endif
-
-.if !defined(NOCRYPT)
-RUN_DEPENDS+= ${PEARDIR}/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode \
- ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg
-.endif
-
-.if !defined(WITHOUT_ASPELL)
-RUN_DEPENDS+= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell
-.elif defined(WITH_ISPELL)
-RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
-.endif
-
-.if defined(WITH_HTML)
-RUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
-.endif
-
-CONFLICTS= imp-3.*
-USE_HORDE= base
-USE_GETTEXT= yes
-PORTDOCS= README CHANGES CREDITS INSTALL \
- RELEASE_NOTES TODO UPGRADING
-
-pre-configure:
-.if !defined(WITHOUT_ASPELL)
- @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/aspell:" \
- ${WRKSRC}/config/conf.xml
-.elif defined(WITH_ISPELL)
- @${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/ispell:" \
- ${WRKSRC}/config/conf.xml
-.else
- @${REINPLACE_CMD} -e "s:%%ASPELL%%::" ${WRKSRC}/config/conf.xml
-.endif
-.if !defined(NOCRYPT)
- @${REINPLACE_CMD} -e "s:%%GPG%%:${LOCALBASE}/bin/gpg:" \
- ${WRKSRC}/config/conf.xml
-.else
- @${REINPLACE_CMD} -e "s:%%GPG%%::" ${WRKSRC}/config/conf.xml
-.endif
- @${REINPLACE_CMD} -e "s:IMP_VERSION:IMP_VERSION . ' / ${SERVOS}':" \
- ${WRKSRC}/lib/MIME/Headers.php
- @${REINPLACE_CMD} -e "s:example.com:${HOSTNAME}:g" \
- ${WRKSRC}/config/servers.php.dist
-.if defined(WITHOUT_SSL)
- @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:" \
- ${WRKSRC}/config/servers.php.dist
-.else
- @${REINPLACE_CMD} -e "s:%%IMAPPORT%%:993:" ${WRKSRC}/config/servers.php.dist
-. if defined(WITH_VALID_CERT)
- @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl:" ${WRKSRC}/config/servers.php.dist
-. else
- @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl/novalidate-cert:" \
- ${WRKSRC}/config/servers.php.dist
-. endif
-.endif
-
-pre-install:
-.if !defined(BATCH) && !defined(WITHOUT_SSL)
- @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "Please configure c-client with SSL support." ; \
- ${ECHO_MSG} "" ; \
- ${FALSE} ; \
- fi
-.endif
-
-.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
-.include <bsd.port.mk>
diff --git a/mail/horde4-imp/distinfo b/mail/horde4-imp/distinfo
deleted file mode 100644
index a6787bcbb05a..000000000000
--- a/mail/horde4-imp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (imp-h3-4.2.tar.gz) = 2ab4314b58bea1906a2f34acb3e09a2e
-SHA256 (imp-h3-4.2.tar.gz) = 02302eeecf70067dee6eb5a8d2007cc9dfb3b11ba6e744f984b84541a5335fd4
-SIZE (imp-h3-4.2.tar.gz) = 5042955
diff --git a/mail/horde4-imp/files/patch-ab b/mail/horde4-imp/files/patch-ab
deleted file mode 100644
index 70f53f65a58c..000000000000
--- a/mail/horde4-imp/files/patch-ab
+++ /dev/null
@@ -1,28 +0,0 @@
---- config/servers.php.dist.orig Tue Feb 7 08:50:24 2006
-+++ config/servers.php.dist Wed Mar 8 22:01:53 2006
-@@ -204,14 +204,21 @@
-
- /* Example configurations: */
-
-+/* FreeBSD port note: see also
-+<http://wiki.horde.org/ImpUWIMAPNamespaces>
-+<http://wiki.horde.org/ImpImapConfig>
-+*/
-+
- $servers['imap'] = array(
- 'name' => 'IMAP Server',
-- 'server' => 'imap.example.com',
-+// 'server' => 'imap.example.com',
-+ 'server' => 'localhost',
- 'hordeauth' => false,
-- 'protocol' => 'imap/notls',
-- 'port' => 143,
-+ 'protocol' => '%%PROTOCOL%%',
-+ 'port' => %%IMAPPORT%%,
- 'maildomain' => 'example.com',
-- 'smtphost' => 'smtp.example.com',
-+// 'smtphost' => 'smtp.example.com',
-+ 'smtphost' => 'localhost',
- 'smtpport' => 25,
- 'realm' => '',
- 'preferred' => '',
diff --git a/mail/horde4-imp/files/patch-ac b/mail/horde4-imp/files/patch-ac
deleted file mode 100644
index 68730ef6fde4..000000000000
--- a/mail/horde4-imp/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/prefs.php.dist.orig Fri Oct 29 19:04:12 2004
-+++ config/prefs.php.dist Thu Nov 11 21:49:05 2004
-@@ -1071,7 +1071,7 @@
- // 'value' => "source_one\tsource_two"
- // refer to turba/config/sources.php for possible source values
- $_prefs['search_sources'] = array(
-- 'value' => "",
-+ 'value' => 'localsql',
- 'locked' => false,
- 'shared' => false,
- 'type' => 'implicit');
diff --git a/mail/horde4-imp/files/patch-config::conf.xml b/mail/horde4-imp/files/patch-config::conf.xml
deleted file mode 100644
index 09d8f92142cb..000000000000
--- a/mail/horde4-imp/files/patch-config::conf.xml
+++ /dev/null
@@ -1,29 +0,0 @@
---- config/conf.xml.orig 2008-01-02 22:07:57.000000000 -0900
-+++ config/conf.xml 2008-03-03 10:49:08.000000000 -0900
-@@ -9,7 +9,7 @@
- <case name="aspell" desc="aspell (command line)">
- <configsection name="params">
- <configstring name="path" required="false" desc="Enter the location of
-- the aspell binary" />
-+ the aspell binary">%%ASPELL%%</configstring>
- </configsection>
- </case>
- </configswitch>
-@@ -19,7 +19,7 @@
- <configstring name="gnupg" required="false" desc="If you want users to have
- the option of using the GNU Privacy Guard program to decrypt/encrypt PGP
- files, enter the location of the 'gpg' binary here. If this is empty this
-- feature will be disabled."/>
-+ feature will be disabled.">%%GPG%%</configstring>
- <configmultienum name="gnupg_keyserver" required="false" desc="The address
- of the public PGP keyserver(s) to use.">pgp.mit.edu
- <values>
-@@ -33,7 +33,7 @@
- <configstring name="openssl_cafile" required="false" desc="The location of
- the root certificates bundle, e.g. /etc/ssl/certs. See
- http://www.php.net/manual/en/ref.openssl.php#openssl.cert.verification for
-- details."/>
-+ details.">/usr/local/etc/ssl.crt/ca-bundle.crt</configstring>
- <configstring name="openssl_binary" required="false" desc="The location of
- the OpenSSL binary on your system, e.g. /usr/bin/openssl. This program is
- REQUIRED to import personal S/MIME certificate information, as there is no
diff --git a/mail/horde4-imp/files/pkg-message.in b/mail/horde4-imp/files/pkg-message.in
deleted file mode 100644
index 9a3de8c83b0c..000000000000
--- a/mail/horde4-imp/files/pkg-message.in
+++ /dev/null
@@ -1,22 +0,0 @@
-************************************************************************
-IMP has been installed in %%HORDIR%%/ with your blank
-configuration files.
-
-Horde must be configured and the tables created; if not, see
-`pkg_info -Dx horde-base'.
-
-Then, you have to tune the configuration files located in
-%%HORCFG%%/, especially the file servers.php
-to define your mailserver.
-
-Then, you must login to Horde as a Horde Administrator to finish the
-configuration. Please read %%DOCSDIR%%/INSTALL.
-
-Warning: if you are upgrading from IMP 4.0.x, please read
-%%DOCSDIR%%/UPGRADING.
-
-To secure your installation, it is at least recommended that you change
-the default database password used by horde and imp.
-Then, you might change the 'session.save_path' setting in php.ini to a
-directory only readable and writeable by your webserver.
-************************************************************************
diff --git a/mail/horde4-imp/pkg-descr b/mail/horde4-imp/pkg-descr
deleted file mode 100644
index b085871c38de..000000000000
--- a/mail/horde4-imp/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-IMP is the Internet Messaging Program. It is written in PHP and provides
-webmail access to IMAP and POP3 accounts.
-
-WWW: http://www.horde.org/imp/
diff --git a/mail/horde4-imp/pkg-plist b/mail/horde4-imp/pkg-plist
deleted file mode 100644
index d9de5096dd24..000000000000
--- a/mail/horde4-imp/pkg-plist
+++ /dev/null
@@ -1,717 +0,0 @@
-%%HORDIR%%/acl.php
-%%HORDIR%%/attachment.php
-%%HORDIR%%/cache.php
-%%HORDIR%%/compose.php
-%%HORDIR%%/config/.htaccess
-%%HORDIR%%/config/conf.xml
-%%HORDIR%%/config/filter.txt.dist
-%%HORDIR%%/config/header.php.dist
-%%HORDIR%%/config/hooks.php.dist
-%%HORDIR%%/config/menu.php.dist
-%%HORDIR%%/config/mime_drivers.php.dist
-%%HORDIR%%/config/motd.php.dist
-%%HORDIR%%/config/prefs.php.dist
-%%HORDIR%%/config/servers.php.dist
-%%HORDIR%%/config/spelling.php.dist
-%%HORDIR%%/config/trailer.txt.dist
-%%HORDIR%%/contacts.php
-%%HORDIR%%/fetchmail.php
-%%HORDIR%%/fetchmailprefs.php
-%%HORDIR%%/filterprefs.php
-%%HORDIR%%/folders.php
-%%HORDIR%%/imple.php
-%%HORDIR%%/index.php
-%%HORDIR%%/js/KeyNavList.js
-%%HORDIR%%/js/SpellChecker.js
-%%HORDIR%%/js/acl.js
-%%HORDIR%%/js/addressesBlocks.js
-%%HORDIR%%/js/builder.js
-%%HORDIR%%/js/compose.js
-%%HORDIR%%/js/contacts.js
-%%HORDIR%%/js/controls.js
-%%HORDIR%%/js/dragdrop.js
-%%HORDIR%%/js/effects.js
-%%HORDIR%%/js/fetchmailprefs.js
-%%HORDIR%%/js/folders.js
-%%HORDIR%%/js/ieEscGuard.js
-%%HORDIR%%/js/login.js
-%%HORDIR%%/js/mailbox.js
-%%HORDIR%%/js/message.js
-%%HORDIR%%/js/popup.js
-%%HORDIR%%/js/prototype.js
-%%HORDIR%%/js/redbox.js
-%%HORDIR%%/js/scriptaculous.js
-%%HORDIR%%/js/search.js
-%%HORDIR%%/js/slider.js
-%%HORDIR%%/js/src/KeyNavList.js
-%%HORDIR%%/js/src/SpellChecker.js
-%%HORDIR%%/js/src/acl.js
-%%HORDIR%%/js/src/addressesBlocks.js
-%%HORDIR%%/js/src/builder.js
-%%HORDIR%%/js/src/compose.js
-%%HORDIR%%/js/src/contacts.js
-%%HORDIR%%/js/src/controls.js
-%%HORDIR%%/js/src/dragdrop.js
-%%HORDIR%%/js/src/effects.js
-%%HORDIR%%/js/src/fetchmailprefs.js
-%%HORDIR%%/js/src/folders.js
-%%HORDIR%%/js/src/ieEscGuard.js
-%%HORDIR%%/js/src/login.js
-%%HORDIR%%/js/src/mailbox.js
-%%HORDIR%%/js/src/message.js
-%%HORDIR%%/js/src/popup.js
-%%HORDIR%%/js/src/prototype.js
-%%HORDIR%%/js/src/redbox.js
-%%HORDIR%%/js/src/scriptaculous.js
-%%HORDIR%%/js/src/search.js
-%%HORDIR%%/js/src/slider.js
-%%HORDIR%%/js/src/stripe.js
-%%HORDIR%%/js/src/tables.js
-%%HORDIR%%/js/src/unblockImages.js
-%%HORDIR%%/js/stripe.js
-%%HORDIR%%/js/tables.js
-%%HORDIR%%/js/unblockImages.js
-%%HORDIR%%/lib/.htaccess
-%%HORDIR%%/lib/Auth/imp.php
-%%HORDIR%%/lib/Block/summary.php
-%%HORDIR%%/lib/Block/tree_folders.php
-%%HORDIR%%/lib/Compose.php
-%%HORDIR%%/lib/Crypt/PGP.php
-%%HORDIR%%/lib/Crypt/SMIME.php
-%%HORDIR%%/lib/Fetchmail.php
-%%HORDIR%%/lib/Fetchmail/imap.php
-%%HORDIR%%/lib/Filter.php
-%%HORDIR%%/lib/Folder.php
-%%HORDIR%%/lib/IMAP.php
-%%HORDIR%%/lib/IMAP/ACL.php
-%%HORDIR%%/lib/IMAP/ACL/rfc2086.php
-%%HORDIR%%/lib/IMAP/ACL/rfc4314.php
-%%HORDIR%%/lib/IMAP/Cache.php
-%%HORDIR%%/lib/IMAP/Client.php
-%%HORDIR%%/lib/IMAP/MessageCache.php
-%%HORDIR%%/lib/IMAP/Search.php
-%%HORDIR%%/lib/IMAP/Sort.php
-%%HORDIR%%/lib/IMAP/Thread.php
-%%HORDIR%%/lib/IMAP/Tree.php
-%%HORDIR%%/lib/IMP.php
-%%HORDIR%%/lib/Identity/imp.php
-%%HORDIR%%/lib/Imple.php
-%%HORDIR%%/lib/Imple/ContactAutoCompleter.php
-%%HORDIR%%/lib/Imple/SpellChecker.php
-%%HORDIR%%/lib/JSON.php
-%%HORDIR%%/lib/MIME/Contents.php
-%%HORDIR%%/lib/MIME/Headers.php
-%%HORDIR%%/lib/MIME/Viewer/alternative.php
-%%HORDIR%%/lib/MIME/Viewer/appledouble.php
-%%HORDIR%%/lib/MIME/Viewer/enriched.php
-%%HORDIR%%/lib/MIME/Viewer/html.php
-%%HORDIR%%/lib/MIME/Viewer/images.php
-%%HORDIR%%/lib/MIME/Viewer/itip.php
-%%HORDIR%%/lib/MIME/Viewer/multipart.php
-%%HORDIR%%/lib/MIME/Viewer/notification.php
-%%HORDIR%%/lib/MIME/Viewer/partial.php
-%%HORDIR%%/lib/MIME/Viewer/pgp.php
-%%HORDIR%%/lib/MIME/Viewer/pkcs7.php
-%%HORDIR%%/lib/MIME/Viewer/plain.php
-%%HORDIR%%/lib/MIME/Viewer/related.php
-%%HORDIR%%/lib/MIME/Viewer/rfc822.php
-%%HORDIR%%/lib/MIME/Viewer/smil.php
-%%HORDIR%%/lib/MIME/Viewer/status.php
-%%HORDIR%%/lib/MIME/Viewer/tnef.php
-%%HORDIR%%/lib/MIME/Viewer/zip.php
-%%HORDIR%%/lib/Mailbox.php
-%%HORDIR%%/lib/Maillog.php
-%%HORDIR%%/lib/Maintenance/Task/delete_attachments_monthly.php
-%%HORDIR%%/lib/Maintenance/Task/delete_sentmail_monthly.php
-%%HORDIR%%/lib/Maintenance/Task/fetchmail_login.php
-%%HORDIR%%/lib/Maintenance/Task/purge_sentmail.php
-%%HORDIR%%/lib/Maintenance/Task/purge_spam.php
-%%HORDIR%%/lib/Maintenance/Task/purge_trash.php
-%%HORDIR%%/lib/Maintenance/Task/rename_sentmail_monthly.php
-%%HORDIR%%/lib/Maintenance/Task/tos_agreement.php
-%%HORDIR%%/lib/Maintenance/imp.php
-%%HORDIR%%/lib/Message.php
-%%HORDIR%%/lib/Notification/Listener/status.php
-%%HORDIR%%/lib/Quota.php
-%%HORDIR%%/lib/Quota/command.php
-%%HORDIR%%/lib/Quota/hook.php
-%%HORDIR%%/lib/Quota/imap.php
-%%HORDIR%%/lib/Quota/logfile.php
-%%HORDIR%%/lib/Quota/maildir.php
-%%HORDIR%%/lib/Quota/mdaemon.php
-%%HORDIR%%/lib/Quota/mercury32.php
-%%HORDIR%%/lib/Quota/sql.php
-%%HORDIR%%/lib/Search.php
-%%HORDIR%%/lib/Sentmail.php
-%%HORDIR%%/lib/Sentmail/sql.php
-%%HORDIR%%/lib/Session.php
-%%HORDIR%%/lib/Spam.php
-%%HORDIR%%/lib/SpellChecker.php
-%%HORDIR%%/lib/SpellChecker/aspell.php
-%%HORDIR%%/lib/Template.php
-%%HORDIR%%/lib/UI/Compose.php
-%%HORDIR%%/lib/UI/Mailbox.php
-%%HORDIR%%/lib/UI/Message.php
-%%HORDIR%%/lib/api.php
-%%HORDIR%%/lib/base.php
-%%HORDIR%%/lib/prefs.php
-%%HORDIR%%/lib/tests/mime_viewer_html.phpt
-%%HORDIR%%/lib/version.php
-%%HORDIR%%/locale/.htaccess
-%%HORDIR%%/locale/ar_OM/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/ar_SY/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/bg_BG/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/bs_BA/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/ca_ES/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/ca_ES/help.xml
-%%HORDIR%%/locale/cs_CZ/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/cs_CZ/help.xml
-%%HORDIR%%/locale/da_DK/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/da_DK/help.xml
-%%HORDIR%%/locale/de_DE/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/de_DE/help.xml
-%%HORDIR%%/locale/el_GR/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/el_GR/help.xml
-%%HORDIR%%/locale/en_US/help.xml
-%%HORDIR%%/locale/es_ES/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/es_ES/help.xml
-%%HORDIR%%/locale/et_EE/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/et_EE/help.xml
-%%HORDIR%%/locale/fa_IR/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/fa_IR/help.xml
-%%HORDIR%%/locale/fi_FI/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/fi_FI/help.xml
-%%HORDIR%%/locale/fr_FR/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/fr_FR/help.xml
-%%HORDIR%%/locale/gl_ES/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/he_IL/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/hu_HU/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/hu_HU/help.xml
-%%HORDIR%%/locale/id_ID/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/is_IS/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/it_IT/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/it_IT/help.xml
-%%HORDIR%%/locale/ja_JP/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/km_KH/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/ko_KR/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/ko_KR/help.xml
-%%HORDIR%%/locale/lt_LT/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/lv_LV/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/mk_MK/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/nb_NO/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/nb_NO/help.xml
-%%HORDIR%%/locale/nl_NL/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/nl_NL/help.xml
-%%HORDIR%%/locale/nn_NO/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/pl_PL/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/pl_PL/help.xml
-%%HORDIR%%/locale/pt_BR/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/pt_BR/help.xml
-%%HORDIR%%/locale/pt_PT/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/pt_PT/help.xml
-%%HORDIR%%/locale/ro_RO/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/ru_RU/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/ru_RU/help.xml
-%%HORDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/sk_SK/help.xml
-%%HORDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/sv_SE/help.xml
-%%HORDIR%%/locale/th_TH/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/tr_TR/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/tr_TR/help.xml
-%%HORDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/uk_UA/help.xml
-%%HORDIR%%/locale/zh_CN/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/zh_CN/help.xml
-%%HORDIR%%/locale/zh_TW/LC_MESSAGES/imp.mo
-%%HORDIR%%/locale/zh_TW/help.xml
-%%HORDIR%%/login.php
-%%HORDIR%%/mailbox.php
-%%HORDIR%%/message.php
-%%HORDIR%%/pgp.php
-%%HORDIR%%/po/.htaccess
-%%HORDIR%%/po/README
-%%HORDIR%%/po/ar_OM.po
-%%HORDIR%%/po/ar_SY.po
-%%HORDIR%%/po/bg_BG.po
-%%HORDIR%%/po/bs_BA.po
-%%HORDIR%%/po/ca_ES.po
-%%HORDIR%%/po/cs_CZ.po
-%%HORDIR%%/po/da_DK.po
-%%HORDIR%%/po/de_DE.po
-%%HORDIR%%/po/el_GR.po
-%%HORDIR%%/po/es_ES.po
-%%HORDIR%%/po/et_EE.po
-%%HORDIR%%/po/fa_IR.po
-%%HORDIR%%/po/fi_FI.po
-%%HORDIR%%/po/fr_FR.po
-%%HORDIR%%/po/gl_ES.po
-%%HORDIR%%/po/he_IL.po
-%%HORDIR%%/po/hu_HU.po
-%%HORDIR%%/po/id_ID.po
-%%HORDIR%%/po/imp.pot
-%%HORDIR%%/po/is_IS.po
-%%HORDIR%%/po/it_IT.po
-%%HORDIR%%/po/ja_JP.po
-%%HORDIR%%/po/km_KH.po
-%%HORDIR%%/po/ko_KR.po
-%%HORDIR%%/po/lt_LT.po
-%%HORDIR%%/po/lv_LV.po
-%%HORDIR%%/po/mk_MK.po
-%%HORDIR%%/po/nb_NO.po
-%%HORDIR%%/po/nl_NL.po
-%%HORDIR%%/po/nn_NO.po
-%%HORDIR%%/po/pl_PL.po
-%%HORDIR%%/po/pt_BR.po
-%%HORDIR%%/po/pt_PT.po
-%%HORDIR%%/po/ro_RO.po
-%%HORDIR%%/po/ru_RU.po
-%%HORDIR%%/po/sk_SK.po
-%%HORDIR%%/po/sl_SI.po
-%%HORDIR%%/po/sv_SE.po
-%%HORDIR%%/po/th_TH.po
-%%HORDIR%%/po/tr_TR.po
-%%HORDIR%%/po/uk_UA.po
-%%HORDIR%%/po/zh_CN.po
-%%HORDIR%%/po/zh_TW.po
-%%HORDIR%%/redirect.php
-%%HORDIR%%/rss.php
-%%HORDIR%%/saveimage.php
-%%HORDIR%%/scripts/.htaccess
-%%HORDIR%%/scripts/Imp.reg
-%%HORDIR%%/scripts/bounce_spam.php
-%%HORDIR%%/scripts/custom_login.php
-%%HORDIR%%/scripts/sql/imp.sql
-%%HORDIR%%/scripts/sql/imp.xml
-%%HORDIR%%/scripts/upgrades/convert_vfolders.php
-%%HORDIR%%/search.php
-%%HORDIR%%/smime.php
-%%HORDIR%%/stationery.php
-%%HORDIR%%/templates/.htaccess
-%%HORDIR%%/templates/acl/acl.html
-%%HORDIR%%/templates/common-header.inc
-%%HORDIR%%/templates/compose/compose.html
-%%HORDIR%%/templates/compose/redirect.html
-%%HORDIR%%/templates/compose/success.html
-%%HORDIR%%/templates/contacts/contacts.html
-%%HORDIR%%/templates/fetchmail/fetchmail.html
-%%HORDIR%%/templates/fetchmail/fetchmailprefs.html
-%%HORDIR%%/templates/filters/prefs.html
-%%HORDIR%%/templates/folders/actions.html
-%%HORDIR%%/templates/folders/folders.html
-%%HORDIR%%/templates/folders/folders_confirm.html
-%%HORDIR%%/templates/folders/folders_size.html
-%%HORDIR%%/templates/folders/head.html
-%%HORDIR%%/templates/folders/import.html
-%%HORDIR%%/templates/javascript/addressesBlocks.js
-%%HORDIR%%/templates/javascript/popup.js
-%%HORDIR%%/templates/javascript_defs.php
-%%HORDIR%%/templates/login/login.html
-%%HORDIR%%/templates/login/mobile.inc
-%%HORDIR%%/templates/login/recompose.html
-%%HORDIR%%/templates/mailbox/actions.html
-%%HORDIR%%/templates/mailbox/actions_deleted.html
-%%HORDIR%%/templates/mailbox/empty_mailbox.html
-%%HORDIR%%/templates/mailbox/header.html
-%%HORDIR%%/templates/mailbox/mailbox.html
-%%HORDIR%%/templates/mailbox/message_footers.html
-%%HORDIR%%/templates/mailbox/message_headers.html
-%%HORDIR%%/templates/mailbox/navbar.html
-%%HORDIR%%/templates/mailbox/searchfolder.html
-%%HORDIR%%/templates/menu.html
-%%HORDIR%%/templates/message/message.html
-%%HORDIR%%/templates/message/navbar_actions.html
-%%HORDIR%%/templates/message/navbar_navigate.html
-%%HORDIR%%/templates/message/navbar_top.html
-%%HORDIR%%/templates/newmsg/alert.html
-%%HORDIR%%/templates/pgp/import_key.html
-%%HORDIR%%/templates/pgp/passphrase.html
-%%HORDIR%%/templates/pgp/pgp.html
-%%HORDIR%%/templates/prefs/encryptselect.inc
-%%HORDIR%%/templates/prefs/folderselect.inc
-%%HORDIR%%/templates/prefs/initialpageselect.inc
-%%HORDIR%%/templates/prefs/sentmailselect.inc
-%%HORDIR%%/templates/prefs/soundselect.inc
-%%HORDIR%%/templates/prefs/sourceselect.inc
-%%HORDIR%%/templates/prefs/spamselect.inc
-%%HORDIR%%/templates/prefs/trashselect.inc
-%%HORDIR%%/templates/quota/quota.html
-%%HORDIR%%/templates/rss/mailbox.rss
-%%HORDIR%%/templates/saveimage/saveimage.html
-%%HORDIR%%/templates/search/search.html
-%%HORDIR%%/templates/smime/import_key.html
-%%HORDIR%%/templates/smime/passphrase.html
-%%HORDIR%%/templates/smime/smime.html
-%%HORDIR%%/templates/stationery/stationery.html
-%%HORDIR%%/templates/thread/thread.html
-%%HORDIR%%/test.php
-%%HORDIR%%/themes/azur/screen.css
-%%HORDIR%%/themes/bluemoon/screen.css
-%%HORDIR%%/themes/bluewhite/screen.css
-%%HORDIR%%/themes/brown/screen.css
-%%HORDIR%%/themes/burntorange/screen.css
-%%HORDIR%%/themes/cherry/screen.css
-%%HORDIR%%/themes/cornflower/screen.css
-%%HORDIR%%/themes/fadetogreen/screen.css
-%%HORDIR%%/themes/feed-rss.xsl
-%%HORDIR%%/themes/gennevilliers/screen.css
-%%HORDIR%%/themes/graphics/addressbook_add.png
-%%HORDIR%%/themes/graphics/addressbook_browse.png
-%%HORDIR%%/themes/graphics/apple.png
-%%HORDIR%%/themes/graphics/attachment.png
-%%HORDIR%%/themes/graphics/audio/doorbell.wav
-%%HORDIR%%/themes/graphics/audio/gnid3.wav
-%%HORDIR%%/themes/graphics/audio/jetsndb.wav
-%%HORDIR%%/themes/graphics/audio/reminder.wav
-%%HORDIR%%/themes/graphics/audio/theetone.wav
-%%HORDIR%%/themes/graphics/compose.png
-%%HORDIR%%/themes/graphics/empty_spam.png
-%%HORDIR%%/themes/graphics/empty_trash.png
-%%HORDIR%%/themes/graphics/encrypted.png
-%%HORDIR%%/themes/graphics/expand.png
-%%HORDIR%%/themes/graphics/favicon.ico
-%%HORDIR%%/themes/graphics/fetchmail.png
-%%HORDIR%%/themes/graphics/filters.png
-%%HORDIR%%/themes/graphics/folders/drafts.png
-%%HORDIR%%/themes/graphics/folders/folder.png
-%%HORDIR%%/themes/graphics/folders/folder_create.png
-%%HORDIR%%/themes/graphics/folders/folder_delete.png
-%%HORDIR%%/themes/graphics/folders/folder_edit.png
-%%HORDIR%%/themes/graphics/folders/folder_open.png
-%%HORDIR%%/themes/graphics/folders/inbox.png
-%%HORDIR%%/themes/graphics/folders/sent.png
-%%HORDIR%%/themes/graphics/folders/spam.png
-%%HORDIR%%/themes/graphics/folders/trash.png
-%%HORDIR%%/themes/graphics/imp.png
-%%HORDIR%%/themes/graphics/loading.gif
-%%HORDIR%%/themes/graphics/mail_answered.png
-%%HORDIR%%/themes/graphics/mail_clearflag.png
-%%HORDIR%%/themes/graphics/mail_deleted.png
-%%HORDIR%%/themes/graphics/mail_draft.png
-%%HORDIR%%/themes/graphics/mail_flagged.png
-%%HORDIR%%/themes/graphics/mail_forwarded.png
-%%HORDIR%%/themes/graphics/mail_personal.png
-%%HORDIR%%/themes/graphics/mail_priority_high.png
-%%HORDIR%%/themes/graphics/mail_priority_low.png
-%%HORDIR%%/themes/graphics/mail_seen.png
-%%HORDIR%%/themes/graphics/mail_unseen.png
-%%HORDIR%%/themes/graphics/manage_attachments.png
-%%HORDIR%%/themes/graphics/mime/binary.png
-%%HORDIR%%/themes/graphics/mime/compressed.png
-%%HORDIR%%/themes/graphics/mime/encryption.png
-%%HORDIR%%/themes/graphics/mime/html.png
-%%HORDIR%%/themes/graphics/mime/image.png
-%%HORDIR%%/themes/graphics/mime/itip.png
-%%HORDIR%%/themes/graphics/mime/mail.png
-%%HORDIR%%/themes/graphics/mime/text.png
-%%HORDIR%%/themes/graphics/mini-error.png
-%%HORDIR%%/themes/graphics/newmail.png
-%%HORDIR%%/themes/graphics/popdown.png
-%%HORDIR%%/themes/graphics/redbox_spinner.gif
-%%HORDIR%%/themes/graphics/shared.png
-%%HORDIR%%/themes/graphics/signed.png
-%%HORDIR%%/themes/graphics/spacer_red.png
-%%HORDIR%%/themes/graphics/spellcheck.png
-%%HORDIR%%/themes/green/screen.css
-%%HORDIR%%/themes/grey/screen.css
-%%HORDIR%%/themes/ideas/screen.css
-%%HORDIR%%/themes/ie6_or_less.css
-%%HORDIR%%/themes/ie7.css
-%%HORDIR%%/themes/lavander/screen.css
-%%HORDIR%%/themes/luc/screen.css
-%%HORDIR%%/themes/lucblue/screen.css
-%%HORDIR%%/themes/mozilla/screen.css
-%%HORDIR%%/themes/postnuke/screen.css
-%%HORDIR%%/themes/rtl.css
-%%HORDIR%%/themes/screen.css
-%%HORDIR%%/themes/silver/graphics/addressbook_add.png
-%%HORDIR%%/themes/silver/graphics/addressbook_browse.png
-%%HORDIR%%/themes/silver/graphics/apple.png
-%%HORDIR%%/themes/silver/graphics/attachment.png
-%%HORDIR%%/themes/silver/graphics/audio/doorbell.wav
-%%HORDIR%%/themes/silver/graphics/audio/gnid3.wav
-%%HORDIR%%/themes/silver/graphics/audio/jetsndb.wav
-%%HORDIR%%/themes/silver/graphics/audio/reminder.wav
-%%HORDIR%%/themes/silver/graphics/audio/theetone.wav
-%%HORDIR%%/themes/silver/graphics/compose.png
-%%HORDIR%%/themes/silver/graphics/empty_spam.png
-%%HORDIR%%/themes/silver/graphics/empty_trash.png
-%%HORDIR%%/themes/silver/graphics/encrypted.png
-%%HORDIR%%/themes/silver/graphics/expand.png
-%%HORDIR%%/themes/silver/graphics/favicon.ico
-%%HORDIR%%/themes/silver/graphics/fetchmail.png
-%%HORDIR%%/themes/silver/graphics/filters.png
-%%HORDIR%%/themes/silver/graphics/folders/drafts.png
-%%HORDIR%%/themes/silver/graphics/folders/folder.png
-%%HORDIR%%/themes/silver/graphics/folders/folder_create.png
-%%HORDIR%%/themes/silver/graphics/folders/folder_delete.png
-%%HORDIR%%/themes/silver/graphics/folders/folder_edit.png
-%%HORDIR%%/themes/silver/graphics/folders/folder_open.png
-%%HORDIR%%/themes/silver/graphics/folders/inbox.png
-%%HORDIR%%/themes/silver/graphics/folders/sent.png
-%%HORDIR%%/themes/silver/graphics/folders/spam.png
-%%HORDIR%%/themes/silver/graphics/folders/trash.png
-%%HORDIR%%/themes/silver/graphics/imp.png
-%%HORDIR%%/themes/silver/graphics/loading.gif
-%%HORDIR%%/themes/silver/graphics/mail_answered.png
-%%HORDIR%%/themes/silver/graphics/mail_clearflag.png
-%%HORDIR%%/themes/silver/graphics/mail_deleted.png
-%%HORDIR%%/themes/silver/graphics/mail_draft.png
-%%HORDIR%%/themes/silver/graphics/mail_flagged.png
-%%HORDIR%%/themes/silver/graphics/mail_forwarded.png
-%%HORDIR%%/themes/silver/graphics/mail_personal.png
-%%HORDIR%%/themes/silver/graphics/mail_priority_high.png
-%%HORDIR%%/themes/silver/graphics/mail_priority_low.png
-%%HORDIR%%/themes/silver/graphics/mail_seen.png
-%%HORDIR%%/themes/silver/graphics/mail_unseen.png
-%%HORDIR%%/themes/silver/graphics/manage_attachments.png
-%%HORDIR%%/themes/silver/graphics/mime/binary.png
-%%HORDIR%%/themes/silver/graphics/mime/compressed.png
-%%HORDIR%%/themes/silver/graphics/mime/encryption.png
-%%HORDIR%%/themes/silver/graphics/mime/html.png
-%%HORDIR%%/themes/silver/graphics/mime/image.png
-%%HORDIR%%/themes/silver/graphics/mime/itip.png
-%%HORDIR%%/themes/silver/graphics/mime/mail.png
-%%HORDIR%%/themes/silver/graphics/mime/text.png
-%%HORDIR%%/themes/silver/graphics/mini-error.png
-%%HORDIR%%/themes/silver/graphics/newmail.png
-%%HORDIR%%/themes/silver/graphics/popdown.png
-%%HORDIR%%/themes/silver/graphics/redbox_spinner.gif
-%%HORDIR%%/themes/silver/graphics/shared.png
-%%HORDIR%%/themes/silver/graphics/signed.png
-%%HORDIR%%/themes/silver/graphics/spacer_red.png
-%%HORDIR%%/themes/silver/graphics/spellcheck.png
-%%HORDIR%%/themes/silver/screen.css
-%%HORDIR%%/themes/silver/themed_graphics
-%%HORDIR%%/themes/simplex/screen.css
-%%HORDIR%%/themes/sun/screen.css
-%%HORDIR%%/themes/tango-blue/graphics/addressbook_add.png
-%%HORDIR%%/themes/tango-blue/graphics/addressbook_browse.png
-%%HORDIR%%/themes/tango-blue/graphics/apple.png
-%%HORDIR%%/themes/tango-blue/graphics/attachment.png
-%%HORDIR%%/themes/tango-blue/graphics/audio/doorbell.wav
-%%HORDIR%%/themes/tango-blue/graphics/audio/gnid3.wav
-%%HORDIR%%/themes/tango-blue/graphics/audio/jetsndb.wav
-%%HORDIR%%/themes/tango-blue/graphics/audio/reminder.wav
-%%HORDIR%%/themes/tango-blue/graphics/audio/theetone.wav
-%%HORDIR%%/themes/tango-blue/graphics/compose.png
-%%HORDIR%%/themes/tango-blue/graphics/empty_spam.png
-%%HORDIR%%/themes/tango-blue/graphics/empty_trash.png
-%%HORDIR%%/themes/tango-blue/graphics/encrypted.png
-%%HORDIR%%/themes/tango-blue/graphics/expand.png
-%%HORDIR%%/themes/tango-blue/graphics/favicon.ico
-%%HORDIR%%/themes/tango-blue/graphics/fetchmail.png
-%%HORDIR%%/themes/tango-blue/graphics/filters.png
-%%HORDIR%%/themes/tango-blue/graphics/folders/drafts.png
-%%HORDIR%%/themes/tango-blue/graphics/folders/folder.png
-%%HORDIR%%/themes/tango-blue/graphics/folders/folder_create.png
-%%HORDIR%%/themes/tango-blue/graphics/folders/folder_delete.png
-%%HORDIR%%/themes/tango-blue/graphics/folders/folder_edit.png
-%%HORDIR%%/themes/tango-blue/graphics/folders/folder_open.png
-%%HORDIR%%/themes/tango-blue/graphics/folders/inbox.png
-%%HORDIR%%/themes/tango-blue/graphics/folders/sent.png
-%%HORDIR%%/themes/tango-blue/graphics/folders/spam.png
-%%HORDIR%%/themes/tango-blue/graphics/folders/trash.png
-%%HORDIR%%/themes/tango-blue/graphics/imp.png
-%%HORDIR%%/themes/tango-blue/graphics/loading.gif
-%%HORDIR%%/themes/tango-blue/graphics/mail_answered.png
-%%HORDIR%%/themes/tango-blue/graphics/mail_clearflag.png
-%%HORDIR%%/themes/tango-blue/graphics/mail_deleted.png
-%%HORDIR%%/themes/tango-blue/graphics/mail_draft.png
-%%HORDIR%%/themes/tango-blue/graphics/mail_flagged.png
-%%HORDIR%%/themes/tango-blue/graphics/mail_forwarded.png
-%%HORDIR%%/themes/tango-blue/graphics/mail_personal.png
-%%HORDIR%%/themes/tango-blue/graphics/mail_priority_high.png
-%%HORDIR%%/themes/tango-blue/graphics/mail_priority_low.png
-%%HORDIR%%/themes/tango-blue/graphics/mail_seen.png
-%%HORDIR%%/themes/tango-blue/graphics/mail_unseen.png
-%%HORDIR%%/themes/tango-blue/graphics/manage_attachments.png
-%%HORDIR%%/themes/tango-blue/graphics/mime/binary.png
-%%HORDIR%%/themes/tango-blue/graphics/mime/compressed.png
-%%HORDIR%%/themes/tango-blue/graphics/mime/encryption.png
-%%HORDIR%%/themes/tango-blue/graphics/mime/html.png
-%%HORDIR%%/themes/tango-blue/graphics/mime/image.png
-%%HORDIR%%/themes/tango-blue/graphics/mime/itip.png
-%%HORDIR%%/themes/tango-blue/graphics/mime/mail.png
-%%HORDIR%%/themes/tango-blue/graphics/mime/text.png
-%%HORDIR%%/themes/tango-blue/graphics/mini-error.png
-%%HORDIR%%/themes/tango-blue/graphics/newmail.png
-%%HORDIR%%/themes/tango-blue/graphics/shared.png
-%%HORDIR%%/themes/tango-blue/graphics/signed.png
-%%HORDIR%%/themes/tango-blue/graphics/spacer_red.png
-%%HORDIR%%/themes/tango-blue/graphics/spellcheck.png
-%%HORDIR%%/themes/tango-blue/screen.css
-%%HORDIR%%/themes/tango-blue/themed_graphics
-%%HORDIR%%/thread.php
-%%HORDIR%%/view.php
-@dirrm %%HORDIR%%/themes/tango-blue/graphics/mime
-@dirrm %%HORDIR%%/themes/tango-blue/graphics/folders
-@dirrm %%HORDIR%%/themes/tango-blue/graphics/audio
-@dirrm %%HORDIR%%/themes/tango-blue/graphics
-@dirrm %%HORDIR%%/themes/tango-blue
-@dirrm %%HORDIR%%/themes/sun
-@dirrm %%HORDIR%%/themes/simplex
-@dirrm %%HORDIR%%/themes/silver/graphics/mime
-@dirrm %%HORDIR%%/themes/silver/graphics/folders
-@dirrm %%HORDIR%%/themes/silver/graphics/audio
-@dirrm %%HORDIR%%/themes/silver/graphics
-@dirrm %%HORDIR%%/themes/silver
-@dirrm %%HORDIR%%/themes/postnuke
-@dirrm %%HORDIR%%/themes/mozilla
-@dirrm %%HORDIR%%/themes/lucblue
-@dirrm %%HORDIR%%/themes/luc
-@dirrm %%HORDIR%%/themes/lavander
-@dirrm %%HORDIR%%/themes/ideas
-@dirrm %%HORDIR%%/themes/grey
-@dirrm %%HORDIR%%/themes/green
-@dirrm %%HORDIR%%/themes/graphics/mime
-@dirrm %%HORDIR%%/themes/graphics/folders
-@dirrm %%HORDIR%%/themes/graphics/audio
-@dirrm %%HORDIR%%/themes/graphics
-@dirrm %%HORDIR%%/themes/gennevilliers
-@dirrm %%HORDIR%%/themes/fadetogreen
-@dirrm %%HORDIR%%/themes/cornflower
-@dirrm %%HORDIR%%/themes/cherry
-@dirrm %%HORDIR%%/themes/burntorange
-@dirrm %%HORDIR%%/themes/brown
-@dirrm %%HORDIR%%/themes/bluewhite
-@dirrm %%HORDIR%%/themes/bluemoon
-@dirrm %%HORDIR%%/themes/azur
-@dirrm %%HORDIR%%/themes
-@dirrm %%HORDIR%%/templates/thread
-@dirrm %%HORDIR%%/templates/stationery
-@dirrm %%HORDIR%%/templates/smime
-@dirrm %%HORDIR%%/templates/search
-@dirrm %%HORDIR%%/templates/saveimage
-@dirrm %%HORDIR%%/templates/rss
-@dirrm %%HORDIR%%/templates/quota
-@dirrm %%HORDIR%%/templates/prefs
-@dirrm %%HORDIR%%/templates/pgp
-@dirrm %%HORDIR%%/templates/newmsg
-@dirrm %%HORDIR%%/templates/message
-@dirrm %%HORDIR%%/templates/mailbox
-@dirrm %%HORDIR%%/templates/login
-@dirrm %%HORDIR%%/templates/javascript
-@dirrm %%HORDIR%%/templates/folders
-@dirrm %%HORDIR%%/templates/filters
-@dirrm %%HORDIR%%/templates/fetchmail
-@dirrm %%HORDIR%%/templates/contacts
-@dirrm %%HORDIR%%/templates/compose
-@dirrm %%HORDIR%%/templates/acl
-@dirrm %%HORDIR%%/templates
-@dirrm %%HORDIR%%/scripts/upgrades
-@dirrm %%HORDIR%%/scripts/sql
-@dirrm %%HORDIR%%/scripts
-@dirrm %%HORDIR%%/po
-@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/zh_TW
-@dirrm %%HORDIR%%/locale/zh_CN/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/zh_CN
-@dirrm %%HORDIR%%/locale/uk_UA/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/uk_UA
-@dirrm %%HORDIR%%/locale/tr_TR/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/tr_TR
-@dirrm %%HORDIR%%/locale/th_TH/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/th_TH
-@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/sv_SE
-@dirrm %%HORDIR%%/locale/sl_SI/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/sl_SI
-@dirrm %%HORDIR%%/locale/sk_SK/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/sk_SK
-@dirrm %%HORDIR%%/locale/ru_RU/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/ru_RU
-@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/ro_RO
-@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/pt_PT
-@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/pt_BR
-@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/pl_PL
-@dirrm %%HORDIR%%/locale/nn_NO/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/nn_NO
-@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/nl_NL
-@dirrm %%HORDIR%%/locale/nb_NO/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/nb_NO
-@dirrm %%HORDIR%%/locale/mk_MK/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/mk_MK
-@dirrm %%HORDIR%%/locale/lv_LV/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/lv_LV
-@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/lt_LT
-@dirrm %%HORDIR%%/locale/ko_KR/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/ko_KR
-@dirrm %%HORDIR%%/locale/km_KH/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/km_KH
-@dirrm %%HORDIR%%/locale/ja_JP/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/ja_JP
-@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/it_IT
-@dirrm %%HORDIR%%/locale/is_IS/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/is_IS
-@dirrm %%HORDIR%%/locale/id_ID/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/id_ID
-@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/hu_HU
-@dirrm %%HORDIR%%/locale/he_IL/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/he_IL
-@dirrm %%HORDIR%%/locale/gl_ES/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/gl_ES
-@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/fr_FR
-@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/fi_FI
-@dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/fa_IR
-@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/et_EE
-@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/es_ES
-@dirrm %%HORDIR%%/locale/en_US
-@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/el_GR
-@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/de_DE
-@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/da_DK
-@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/cs_CZ
-@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/ca_ES
-@dirrm %%HORDIR%%/locale/bs_BA/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/bs_BA
-@dirrm %%HORDIR%%/locale/bg_BG/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/bg_BG
-@dirrm %%HORDIR%%/locale/ar_SY/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/ar_SY
-@dirrm %%HORDIR%%/locale/ar_OM/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/ar_OM
-@dirrm %%HORDIR%%/locale
-@dirrm %%HORDIR%%/lib/tests
-@dirrm %%HORDIR%%/lib/UI
-@dirrm %%HORDIR%%/lib/SpellChecker
-@dirrm %%HORDIR%%/lib/Sentmail
-@dirrm %%HORDIR%%/lib/Quota
-@dirrm %%HORDIR%%/lib/Notification/Listener
-@dirrm %%HORDIR%%/lib/Notification
-@dirrm %%HORDIR%%/lib/Maintenance/Task
-@dirrm %%HORDIR%%/lib/Maintenance
-@dirrm %%HORDIR%%/lib/MIME/Viewer
-@dirrm %%HORDIR%%/lib/MIME
-@dirrm %%HORDIR%%/lib/Imple
-@dirrm %%HORDIR%%/lib/Identity
-@dirrm %%HORDIR%%/lib/IMAP/ACL
-@dirrm %%HORDIR%%/lib/IMAP
-@dirrm %%HORDIR%%/lib/Fetchmail
-@dirrm %%HORDIR%%/lib/Crypt
-@dirrm %%HORDIR%%/lib/Block
-@dirrm %%HORDIR%%/lib/Auth
-@dirrm %%HORDIR%%/lib
-@dirrm %%HORDIR%%/js/src
-@dirrm %%HORDIR%%/js
-@dirrmtry %%HORDIR%%/config
-@dirrmtry %%HORDIR%%
-@dirrmtry %%HORBAS%%