diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-06-22 08:06:15 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-06-22 08:06:15 +0000 |
commit | 011d9c0fdb000287e21a225a6e00d0bbf6e177aa (patch) | |
tree | f8c274ffd21d9b7ab3419b8d6ca8abcae67b9587 /mail/imp | |
parent | - Remove test code (diff) |
- Ports renamed for consistency
PR: ports/112327
Repocopy by: marcus
Approved by: sat (maintainer)
Notes
Notes:
svn path=/head/; revision=194044
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 113 | ||||
-rw-r--r-- | mail/imp/distinfo | 3 | ||||
-rw-r--r-- | mail/imp/files/patch-ab | 28 | ||||
-rw-r--r-- | mail/imp/files/patch-ac | 11 | ||||
-rw-r--r-- | mail/imp/files/patch-config::conf.xml | 25 | ||||
-rw-r--r-- | mail/imp/files/pkg-message.in | 22 | ||||
-rw-r--r-- | mail/imp/pkg-descr | 4 | ||||
-rw-r--r-- | mail/imp/pkg-plist | 499 |
8 files changed, 0 insertions, 705 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile deleted file mode 100644 index e48e1ff8f8fc..000000000000 --- a/mail/imp/Makefile +++ /dev/null @@ -1,113 +0,0 @@ -# Ports collection makefile for: imp3 -# Date created: Mon Oct 08, 2001 -# Whom: Thierry Thomas (<thierry@thomas.as>) -# -# $FreeBSD$ -# - -PORTNAME= imp -PORTVERSION= 4.1.4 -PORTREVISION= 2 -CATEGORIES= mail www - -MAINTAINER= beech@FreeBSD.org -COMMENT= Webmail system for IMAP/POP3 mailboxes - -#----------------------------------------------------------------------- -# 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+= ${LOCALBASE}/bin/gpgv:${PORTSDIR}/security/gnupg1 -.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/imp/distinfo b/mail/imp/distinfo deleted file mode 100644 index e54ec912d6f3..000000000000 --- a/mail/imp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (imp-h3-4.1.4.tar.gz) = dd2fd1c5a2a4b9fae75dd1bc5751f25d -SHA256 (imp-h3-4.1.4.tar.gz) = 8d06d87dbf681d74280b14f79dac9d09aa7fdba0f98d4895148bff6059fddd1a -SIZE (imp-h3-4.1.4.tar.gz) = 4204260 diff --git a/mail/imp/files/patch-ab b/mail/imp/files/patch-ab deleted file mode 100644 index 70f53f65a58c..000000000000 --- a/mail/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/imp/files/patch-ac b/mail/imp/files/patch-ac deleted file mode 100644 index 68730ef6fde4..000000000000 --- a/mail/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/imp/files/patch-config::conf.xml b/mail/imp/files/patch-config::conf.xml deleted file mode 100644 index 314c47ed5500..000000000000 --- a/mail/imp/files/patch-config::conf.xml +++ /dev/null @@ -1,25 +0,0 @@ ---- config/conf.xml.orig Sat Jan 14 17:52:34 2006 -+++ config/conf.xml Sun Mar 12 18:24:46 2006 -@@ -6,11 +6,11 @@ - <configheader>External Utilities</configheader> - <configstring name="spellchecker" required="false" desc="Enter the location - of the binary to either aspell or ispell to enable the spell checker. If -- this is empty, then spell checking will be disabled."></configstring> -+ this is empty, then spell checking will be disabled.">%%ASPELL%%</configstring> - <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."></configstring> -+ feature will be disabled.">%%GPG%%</configstring> - <configmultienum name="gnupg_keyserver" required="false" desc="The address of - the public PGP keyserver(s) to use.">wwwkeys.pgp.net - <values> -@@ -25,7 +25,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/imp/files/pkg-message.in b/mail/imp/files/pkg-message.in deleted file mode 100644 index 9a3de8c83b0c..000000000000 --- a/mail/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/imp/pkg-descr b/mail/imp/pkg-descr deleted file mode 100644 index b085871c38de..000000000000 --- a/mail/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/imp/pkg-plist b/mail/imp/pkg-plist deleted file mode 100644 index 37bc7af5025a..000000000000 --- a/mail/imp/pkg-plist +++ /dev/null @@ -1,499 +0,0 @@ -%%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%% |