summaryrefslogtreecommitdiff
path: root/mail/horde-imp
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-04-08 23:42:31 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-04-08 23:42:31 +0000
commit1e0d8c9112e8493a5f7edfd1134a422c3e3efac3 (patch)
tree8195bcc94557ed871bb3862c71b9314dc2c43bd8 /mail/horde-imp
parentIgnore if ${OSVERSION} < 700037 (this version was bumpted by delphij (diff)
- Introduce bsd.horde.mk
- Convert most horde ports - Tested vigorously, but hastily Prodded by: pointyhats via kris Approved by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Notes
Notes: svn path=/head/; revision=189522
Diffstat (limited to 'mail/horde-imp')
-rw-r--r--mail/horde-imp/Makefile72
-rw-r--r--mail/horde-imp/files/pkg-deinstall.in23
-rw-r--r--mail/horde-imp/files/pkg-install.in23
-rw-r--r--mail/horde-imp/files/pkg-message.in7
-rw-r--r--mail/horde-imp/pkg-plist997
5 files changed, 507 insertions, 615 deletions
diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile
index 48e7a1ebb674..7c12481824c1 100644
--- a/mail/horde-imp/Makefile
+++ b/mail/horde-imp/Makefile
@@ -7,10 +7,8 @@
PORTNAME= imp
PORTVERSION= 4.1.4
-DISTVERSIONPREFIX= h3-
PORTREVISION= 1
CATEGORIES= mail www
-MASTER_SITES= HORDE
MAINTAINER= beech@alaskaparadise.com
COMMENT= Webmail system for IMAP/POP3 mailboxes
@@ -39,15 +37,11 @@ COMMENT= Webmail system for IMAP/POP3 mailboxes
RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
-CONFLICTS= imp-3.*
-
USE_PHP= imap
. if !defined(WITHOUT_LDAP)
USE_PHP+= ldap
. endif
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base
-
.if !defined(WITHOUT_SMIME)
USE_PHP+= openssl
.endif
@@ -66,44 +60,13 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
RUN_DEPENDS+= ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
.endif
-NO_BUILD= yes
+CONFLICTS= imp-3.*
+USE_HORDE= base
USE_GETTEXT= yes
-REINPLACE_ARGS= -i.beforeIMP
-
PORTDOCS= README CHANGES CREDITS INSTALL \
RELEASE_NOTES TODO UPGRADING
-CONFFILE= filter.txt header.php menu.php mime_drivers.php motd.php \
- prefs.php servers.php trailer.txt
-SUB_DIRS= config js lib locale po scripts templates themes
-
-LHORDEDIR?= www/horde
-LIMPDIR= ${LHORDEDIR}/imp
-PEARDIR?= ${LOCALBASE}/share/pear
-
-PLIST_SUB= IMPDIR=${LIMPDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||}
-PKGMESSAGE= ${WRKDIR}/pkg-message
-PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
-SUB_FILES= pkg-message pkg-install pkg-deinstall
-SUB_LIST= IMPDIR=${IMPDIR} PORTSDIR=${PORTSDIR} CONFDIR=${CONFDIR}
-
-IMPDIR= ${PREFIX}/${LIMPDIR}
-CONFDIR= ${IMPDIR}/config
-
-HOSTNAME?= `/bin/hostname`
-SERVOS?= ${OPSYS}-${OSREL}
-
-PORTREV_H?= ${LOCALBASE}/include/c-client/portrevision.h
-
-PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \
- conf.xml.beforeIMP servers.php.dist.beforeIMP
-
-.include <bsd.port.pre.mk>
-
-post-extract:
- @${MV} ${WRKSRC}/README ${WRKSRC}/docs/
pre-configure:
- @${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:" ${WRKSRC}/config/conf.xml
.if !defined(WITHOUT_ASPELL)
@${REINPLACE_CMD} -e "s:%%ASPELL%%:${LOCALBASE}/bin/aspell:" \
${WRKSRC}/config/conf.xml
@@ -136,11 +99,6 @@ pre-configure:
. endif
.endif
-.for fc in ${PATCH2RM}
- @${RM} ${WRKSRC}/config/${fc}
-.endfor
- @${RM} ${WRKSRC}/lib/MIME/Headers.php.beforeIMP
-
pre-install:
.if !defined(BATCH) && !defined(WITHOUT_SSL)
@if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \
@@ -151,27 +109,5 @@ pre-install:
fi
.endif
-do-install:
- @${INSTALL} -d ${IMPDIR}/
- @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${IMPDIR}/
- @${CP} -p ${WRKSRC}/*.php ${IMPDIR}/
- @${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${IMPDIR}/
- @${CHMOD} -R o-rwx ${IMPDIR}/
- ${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP}\
- %D/${IMPDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST}
- ${ECHO_CMD} @exec ${CHMOD} -R o-rwx\
- %D/${IMPDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST}
-.if !defined(NOPORTDOCS)
- @${INSTALL} -d ${DOCSDIR}/
- @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-.endif
-
-post-install:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
-
-.include <bsd.port.post.mk>
+.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
+.include <bsd.port.mk>
diff --git a/mail/horde-imp/files/pkg-deinstall.in b/mail/horde-imp/files/pkg-deinstall.in
deleted file mode 100644
index e4787a72dfe4..000000000000
--- a/mail/horde-imp/files/pkg-deinstall.in
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-if [ x$2 != xDEINSTALL ]; then
- exit
-fi
-
-if [ -z "${PACKAGE_BUILDING}" ]; then
- for cf in `ls %%IMPDIR%%/config/*php %%IMPDIR%%/config/*txt`; do
- diff -bBqw $cf $cf.dist >/dev/null 2>&1
- case $? in
- 0) # original config file, delete it
- rm -f $cf
- ;;
- 1) # config file has been updated, leave it alone
- ;;
- *) # not found?
- ;;
- esac
- done
-fi
diff --git a/mail/horde-imp/files/pkg-install.in b/mail/horde-imp/files/pkg-install.in
deleted file mode 100644
index 7a19b9e2b9de..000000000000
--- a/mail/horde-imp/files/pkg-install.in
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-PATH=/usr/sbin:/usr/bin:/bin ; export PATH
-
-case $2 in
- PRE-INSTALL)
- ;;
-
- POST-INSTALL)
- if [ -z "${PACKAGE_BUILDING}" ]; then
- # Copy over sample config files unless they already exist
-
- for cf in `ls %%IMPDIR%%/config/*.dist | sed -e 's/\.dist//g'`; do
- if [ ! -f $cf ]; then
- cp -p $cf.dist $cf
- fi
- done
- fi
- ;;
-esac
diff --git a/mail/horde-imp/files/pkg-message.in b/mail/horde-imp/files/pkg-message.in
index 0d82a9a5d916..9a3de8c83b0c 100644
--- a/mail/horde-imp/files/pkg-message.in
+++ b/mail/horde-imp/files/pkg-message.in
@@ -1,12 +1,13 @@
************************************************************************
-IMP has been installed in %%IMPDIR%% with your blank
+IMP has been installed in %%HORDIR%%/ with your blank
configuration files.
Horde must be configured and the tables created; if not, see
-`pkg_info -D -x horde'.
+`pkg_info -Dx horde-base'.
Then, you have to tune the configuration files located in
-%%CONFDIR%%/, specially the file servers.php to define your mailserver.
+%%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.
diff --git a/mail/horde-imp/pkg-plist b/mail/horde-imp/pkg-plist
index 7aeb4b50a7c6..37bc7af5025a 100644
--- a/mail/horde-imp/pkg-plist
+++ b/mail/horde-imp/pkg-plist
@@ -1,498 +1,499 @@
-%%IMPDIR%%/acl.php
-%%IMPDIR%%/attachment.php
-%%IMPDIR%%/compose.php
-%%IMPDIR%%/config/.htaccess
-%%IMPDIR%%/config/conf.xml
-%%IMPDIR%%/config/filter.txt.dist
-%%IMPDIR%%/config/header.php.dist
-%%IMPDIR%%/config/menu.php.dist
-%%IMPDIR%%/config/mime_drivers.php.dist
-%%IMPDIR%%/config/motd.php.dist
-%%IMPDIR%%/config/prefs.php.dist
-%%IMPDIR%%/config/servers.php.dist
-%%IMPDIR%%/config/trailer.txt.dist
-%%IMPDIR%%/contacts.php
-%%IMPDIR%%/expand.php
-%%IMPDIR%%/fetchmail.php
-%%IMPDIR%%/fetchmailprefs.php
-%%IMPDIR%%/filterprefs.php
-%%IMPDIR%%/folders.php
-%%IMPDIR%%/index.php
-%%IMPDIR%%/js/ieEscGuard.js
-%%IMPDIR%%/lib/.htaccess
-%%IMPDIR%%/lib/Auth/imp.php
-%%IMPDIR%%/lib/Block/summary.php
-%%IMPDIR%%/lib/Block/tree_folders.php
-%%IMPDIR%%/lib/Compose.php
-%%IMPDIR%%/lib/Crypt/PGP.php
-%%IMPDIR%%/lib/Crypt/SMIME.php
-%%IMPDIR%%/lib/Fetchmail.php
-%%IMPDIR%%/lib/Fetchmail/imap.php
-%%IMPDIR%%/lib/Filter.php
-%%IMPDIR%%/lib/Folder.php
-%%IMPDIR%%/lib/IMAP.php
-%%IMPDIR%%/lib/IMAP/Client.php
-%%IMPDIR%%/lib/IMAP/Search.php
-%%IMPDIR%%/lib/IMAP/Sort.php
-%%IMPDIR%%/lib/IMAP/Thread.php
-%%IMPDIR%%/lib/IMAP/Tree.php
-%%IMPDIR%%/lib/IMP.php
-%%IMPDIR%%/lib/Identity/imp.php
-%%IMPDIR%%/lib/MIME/Contents.php
-%%IMPDIR%%/lib/MIME/Headers.php
-%%IMPDIR%%/lib/MIME/Viewer/alternative.php
-%%IMPDIR%%/lib/MIME/Viewer/appledouble.php
-%%IMPDIR%%/lib/MIME/Viewer/enriched.php
-%%IMPDIR%%/lib/MIME/Viewer/html.php
-%%IMPDIR%%/lib/MIME/Viewer/images.php
-%%IMPDIR%%/lib/MIME/Viewer/itip.php
-%%IMPDIR%%/lib/MIME/Viewer/multipart.php
-%%IMPDIR%%/lib/MIME/Viewer/notification.php
-%%IMPDIR%%/lib/MIME/Viewer/partial.php
-%%IMPDIR%%/lib/MIME/Viewer/pgp.php
-%%IMPDIR%%/lib/MIME/Viewer/pkcs7.php
-%%IMPDIR%%/lib/MIME/Viewer/plain.php
-%%IMPDIR%%/lib/MIME/Viewer/related.php
-%%IMPDIR%%/lib/MIME/Viewer/rfc822.php
-%%IMPDIR%%/lib/MIME/Viewer/status.php
-%%IMPDIR%%/lib/MIME/Viewer/tnef.php
-%%IMPDIR%%/lib/MIME/Viewer/zip.php
-%%IMPDIR%%/lib/Mailbox.php
-%%IMPDIR%%/lib/Maillog.php
-%%IMPDIR%%/lib/Maintenance/Task/delete_attachments_monthly.php
-%%IMPDIR%%/lib/Maintenance/Task/delete_sentmail_monthly.php
-%%IMPDIR%%/lib/Maintenance/Task/fetchmail_login.php
-%%IMPDIR%%/lib/Maintenance/Task/purge_trash.php
-%%IMPDIR%%/lib/Maintenance/Task/rename_sentmail_monthly.php
-%%IMPDIR%%/lib/Maintenance/Task/tos_agreement.php
-%%IMPDIR%%/lib/Maintenance/imp.php
-%%IMPDIR%%/lib/Message.php
-%%IMPDIR%%/lib/Notification/Listener/status.php
-%%IMPDIR%%/lib/Quota.php
-%%IMPDIR%%/lib/Quota/command.php
-%%IMPDIR%%/lib/Quota/courier.php
-%%IMPDIR%%/lib/Quota/cyrus.php
-%%IMPDIR%%/lib/Quota/logfile.php
-%%IMPDIR%%/lib/Quota/mdaemon.php
-%%IMPDIR%%/lib/Quota/mercury32.php
-%%IMPDIR%%/lib/Search.php
-%%IMPDIR%%/lib/Session.php
-%%IMPDIR%%/lib/Spam.php
-%%IMPDIR%%/lib/api.php
-%%IMPDIR%%/lib/base.php
-%%IMPDIR%%/lib/prefs.php
-%%IMPDIR%%/lib/version.php
-%%IMPDIR%%/locale/.htaccess
-%%IMPDIR%%/locale/ar_OM/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/ar_SY/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/bg_BG/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/bs_BA/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/ca_ES/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/ca_ES/help.xml
-%%IMPDIR%%/locale/cs_CZ/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/cs_CZ/help.xml
-%%IMPDIR%%/locale/da_DK/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/da_DK/help.xml
-%%IMPDIR%%/locale/de_DE/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/de_DE/help.xml
-%%IMPDIR%%/locale/el_GR/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/el_GR/help.xml
-%%IMPDIR%%/locale/en_US/help.xml
-%%IMPDIR%%/locale/es_ES/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/es_ES/help.xml
-%%IMPDIR%%/locale/et_EE/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/et_EE/help.xml
-%%IMPDIR%%/locale/fa_IR/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/fa_IR/help.xml
-%%IMPDIR%%/locale/fi_FI/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/fi_FI/help.xml
-%%IMPDIR%%/locale/fr_FR/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/fr_FR/help.xml
-%%IMPDIR%%/locale/gl_ES/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/he_IL/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/hu_HU/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/hu_HU/help.xml
-%%IMPDIR%%/locale/id_ID/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/is_IS/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/it_IT/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/it_IT/help.xml
-%%IMPDIR%%/locale/ja_JP/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/km_KH/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/ko_KR/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/ko_KR/help.xml
-%%IMPDIR%%/locale/lt_LT/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/lv_LV/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/mk_MK/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/nb_NO/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/nb_NO/help.xml
-%%IMPDIR%%/locale/nl_NL/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/nl_NL/help.xml
-%%IMPDIR%%/locale/nn_NO/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/pl_PL/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/pl_PL/help.xml
-%%IMPDIR%%/locale/pt_BR/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/pt_BR/help.xml
-%%IMPDIR%%/locale/pt_PT/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/pt_PT/help.xml
-%%IMPDIR%%/locale/ro_RO/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/ru_RU/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/ru_RU/help.xml
-%%IMPDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/sk_SK/help.xml
-%%IMPDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/sv_SE/help.xml
-%%IMPDIR%%/locale/th_TH/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/tr_TR/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/tr_TR/help.xml
-%%IMPDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/uk_UA/help.xml
-%%IMPDIR%%/locale/zh_CN/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/zh_CN/help.xml
-%%IMPDIR%%/locale/zh_TW/LC_MESSAGES/imp.mo
-%%IMPDIR%%/locale/zh_TW/help.xml
-%%IMPDIR%%/login.php
-%%IMPDIR%%/mailbox.php
-%%IMPDIR%%/message.php
-%%IMPDIR%%/pgp.php
-%%IMPDIR%%/po/.htaccess
-%%IMPDIR%%/po/README
-%%IMPDIR%%/po/ar_OM.po
-%%IMPDIR%%/po/ar_SY.po
-%%IMPDIR%%/po/bg_BG.po
-%%IMPDIR%%/po/bs_BA.po
-%%IMPDIR%%/po/ca_ES.po
-%%IMPDIR%%/po/cs_CZ.po
-%%IMPDIR%%/po/da_DK.po
-%%IMPDIR%%/po/de_DE.po
-%%IMPDIR%%/po/el_GR.po
-%%IMPDIR%%/po/es_ES.po
-%%IMPDIR%%/po/et_EE.po
-%%IMPDIR%%/po/fa_IR.po
-%%IMPDIR%%/po/fi_FI.po
-%%IMPDIR%%/po/fr_FR.po
-%%IMPDIR%%/po/gl_ES.po
-%%IMPDIR%%/po/he_IL.po
-%%IMPDIR%%/po/hu_HU.po
-%%IMPDIR%%/po/id_ID.po
-%%IMPDIR%%/po/imp.pot
-%%IMPDIR%%/po/is_IS.po
-%%IMPDIR%%/po/it_IT.po
-%%IMPDIR%%/po/ja_JP.po
-%%IMPDIR%%/po/km_KH.po
-%%IMPDIR%%/po/ko_KR.po
-%%IMPDIR%%/po/lt_LT.po
-%%IMPDIR%%/po/lv_LV.po
-%%IMPDIR%%/po/mk_MK.po
-%%IMPDIR%%/po/nb_NO.po
-%%IMPDIR%%/po/nl_NL.po
-%%IMPDIR%%/po/nn_NO.po
-%%IMPDIR%%/po/pl_PL.po
-%%IMPDIR%%/po/pt_BR.po
-%%IMPDIR%%/po/pt_PT.po
-%%IMPDIR%%/po/ro_RO.po
-%%IMPDIR%%/po/ru_RU.po
-%%IMPDIR%%/po/sk_SK.po
-%%IMPDIR%%/po/sl_SI.po
-%%IMPDIR%%/po/sv_SE.po
-%%IMPDIR%%/po/th_TH.po
-%%IMPDIR%%/po/tr_TR.po
-%%IMPDIR%%/po/uk_UA.po
-%%IMPDIR%%/po/zh_CN.po
-%%IMPDIR%%/po/zh_TW.po
-%%IMPDIR%%/recompose.php
-%%IMPDIR%%/redirect.php
-%%IMPDIR%%/saveimage.php
-%%IMPDIR%%/scripts/.htaccess
-%%IMPDIR%%/scripts/Imp.reg
-%%IMPDIR%%/scripts/custom_login.php
-%%IMPDIR%%/search.php
-%%IMPDIR%%/smime.php
-%%IMPDIR%%/spelling.php
-%%IMPDIR%%/stationery.php
-%%IMPDIR%%/templates/.htaccess
-%%IMPDIR%%/templates/acl/acl.inc
-%%IMPDIR%%/templates/common-header.inc
-%%IMPDIR%%/templates/compose/attachments.inc
-%%IMPDIR%%/templates/compose/attachments.js
-%%IMPDIR%%/templates/compose/compose.inc
-%%IMPDIR%%/templates/compose/compose.js
-%%IMPDIR%%/templates/compose/compose_expand.js
-%%IMPDIR%%/templates/compose/encrypt_list.inc
-%%IMPDIR%%/templates/compose/expand.inc
-%%IMPDIR%%/templates/compose/recompose.inc
-%%IMPDIR%%/templates/compose/redirect.inc
-%%IMPDIR%%/templates/compose/spelling.inc
-%%IMPDIR%%/templates/compose/spelling.js
-%%IMPDIR%%/templates/compose/success.inc
-%%IMPDIR%%/templates/contacts/contacts.inc
-%%IMPDIR%%/templates/fetchmail/account_select.inc
-%%IMPDIR%%/templates/fetchmail/driver_select.inc
-%%IMPDIR%%/templates/fetchmail/fetchmail.inc
-%%IMPDIR%%/templates/fetchmail/manage.inc
-%%IMPDIR%%/templates/fetchmail/top.inc
-%%IMPDIR%%/templates/filters/notactive.inc
-%%IMPDIR%%/templates/filters/prefs.inc
-%%IMPDIR%%/templates/folders/actions.inc
-%%IMPDIR%%/templates/folders/folders.html
-%%IMPDIR%%/templates/folders/folders_confirm.html
-%%IMPDIR%%/templates/folders/foot.inc
-%%IMPDIR%%/templates/folders/head.inc
-%%IMPDIR%%/templates/folders/import.inc
-%%IMPDIR%%/templates/javascript/addressesBlocks.js
-%%IMPDIR%%/templates/javascript/folders.js
-%%IMPDIR%%/templates/javascript/popup.js
-%%IMPDIR%%/templates/login/login.inc
-%%IMPDIR%%/templates/mailbox/actions.inc
-%%IMPDIR%%/templates/mailbox/actions_deleted.inc
-%%IMPDIR%%/templates/mailbox/alert.inc
-%%IMPDIR%%/templates/mailbox/empty_mailbox.inc
-%%IMPDIR%%/templates/mailbox/footer.inc
-%%IMPDIR%%/templates/mailbox/header.inc
-%%IMPDIR%%/templates/mailbox/javascript.inc
-%%IMPDIR%%/templates/mailbox/legend.inc
-%%IMPDIR%%/templates/mailbox/mailbox.html
-%%IMPDIR%%/templates/mailbox/message_footers.inc
-%%IMPDIR%%/templates/mailbox/message_headers.inc
-%%IMPDIR%%/templates/mailbox/navbar.inc
-%%IMPDIR%%/templates/mailbox/searchfolder.inc
-%%IMPDIR%%/templates/menu.inc
-%%IMPDIR%%/templates/message/headers.inc
-%%IMPDIR%%/templates/message/javascript.inc
-%%IMPDIR%%/templates/message/message.inc
-%%IMPDIR%%/templates/message/navbar_actions.inc
-%%IMPDIR%%/templates/message/navbar_navigate.inc
-%%IMPDIR%%/templates/message/navbar_top.inc
-%%IMPDIR%%/templates/pgp/import_key.inc
-%%IMPDIR%%/templates/pgp/notactive.inc
-%%IMPDIR%%/templates/pgp/passphrase.inc
-%%IMPDIR%%/templates/pgp/pgp.inc
-%%IMPDIR%%/templates/prefs/defaultsearchselect.inc
-%%IMPDIR%%/templates/prefs/encryptselect.inc
-%%IMPDIR%%/templates/prefs/folderselect.inc
-%%IMPDIR%%/templates/prefs/initialpageselect.inc
-%%IMPDIR%%/templates/prefs/sentmailselect.inc
-%%IMPDIR%%/templates/prefs/sourceselect.inc
-%%IMPDIR%%/templates/prefs/spamselect.inc
-%%IMPDIR%%/templates/prefs/trashselect.inc
-%%IMPDIR%%/templates/quota/quota.inc
-%%IMPDIR%%/templates/saveimage/saveimage.inc
-%%IMPDIR%%/templates/search/fields.inc
-%%IMPDIR%%/templates/search/header.inc
-%%IMPDIR%%/templates/search/javascript.inc
-%%IMPDIR%%/templates/search/main.inc
-%%IMPDIR%%/templates/smime/import_key.inc
-%%IMPDIR%%/templates/smime/notactive.inc
-%%IMPDIR%%/templates/smime/passphrase.inc
-%%IMPDIR%%/templates/smime/smime.inc
-%%IMPDIR%%/templates/stationery/prefs.inc
-%%IMPDIR%%/templates/thread/thread.html
-%%IMPDIR%%/test.php
-%%IMPDIR%%/themes/azur/screen.css
-%%IMPDIR%%/themes/bluemoon/screen.css
-%%IMPDIR%%/themes/bluewhite/screen.css
-%%IMPDIR%%/themes/brown/screen.css
-%%IMPDIR%%/themes/burntorange/screen.css
-%%IMPDIR%%/themes/cherry/screen.css
-%%IMPDIR%%/themes/cornflower/screen.css
-%%IMPDIR%%/themes/gennevilliers/screen.css
-%%IMPDIR%%/themes/graphics/addressbook_add.png
-%%IMPDIR%%/themes/graphics/addressbook_browse.png
-%%IMPDIR%%/themes/graphics/apple.png
-%%IMPDIR%%/themes/graphics/attachment.png
-%%IMPDIR%%/themes/graphics/audio/theetone.wav
-%%IMPDIR%%/themes/graphics/compose.png
-%%IMPDIR%%/themes/graphics/empty_spam.png
-%%IMPDIR%%/themes/graphics/empty_trash.png
-%%IMPDIR%%/themes/graphics/encrypted.png
-%%IMPDIR%%/themes/graphics/expand.png
-%%IMPDIR%%/themes/graphics/favicon.ico
-%%IMPDIR%%/themes/graphics/fetchmail.png
-%%IMPDIR%%/themes/graphics/filters.png
-%%IMPDIR%%/themes/graphics/folders/drafts.png
-%%IMPDIR%%/themes/graphics/folders/folder.png
-%%IMPDIR%%/themes/graphics/folders/folder_open.png
-%%IMPDIR%%/themes/graphics/folders/inbox.png
-%%IMPDIR%%/themes/graphics/folders/sent.png
-%%IMPDIR%%/themes/graphics/folders/trash.png
-%%IMPDIR%%/themes/graphics/imp.png
-%%IMPDIR%%/themes/graphics/mail_answered.png
-%%IMPDIR%%/themes/graphics/mail_deleted.png
-%%IMPDIR%%/themes/graphics/mail_draft.png
-%%IMPDIR%%/themes/graphics/mail_flagged.png
-%%IMPDIR%%/themes/graphics/mail_forwarded.png
-%%IMPDIR%%/themes/graphics/mail_personal.png
-%%IMPDIR%%/themes/graphics/mail_priority_high.png
-%%IMPDIR%%/themes/graphics/mail_priority_low.png
-%%IMPDIR%%/themes/graphics/mail_unseen.png
-%%IMPDIR%%/themes/graphics/manage_attachments.png
-%%IMPDIR%%/themes/graphics/mime/binary.png
-%%IMPDIR%%/themes/graphics/mime/compressed.png
-%%IMPDIR%%/themes/graphics/mime/encryption.png
-%%IMPDIR%%/themes/graphics/mime/html.png
-%%IMPDIR%%/themes/graphics/mime/image.png
-%%IMPDIR%%/themes/graphics/mime/itip.png
-%%IMPDIR%%/themes/graphics/mime/mail.png
-%%IMPDIR%%/themes/graphics/mime/text.png
-%%IMPDIR%%/themes/graphics/newmail.png
-%%IMPDIR%%/themes/graphics/shared.png
-%%IMPDIR%%/themes/graphics/signed.png
-%%IMPDIR%%/themes/graphics/spacer_red.png
-%%IMPDIR%%/themes/graphics/spellcheck.png
-%%IMPDIR%%/themes/green/screen.css
-%%IMPDIR%%/themes/grey/screen.css
-%%IMPDIR%%/themes/lavander/screen.css
-%%IMPDIR%%/themes/luc/screen.css
-%%IMPDIR%%/themes/lucblue/screen.css
-%%IMPDIR%%/themes/postnuke/screen.css
-%%IMPDIR%%/themes/rtl.css
-%%IMPDIR%%/themes/screen.css
-%%IMPDIR%%/themes/simplex/screen.css
-%%IMPDIR%%/themes/sun/screen.css
-%%IMPDIR%%/thread.php
-%%IMPDIR%%/view.php
-@dirrm %%IMPDIR%%/themes/sun
-@dirrm %%IMPDIR%%/themes/simplex
-@dirrm %%IMPDIR%%/themes/postnuke
-@dirrm %%IMPDIR%%/themes/lucblue
-@dirrm %%IMPDIR%%/themes/luc
-@dirrm %%IMPDIR%%/themes/lavander
-@dirrm %%IMPDIR%%/themes/graphics/mime
-@dirrm %%IMPDIR%%/themes/graphics/folders
-@dirrm %%IMPDIR%%/themes/graphics/audio
-@dirrm %%IMPDIR%%/themes/graphics
-@dirrm %%IMPDIR%%/themes/grey
-@dirrm %%IMPDIR%%/themes/green
-@dirrm %%IMPDIR%%/themes/gennevilliers
-@dirrm %%IMPDIR%%/themes/cornflower
-@dirrm %%IMPDIR%%/themes/cherry
-@dirrm %%IMPDIR%%/themes/burntorange
-@dirrm %%IMPDIR%%/themes/brown
-@dirrm %%IMPDIR%%/themes/bluewhite
-@dirrm %%IMPDIR%%/themes/bluemoon
-@dirrm %%IMPDIR%%/themes/azur
-@dirrm %%IMPDIR%%/themes
-@dirrm %%IMPDIR%%/templates/thread
-@dirrm %%IMPDIR%%/templates/stationery
-@dirrm %%IMPDIR%%/templates/smime
-@dirrm %%IMPDIR%%/templates/search
-@dirrm %%IMPDIR%%/templates/saveimage
-@dirrm %%IMPDIR%%/templates/quota
-@dirrm %%IMPDIR%%/templates/prefs
-@dirrm %%IMPDIR%%/templates/pgp
-@dirrm %%IMPDIR%%/templates/message
-@dirrm %%IMPDIR%%/templates/mailbox
-@dirrm %%IMPDIR%%/templates/login
-@dirrm %%IMPDIR%%/templates/javascript
-@dirrm %%IMPDIR%%/templates/folders
-@dirrm %%IMPDIR%%/templates/filters
-@dirrm %%IMPDIR%%/templates/fetchmail
-@dirrm %%IMPDIR%%/templates/contacts
-@dirrm %%IMPDIR%%/templates/compose
-@dirrm %%IMPDIR%%/templates/acl
-@dirrm %%IMPDIR%%/templates
-@dirrm %%IMPDIR%%/scripts
-@dirrm %%IMPDIR%%/po
-@dirrm %%IMPDIR%%/locale/zh_TW/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/zh_TW
-@dirrm %%IMPDIR%%/locale/zh_CN/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/zh_CN
-@dirrm %%IMPDIR%%/locale/uk_UA/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/uk_UA
-@dirrm %%IMPDIR%%/locale/tr_TR/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/tr_TR
-@dirrm %%IMPDIR%%/locale/th_TH/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/th_TH
-@dirrm %%IMPDIR%%/locale/sv_SE/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/sv_SE
-@dirrm %%IMPDIR%%/locale/sl_SI/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/sl_SI
-@dirrm %%IMPDIR%%/locale/sk_SK/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/sk_SK
-@dirrm %%IMPDIR%%/locale/ru_RU/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/ru_RU
-@dirrm %%IMPDIR%%/locale/ro_RO/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/ro_RO
-@dirrm %%IMPDIR%%/locale/pt_PT/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/pt_PT
-@dirrm %%IMPDIR%%/locale/pt_BR/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/pt_BR
-@dirrm %%IMPDIR%%/locale/pl_PL/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/pl_PL
-@dirrm %%IMPDIR%%/locale/nn_NO/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/nn_NO
-@dirrm %%IMPDIR%%/locale/nl_NL/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/nl_NL
-@dirrm %%IMPDIR%%/locale/nb_NO/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/nb_NO
-@dirrm %%IMPDIR%%/locale/mk_MK/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/mk_MK
-@dirrm %%IMPDIR%%/locale/lv_LV/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/lv_LV
-@dirrm %%IMPDIR%%/locale/lt_LT/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/lt_LT
-@dirrm %%IMPDIR%%/locale/ko_KR/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/ko_KR
-@dirrm %%IMPDIR%%/locale/km_KH/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/km_KH
-@dirrm %%IMPDIR%%/locale/ja_JP/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/ja_JP
-@dirrm %%IMPDIR%%/locale/it_IT/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/it_IT
-@dirrm %%IMPDIR%%/locale/is_IS/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/is_IS
-@dirrm %%IMPDIR%%/locale/id_ID/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/id_ID
-@dirrm %%IMPDIR%%/locale/hu_HU/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/hu_HU
-@dirrm %%IMPDIR%%/locale/he_IL/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/he_IL
-@dirrm %%IMPDIR%%/locale/gl_ES/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/gl_ES
-@dirrm %%IMPDIR%%/locale/fr_FR/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/fr_FR
-@dirrm %%IMPDIR%%/locale/fi_FI/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/fi_FI
-@dirrm %%IMPDIR%%/locale/fa_IR/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/fa_IR
-@dirrm %%IMPDIR%%/locale/et_EE/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/et_EE
-@dirrm %%IMPDIR%%/locale/es_ES/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/es_ES
-@dirrm %%IMPDIR%%/locale/en_US
-@dirrm %%IMPDIR%%/locale/el_GR/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/el_GR
-@dirrm %%IMPDIR%%/locale/de_DE/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/de_DE
-@dirrm %%IMPDIR%%/locale/da_DK/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/da_DK
-@dirrm %%IMPDIR%%/locale/cs_CZ/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/cs_CZ
-@dirrm %%IMPDIR%%/locale/ca_ES/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/ca_ES
-@dirrm %%IMPDIR%%/locale/bs_BA/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/bs_BA
-@dirrm %%IMPDIR%%/locale/bg_BG/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/bg_BG
-@dirrm %%IMPDIR%%/locale/ar_SY/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/ar_SY
-@dirrm %%IMPDIR%%/locale/ar_OM/LC_MESSAGES
-@dirrm %%IMPDIR%%/locale/ar_OM
-@dirrm %%IMPDIR%%/locale
-@dirrm %%IMPDIR%%/lib/Quota
-@dirrm %%IMPDIR%%/lib/Notification/Listener
-@dirrm %%IMPDIR%%/lib/Notification
-@dirrm %%IMPDIR%%/lib/Maintenance/Task
-@dirrm %%IMPDIR%%/lib/Maintenance
-@dirrm %%IMPDIR%%/lib/MIME/Viewer
-@dirrm %%IMPDIR%%/lib/MIME
-@dirrm %%IMPDIR%%/lib/Identity
-@dirrm %%IMPDIR%%/lib/IMAP
-@dirrm %%IMPDIR%%/lib/Fetchmail
-@dirrm %%IMPDIR%%/lib/Crypt
-@dirrm %%IMPDIR%%/lib/Block
-@dirrm %%IMPDIR%%/lib/Auth
-@dirrm %%IMPDIR%%/lib
-@dirrm %%IMPDIR%%/js
-@dirrmtry %%IMPDIR%%/config
-@dirrmtry %%IMPDIR%%
+%%HORDIR%%/acl.php
+%%HORDIR%%/attachment.php
+%%HORDIR%%/compose.php
+%%HORDIR%%/config/.htaccess
+%%HORDIR%%/config/conf.xml
+%%HORDIR%%/config/filter.txt.dist
+%%HORDIR%%/config/header.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/trailer.txt.dist
+%%HORDIR%%/contacts.php
+%%HORDIR%%/expand.php
+%%HORDIR%%/fetchmail.php
+%%HORDIR%%/fetchmailprefs.php
+%%HORDIR%%/filterprefs.php
+%%HORDIR%%/folders.php
+%%HORDIR%%/index.php
+%%HORDIR%%/js/ieEscGuard.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/imap.php
+%%HORDIR%%/lib/Fetchmail.php
+%%HORDIR%%/lib/Filter.php
+%%HORDIR%%/lib/Folder.php
+%%HORDIR%%/lib/IMAP/Client.php
+%%HORDIR%%/lib/IMAP/Search.php
+%%HORDIR%%/lib/IMAP/Sort.php
+%%HORDIR%%/lib/IMAP/Thread.php
+%%HORDIR%%/lib/IMAP/Tree.php
+%%HORDIR%%/lib/IMAP.php
+%%HORDIR%%/lib/IMP.php
+%%HORDIR%%/lib/Identity/imp.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/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_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/command.php
+%%HORDIR%%/lib/Quota/courier.php
+%%HORDIR%%/lib/Quota/cyrus.php
+%%HORDIR%%/lib/Quota/logfile.php
+%%HORDIR%%/lib/Quota/mdaemon.php
+%%HORDIR%%/lib/Quota/mercury32.php
+%%HORDIR%%/lib/Quota.php
+%%HORDIR%%/lib/Search.php
+%%HORDIR%%/lib/Session.php
+%%HORDIR%%/lib/Spam.php
+%%HORDIR%%/lib/api.php
+%%HORDIR%%/lib/base.php
+%%HORDIR%%/lib/prefs.php
+%%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%%/recompose.php
+%%HORDIR%%/redirect.php
+%%HORDIR%%/saveimage.php
+%%HORDIR%%/scripts/.htaccess
+%%HORDIR%%/scripts/Imp.reg
+%%HORDIR%%/scripts/custom_login.php
+%%HORDIR%%/search.php
+%%HORDIR%%/smime.php
+%%HORDIR%%/spelling.php
+%%HORDIR%%/stationery.php
+%%HORDIR%%/templates/.htaccess
+%%HORDIR%%/templates/acl/acl.inc
+%%HORDIR%%/templates/common-header.inc
+%%HORDIR%%/templates/compose/attachments.inc
+%%HORDIR%%/templates/compose/attachments.js
+%%HORDIR%%/templates/compose/compose.inc
+%%HORDIR%%/templates/compose/compose.js
+%%HORDIR%%/templates/compose/compose_expand.js
+%%HORDIR%%/templates/compose/encrypt_list.inc
+%%HORDIR%%/templates/compose/expand.inc
+%%HORDIR%%/templates/compose/recompose.inc
+%%HORDIR%%/templates/compose/redirect.inc
+%%HORDIR%%/templates/compose/spelling.inc
+%%HORDIR%%/templates/compose/spelling.js
+%%HORDIR%%/templates/compose/success.inc
+%%HORDIR%%/templates/contacts/contacts.inc
+%%HORDIR%%/templates/fetchmail/account_select.inc
+%%HORDIR%%/templates/fetchmail/driver_select.inc
+%%HORDIR%%/templates/fetchmail/fetchmail.inc
+%%HORDIR%%/templates/fetchmail/manage.inc
+%%HORDIR%%/templates/fetchmail/top.inc
+%%HORDIR%%/templates/filters/notactive.inc
+%%HORDIR%%/templates/filters/prefs.inc
+%%HORDIR%%/templates/folders/actions.inc
+%%HORDIR%%/templates/folders/folders.html
+%%HORDIR%%/templates/folders/folders_confirm.html
+%%HORDIR%%/templates/folders/foot.inc
+%%HORDIR%%/templates/folders/head.inc
+%%HORDIR%%/templates/folders/import.inc
+%%HORDIR%%/templates/javascript/addressesBlocks.js
+%%HORDIR%%/templates/javascript/folders.js
+%%HORDIR%%/templates/javascript/popup.js
+%%HORDIR%%/templates/login/login.inc
+%%HORDIR%%/templates/mailbox/actions.inc
+%%HORDIR%%/templates/mailbox/actions_deleted.inc
+%%HORDIR%%/templates/mailbox/alert.inc
+%%HORDIR%%/templates/mailbox/empty_mailbox.inc
+%%HORDIR%%/templates/mailbox/footer.inc
+%%HORDIR%%/templates/mailbox/header.inc
+%%HORDIR%%/templates/mailbox/javascript.inc
+%%HORDIR%%/templates/mailbox/legend.inc
+%%HORDIR%%/templates/mailbox/mailbox.html
+%%HORDIR%%/templates/mailbox/message_footers.inc
+%%HORDIR%%/templates/mailbox/message_headers.inc
+%%HORDIR%%/templates/mailbox/navbar.inc
+%%HORDIR%%/templates/mailbox/searchfolder.inc
+%%HORDIR%%/templates/menu.inc
+%%HORDIR%%/templates/message/headers.inc
+%%HORDIR%%/templates/message/javascript.inc
+%%HORDIR%%/templates/message/message.inc
+%%HORDIR%%/templates/message/navbar_actions.inc
+%%HORDIR%%/templates/message/navbar_navigate.inc
+%%HORDIR%%/templates/message/navbar_top.inc
+%%HORDIR%%/templates/pgp/import_key.inc
+%%HORDIR%%/templates/pgp/notactive.inc
+%%HORDIR%%/templates/pgp/passphrase.inc
+%%HORDIR%%/templates/pgp/pgp.inc
+%%HORDIR%%/templates/prefs/defaultsearchselect.inc
+%%HORDIR%%/templates/prefs/encryptselect.inc
+%%HORDIR%%/templates/prefs/folderselect.inc
+%%HORDIR%%/templates/prefs/initialpageselect.inc
+%%HORDIR%%/templates/prefs/sentmailselect.inc
+%%HORDIR%%/templates/prefs/sourceselect.inc
+%%HORDIR%%/templates/prefs/spamselect.inc
+%%HORDIR%%/templates/prefs/trashselect.inc
+%%HORDIR%%/templates/quota/quota.inc
+%%HORDIR%%/templates/saveimage/saveimage.inc
+%%HORDIR%%/templates/search/fields.inc
+%%HORDIR%%/templates/search/header.inc
+%%HORDIR%%/templates/search/javascript.inc
+%%HORDIR%%/templates/search/main.inc
+%%HORDIR%%/templates/smime/import_key.inc
+%%HORDIR%%/templates/smime/notactive.inc
+%%HORDIR%%/templates/smime/passphrase.inc
+%%HORDIR%%/templates/smime/smime.inc
+%%HORDIR%%/templates/stationery/prefs.inc
+%%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/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/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_open.png
+%%HORDIR%%/themes/graphics/folders/inbox.png
+%%HORDIR%%/themes/graphics/folders/sent.png
+%%HORDIR%%/themes/graphics/folders/trash.png
+%%HORDIR%%/themes/graphics/imp.png
+%%HORDIR%%/themes/graphics/mail_answered.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_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/newmail.png
+%%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/lavander/screen.css
+%%HORDIR%%/themes/luc/screen.css
+%%HORDIR%%/themes/lucblue/screen.css
+%%HORDIR%%/themes/postnuke/screen.css
+%%HORDIR%%/themes/rtl.css
+%%HORDIR%%/themes/screen.css
+%%HORDIR%%/themes/simplex/screen.css
+%%HORDIR%%/themes/sun/screen.css
+%%HORDIR%%/thread.php
+%%HORDIR%%/view.php
+@dirrmtry %%HORDIR%%/config
+@dirrm %%HORDIR%%/js
+@dirrm %%HORDIR%%/lib/Auth
+@dirrm %%HORDIR%%/lib/Block
+@dirrm %%HORDIR%%/lib/Crypt
+@dirrm %%HORDIR%%/lib/Fetchmail
+@dirrm %%HORDIR%%/lib/IMAP
+@dirrm %%HORDIR%%/lib/Identity
+@dirrm %%HORDIR%%/lib/MIME/Viewer
+@dirrm %%HORDIR%%/lib/MIME
+@dirrm %%HORDIR%%/lib/Maintenance/Task
+@dirrm %%HORDIR%%/lib/Maintenance
+@dirrm %%HORDIR%%/lib/Notification/Listener
+@dirrm %%HORDIR%%/lib/Notification
+@dirrm %%HORDIR%%/lib/Quota
+@dirrm %%HORDIR%%/lib
+@dirrm %%HORDIR%%/locale/ar_OM/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/ar_OM
+@dirrm %%HORDIR%%/locale/ar_SY/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/ar_SY
+@dirrm %%HORDIR%%/locale/bg_BG/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/bg_BG
+@dirrm %%HORDIR%%/locale/bs_BA/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/bs_BA
+@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/ca_ES
+@dirrm %%HORDIR%%/locale/cs_CZ/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/cs_CZ
+@dirrm %%HORDIR%%/locale/da_DK/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/da_DK
+@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/de_DE
+@dirrm %%HORDIR%%/locale/el_GR/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/el_GR
+@dirrm %%HORDIR%%/locale/en_US
+@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/es_ES
+@dirrm %%HORDIR%%/locale/et_EE/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/et_EE
+@dirrm %%HORDIR%%/locale/fa_IR/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/fa_IR
+@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/fi_FI
+@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/fr_FR
+@dirrm %%HORDIR%%/locale/gl_ES/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/gl_ES
+@dirrm %%HORDIR%%/locale/he_IL/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/he_IL
+@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/hu_HU
+@dirrm %%HORDIR%%/locale/id_ID/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/id_ID
+@dirrm %%HORDIR%%/locale/is_IS/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/is_IS
+@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/it_IT
+@dirrm %%HORDIR%%/locale/ja_JP/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/ja_JP
+@dirrm %%HORDIR%%/locale/km_KH/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/km_KH
+@dirrm %%HORDIR%%/locale/ko_KR/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/ko_KR
+@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/lt_LT
+@dirrm %%HORDIR%%/locale/lv_LV/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/lv_LV
+@dirrm %%HORDIR%%/locale/mk_MK/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/mk_MK
+@dirrm %%HORDIR%%/locale/nb_NO/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/nb_NO
+@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/nl_NL
+@dirrm %%HORDIR%%/locale/nn_NO/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/nn_NO
+@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/pl_PL
+@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/pt_BR
+@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/pt_PT
+@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/ro_RO
+@dirrm %%HORDIR%%/locale/ru_RU/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/ru_RU
+@dirrm %%HORDIR%%/locale/sk_SK/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/sk_SK
+@dirrm %%HORDIR%%/locale/sl_SI/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/sl_SI
+@dirrm %%HORDIR%%/locale/sv_SE/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/sv_SE
+@dirrm %%HORDIR%%/locale/th_TH/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/th_TH
+@dirrm %%HORDIR%%/locale/tr_TR/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/tr_TR
+@dirrm %%HORDIR%%/locale/uk_UA/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/uk_UA
+@dirrm %%HORDIR%%/locale/zh_CN/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/zh_CN
+@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/zh_TW
+@dirrm %%HORDIR%%/locale
+@dirrm %%HORDIR%%/po
+@dirrm %%HORDIR%%/scripts
+@dirrm %%HORDIR%%/templates/acl
+@dirrm %%HORDIR%%/templates/compose
+@dirrm %%HORDIR%%/templates/contacts
+@dirrm %%HORDIR%%/templates/fetchmail
+@dirrm %%HORDIR%%/templates/filters
+@dirrm %%HORDIR%%/templates/folders
+@dirrm %%HORDIR%%/templates/javascript
+@dirrm %%HORDIR%%/templates/login
+@dirrm %%HORDIR%%/templates/mailbox
+@dirrm %%HORDIR%%/templates/message
+@dirrm %%HORDIR%%/templates/pgp
+@dirrm %%HORDIR%%/templates/prefs
+@dirrm %%HORDIR%%/templates/quota
+@dirrm %%HORDIR%%/templates/saveimage
+@dirrm %%HORDIR%%/templates/search
+@dirrm %%HORDIR%%/templates/smime
+@dirrm %%HORDIR%%/templates/stationery
+@dirrm %%HORDIR%%/templates/thread
+@dirrm %%HORDIR%%/templates
+@dirrm %%HORDIR%%/themes/azur
+@dirrm %%HORDIR%%/themes/bluemoon
+@dirrm %%HORDIR%%/themes/bluewhite
+@dirrm %%HORDIR%%/themes/brown
+@dirrm %%HORDIR%%/themes/burntorange
+@dirrm %%HORDIR%%/themes/cherry
+@dirrm %%HORDIR%%/themes/cornflower
+@dirrm %%HORDIR%%/themes/gennevilliers
+@dirrm %%HORDIR%%/themes/graphics/audio
+@dirrm %%HORDIR%%/themes/graphics/folders
+@dirrm %%HORDIR%%/themes/graphics/mime
+@dirrm %%HORDIR%%/themes/graphics
+@dirrm %%HORDIR%%/themes/green
+@dirrm %%HORDIR%%/themes/grey
+@dirrm %%HORDIR%%/themes/lavander
+@dirrm %%HORDIR%%/themes/luc
+@dirrm %%HORDIR%%/themes/lucblue
+@dirrm %%HORDIR%%/themes/postnuke
+@dirrm %%HORDIR%%/themes/simplex
+@dirrm %%HORDIR%%/themes/sun
+@dirrm %%HORDIR%%/themes
+@dirrmtry %%HORDIR%%
+@dirrmtry %%HORBAS%%