summaryrefslogtreecommitdiff
path: root/sysutils/wbm-mailboxes
diff options
context:
space:
mode:
authorobache <obache>2007-04-21 05:22:57 +0000
committerobache <obache>2007-04-21 05:22:57 +0000
commitd3370815b3ed9caaee7d552ecd870b21c2169832 (patch)
treef71a72257a97ae51e45125cc3b48da8d47215e16 /sysutils/wbm-mailboxes
parentdb2c8f3d4d2249bcea8216d906eefec6f8867e32 (diff)
downloadpkgsrc-d3370815b3ed9caaee7d552ecd870b21c2169832.tar.gz
Update Webmin to 1.340.
pkgsrc chages: use full distfile instead of non version indivisual module files. Version 1.340 (8 April 2007) * Change the default Blue Framed theme to match the style of www.webmin.com, and generally look nicer. * User interface cleanups in various modules (Apache, Backup Config, Webmin Configuration and others), adding tabs to reduce the size of pages and converting code to use ui-lib.pl. * The Perl Modules module can now fetch RPM or Deb packaged modules from YUM or APT, where available. * Added easy fields for sending SMS messages in the System and Server Status module (for US carriers that have email to SMS gateways). * Replace the old HTMLarea widget for HTML editing in the File Manager and Read User Mail modules with Xinha. * Linux quotas are now set with the setquota command, which shows up nicely in the actions log. * Optimizations to speed up getting the hostname and Postfix config settings. * Improved YUM and Redhat Network support in the Software Packages module. * View the detailed change log. Version 1.330 (27 February 2007) * If the underlying OS is upgraded after Webmin is installed, a message is displayed on the main page prompting you to fix it. * Added a feature in the BIND module for updating an IP address in multiple zones at once. * The File Manager now automatic detects HTML files and launches the correct editor. * Improved the LDAP module's support for large databases. * When there are too many tables or databases to display in the MySQL and PostgreSQL modules, a menu for selecting a specific table is shown instead. * Added functions to ui-lib.pl for tabs and hidden table sections. * Added support for comments to the Shorewall module, and improved logging * The Webmin Actions Log module can now rollback selected files changed by an action, rather than all of them. * View the detailed change log. Version 1.320 (21 January 2007) * Added the PHP Configuration module for managing php.ini. * Changed the default theme for new installs to the Blue Framed theme. * Improved handling of large file uploads so that they are no longer read into memory by Webmin webserver. Also added a progress bar window for tracking uploads. * Added checkboxes for deleting multiple objects at once in several modules. * Changed all rows of links (like Select all / Invert selection / Add something) to put | characters between them, to improve readability. * Big improvements in Windows support in various modules and the Webmin core. * Enhanced the System and Server Status module to allow monitoring of all hosts in a Webmin server group. * View the detailed change log. Version 1.310 (28 November 2006) * Big improvements in Ubuntu support, including the Bootup and Shutdown module, mounting filesystems specified with the UUID syntax, and various default module config changes. * Re-designed the Simple Blue theme to use frames. * Added support for IPv6 addresses in modules where the underlying servers allow them. * Supported HFS and FATX filesystems under Linux. * MySQL backups can now be compressed with gzip or bzip2. * Added file locking and logging to the Postfix module, and improved access control features. * Added checkboxes and buttons for mass deletion in the Cron and DHCP modules. * Added access control options for the Info window to the File Manager module, and a feature to allow extraction of ZIP files on the server. * View the detailed change log. Version 1.300 (15 September 2006) * Fixed security holes that allow the source of Webmin programs to be viewed, and allow cross-site-scripting attacks. * XML-RPC clients can now call Webmin API functions. * On systems with no root password, users with sudo access can login to Webmin as root. * Improved support for latest Debian and Fedora releases, including the new IPtables config system in Debian 3.1. * The file manager can now extract tar.bz2 files, store a history of entered paths, and show the total size of a directory. * The Filesystem Backup module can backup and restore TAR and dump files over FTP. * MySQL server variables and connections can be viewed and changes. * Table data can be sorted by clicking on headers in the MySQL and PostgreSQL modules. * Improved support for PostgreSQL 8, including editing tables with no OID field. * Sendmail and Postfix aliases and maps can have a comment associated with each entry. * Squid 2.6 is now supported. * View the detailed change log. Version 1.290 (29 June 2006) * Fixed a security hole that would allow a remote attacker to view any file on the system. * Added the LDAP Client module, for setting up a Linux system to get users and groups from an LDAP server. * Added support for sending email when a group is over quota to the Disk Quotas module. * Several other small fixes for bugs found since 1.280. * View the detailed change log. Version 1.280 (16 June 2006) * Added the Simple Blue theme, a less graphics-heavy design which may eventually become the default. This theme takes advantage of changes in many modules to use highlighting on table rows. * Updated the Apache module to support version 2.2.0. * Updated the various operating-specific NFS server modules to support mass deletion of exports, and to internationalize those that were using hard-coded text strings. * Updated various modules to allow deletion of multiple objects (such as table fields, Samba shares, PostgreSQL grants, Squid ACLs and so on) at once. * Added configuration options to the Read User Mail module for the date format, pager arrow locations, timezone and separate message window mode. * Updated the MySQL module to support views in MySQL version 5. * Enhanced the System and Server Status module to allow the selection of multiple hosts for each monitor, added a monitor type for testing an SQL server, and updated the Network Traffic monitor to support FreeBSD. * Fixed a security hole that allows remote viewing of any file on the system when Webmin is run on a Windows server. * View the detailed change log.
Diffstat (limited to 'sysutils/wbm-mailboxes')
-rw-r--r--sysutils/wbm-mailboxes/Makefile12
-rw-r--r--sysutils/wbm-mailboxes/PLIST1074
-rw-r--r--sysutils/wbm-mailboxes/distinfo8
3 files changed, 988 insertions, 106 deletions
diff --git a/sysutils/wbm-mailboxes/Makefile b/sysutils/wbm-mailboxes/Makefile
index dc80f2bba82..3198572c913 100644
--- a/sysutils/wbm-mailboxes/Makefile
+++ b/sysutils/wbm-mailboxes/Makefile
@@ -1,16 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2007/04/21 05:23:02 obache Exp $
-DISTNAME= mailboxes
-PKGNAME= wbm-${DISTNAME}-${WBM_VERSION}
-DIST_SUBDIR= webmin-modules-${WBM_VERSION}
+WBM_NAME= mailboxes
-# The version is from the module.info file from the extracted distfile.
-WBM_VERSION= 1.270
-
-HOMEPAGE= http://www.webmin.com/standard.html
COMMENT= Webmin module to read email in users' mailboxes
-BROKEN= "Distfile broken"
-
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/wbm-mailboxes/PLIST b/sysutils/wbm-mailboxes/PLIST
index d7bcbf3f1d2..2f3ef39dfc3 100644
--- a/sysutils/wbm-mailboxes/PLIST
+++ b/sysutils/wbm-mailboxes/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 15:41:41 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/04/21 05:23:02 obache Exp $
share/examples/webmin/mailboxes/config
share/webmin/mailboxes/CHANGELOG
share/webmin/mailboxes/Makefile
@@ -10,97 +10,11 @@ share/webmin/mailboxes/config.info.ca
share/webmin/mailboxes/config.info.de
share/webmin/mailboxes/config_info.pl
share/webmin/mailboxes/defaultacl
+share/webmin/mailboxes/delete_all.cgi
share/webmin/mailboxes/delete_mail.cgi
share/webmin/mailboxes/detach.cgi
share/webmin/mailboxes/find.cgi
share/webmin/mailboxes/folders-lib.pl
-share/webmin/mailboxes/htmlarea/dialog.js
-share/webmin/mailboxes/htmlarea/htmlarea.css
-share/webmin/mailboxes/htmlarea/htmlarea.js
-share/webmin/mailboxes/htmlarea/images/ed_about.gif
-share/webmin/mailboxes/htmlarea/images/ed_align_center.gif
-share/webmin/mailboxes/htmlarea/images/ed_align_justify.gif
-share/webmin/mailboxes/htmlarea/images/ed_align_left.gif
-share/webmin/mailboxes/htmlarea/images/ed_align_right.gif
-share/webmin/mailboxes/htmlarea/images/ed_blank.gif
-share/webmin/mailboxes/htmlarea/images/ed_charmap.gif
-share/webmin/mailboxes/htmlarea/images/ed_color_bg.gif
-share/webmin/mailboxes/htmlarea/images/ed_color_fg.gif
-share/webmin/mailboxes/htmlarea/images/ed_copy.gif
-share/webmin/mailboxes/htmlarea/images/ed_custom.gif
-share/webmin/mailboxes/htmlarea/images/ed_cut.gif
-share/webmin/mailboxes/htmlarea/images/ed_delete.gif
-share/webmin/mailboxes/htmlarea/images/ed_format_bold.gif
-share/webmin/mailboxes/htmlarea/images/ed_format_italic.gif
-share/webmin/mailboxes/htmlarea/images/ed_format_strike.gif
-share/webmin/mailboxes/htmlarea/images/ed_format_sub.gif
-share/webmin/mailboxes/htmlarea/images/ed_format_sup.gif
-share/webmin/mailboxes/htmlarea/images/ed_format_underline.gif
-share/webmin/mailboxes/htmlarea/images/ed_help.gif
-share/webmin/mailboxes/htmlarea/images/ed_hr.gif
-share/webmin/mailboxes/htmlarea/images/ed_html.gif
-share/webmin/mailboxes/htmlarea/images/ed_image.gif
-share/webmin/mailboxes/htmlarea/images/ed_indent_less.gif
-share/webmin/mailboxes/htmlarea/images/ed_indent_more.gif
-share/webmin/mailboxes/htmlarea/images/ed_left_to_right.gif
-share/webmin/mailboxes/htmlarea/images/ed_link.gif
-share/webmin/mailboxes/htmlarea/images/ed_list_bullet.gif
-share/webmin/mailboxes/htmlarea/images/ed_list_num.gif
-share/webmin/mailboxes/htmlarea/images/ed_paste.gif
-share/webmin/mailboxes/htmlarea/images/ed_redo.gif
-share/webmin/mailboxes/htmlarea/images/ed_right_to_left.gif
-share/webmin/mailboxes/htmlarea/images/ed_save.gif
-share/webmin/mailboxes/htmlarea/images/ed_show_border.gif
-share/webmin/mailboxes/htmlarea/images/ed_splitcel.gif
-share/webmin/mailboxes/htmlarea/images/ed_undo.gif
-share/webmin/mailboxes/htmlarea/images/fullscreen_maximize.gif
-share/webmin/mailboxes/htmlarea/images/fullscreen_minimize.gif
-share/webmin/mailboxes/htmlarea/images/insert_table.gif
-share/webmin/mailboxes/htmlarea/lang/b5.js
-share/webmin/mailboxes/htmlarea/lang/cz.js
-share/webmin/mailboxes/htmlarea/lang/da.js
-share/webmin/mailboxes/htmlarea/lang/de.js
-share/webmin/mailboxes/htmlarea/lang/ee.js
-share/webmin/mailboxes/htmlarea/lang/el.js
-share/webmin/mailboxes/htmlarea/lang/en.js
-share/webmin/mailboxes/htmlarea/lang/es.js
-share/webmin/mailboxes/htmlarea/lang/fi.js
-share/webmin/mailboxes/htmlarea/lang/fr.js
-share/webmin/mailboxes/htmlarea/lang/gb.js
-share/webmin/mailboxes/htmlarea/lang/he.js
-share/webmin/mailboxes/htmlarea/lang/hu.js
-share/webmin/mailboxes/htmlarea/lang/it.js
-share/webmin/mailboxes/htmlarea/lang/ja-euc.js
-share/webmin/mailboxes/htmlarea/lang/ja-jis.js
-share/webmin/mailboxes/htmlarea/lang/ja-sjis.js
-share/webmin/mailboxes/htmlarea/lang/ja-utf8.js
-share/webmin/mailboxes/htmlarea/lang/lt.js
-share/webmin/mailboxes/htmlarea/lang/lv.js
-share/webmin/mailboxes/htmlarea/lang/nb.js
-share/webmin/mailboxes/htmlarea/lang/nl.js
-share/webmin/mailboxes/htmlarea/lang/no.js
-share/webmin/mailboxes/htmlarea/lang/pl.js
-share/webmin/mailboxes/htmlarea/lang/pt_br.js
-share/webmin/mailboxes/htmlarea/lang/ro.js
-share/webmin/mailboxes/htmlarea/lang/ru.js
-share/webmin/mailboxes/htmlarea/lang/se.js
-share/webmin/mailboxes/htmlarea/lang/si.js
-share/webmin/mailboxes/htmlarea/lang/vn.js
-share/webmin/mailboxes/htmlarea/license.txt
-share/webmin/mailboxes/htmlarea/popupdiv.js
-share/webmin/mailboxes/htmlarea/popups/about.html
-share/webmin/mailboxes/htmlarea/popups/blank.html
-share/webmin/mailboxes/htmlarea/popups/custom2.html
-share/webmin/mailboxes/htmlarea/popups/editor_help.html
-share/webmin/mailboxes/htmlarea/popups/fullscreen.html
-share/webmin/mailboxes/htmlarea/popups/insert_image.html
-share/webmin/mailboxes/htmlarea/popups/insert_table.html
-share/webmin/mailboxes/htmlarea/popups/link.html
-share/webmin/mailboxes/htmlarea/popups/old-fullscreen.html
-share/webmin/mailboxes/htmlarea/popups/old_insert_image.html
-share/webmin/mailboxes/htmlarea/popups/popup.js
-share/webmin/mailboxes/htmlarea/popups/select_color.html
-share/webmin/mailboxes/htmlarea/popupwin.js
share/webmin/mailboxes/images/attach.gif
share/webmin/mailboxes/images/boxes.gif
share/webmin/mailboxes/images/error.gif
@@ -117,15 +31,19 @@ share/webmin/mailboxes/lang/en
share/webmin/mailboxes/lang/es
share/webmin/mailboxes/lang/fr
share/webmin/mailboxes/lang/it
+share/webmin/mailboxes/lang/ja_JP.UTF-8
share/webmin/mailboxes/lang/ja_JP.euc
share/webmin/mailboxes/lang/ja_JP.jis
+share/webmin/mailboxes/lang/ko_KR.UTF-8
share/webmin/mailboxes/lang/ko_KR.euc
share/webmin/mailboxes/lang/pl
share/webmin/mailboxes/lang/pt
share/webmin/mailboxes/lang/sv
share/webmin/mailboxes/lang/tr
share/webmin/mailboxes/lang/zh_CN
+share/webmin/mailboxes/lang/zh_CN.UTF-8
share/webmin/mailboxes/lang/zh_TW.Big5
+share/webmin/mailboxes/lang/zh_TW.UTF-8
share/webmin/mailboxes/list_mail.cgi
share/webmin/mailboxes/log_parser.pl
share/webmin/mailboxes/mail_search.cgi
@@ -137,11 +55,983 @@ share/webmin/mailboxes/search_form.cgi
share/webmin/mailboxes/send_mail.cgi
share/webmin/mailboxes/useradmin_update.pl
share/webmin/mailboxes/view_mail.cgi
+share/webmin/mailboxes/xinha/Xinha.css
+share/webmin/mailboxes/xinha/XinhaCore.js
+share/webmin/mailboxes/xinha/contrib/lc_parse_strings.php
+share/webmin/mailboxes/xinha/contrib/php-xinha.php
+share/webmin/mailboxes/xinha/examples/Extended.html
+share/webmin/mailboxes/xinha/examples/custom.css
+share/webmin/mailboxes/xinha/examples/dynamic.css
+share/webmin/mailboxes/xinha/examples/ext_example-body.html
+share/webmin/mailboxes/xinha/examples/ext_example-dest.php
+share/webmin/mailboxes/xinha/examples/ext_example-menu.php
+share/webmin/mailboxes/xinha/examples/ext_example.html
+share/webmin/mailboxes/xinha/examples/full_example.css
+share/webmin/mailboxes/xinha/examples/full_example.js
+share/webmin/mailboxes/xinha/examples/simple_example.html
+share/webmin/mailboxes/xinha/examples/stylist.css
+share/webmin/mailboxes/xinha/examples/testbed.html
+share/webmin/mailboxes/xinha/htmlarea.js
+share/webmin/mailboxes/xinha/images/de/bold.gif
+share/webmin/mailboxes/xinha/images/de/italic.gif
+share/webmin/mailboxes/xinha/images/de/underline.gif
+share/webmin/mailboxes/xinha/images/ed_about.gif
+share/webmin/mailboxes/xinha/images/ed_align.gif
+share/webmin/mailboxes/xinha/images/ed_align_center.gif
+share/webmin/mailboxes/xinha/images/ed_align_justify.gif
+share/webmin/mailboxes/xinha/images/ed_align_left.gif
+share/webmin/mailboxes/xinha/images/ed_align_right.gif
+share/webmin/mailboxes/xinha/images/ed_blank.gif
+share/webmin/mailboxes/xinha/images/ed_buttons_main.gif
+share/webmin/mailboxes/xinha/images/ed_charmap.gif
+share/webmin/mailboxes/xinha/images/ed_clearfonts.gif
+share/webmin/mailboxes/xinha/images/ed_color_bg.gif
+share/webmin/mailboxes/xinha/images/ed_color_fg.gif
+share/webmin/mailboxes/xinha/images/ed_copy.gif
+share/webmin/mailboxes/xinha/images/ed_custom.gif
+share/webmin/mailboxes/xinha/images/ed_cut.gif
+share/webmin/mailboxes/xinha/images/ed_delete.gif
+share/webmin/mailboxes/xinha/images/ed_format_bold.gif
+share/webmin/mailboxes/xinha/images/ed_format_italic.gif
+share/webmin/mailboxes/xinha/images/ed_format_strike.gif
+share/webmin/mailboxes/xinha/images/ed_format_sub.gif
+share/webmin/mailboxes/xinha/images/ed_format_sup.gif
+share/webmin/mailboxes/xinha/images/ed_format_underline.gif
+share/webmin/mailboxes/xinha/images/ed_help.gif
+share/webmin/mailboxes/xinha/images/ed_hr.gif
+share/webmin/mailboxes/xinha/images/ed_html.gif
+share/webmin/mailboxes/xinha/images/ed_image.gif
+share/webmin/mailboxes/xinha/images/ed_indent_less.gif
+share/webmin/mailboxes/xinha/images/ed_indent_more.gif
+share/webmin/mailboxes/xinha/images/ed_killword.gif
+share/webmin/mailboxes/xinha/images/ed_left_to_right.gif
+share/webmin/mailboxes/xinha/images/ed_link.gif
+share/webmin/mailboxes/xinha/images/ed_list_bullet.gif
+share/webmin/mailboxes/xinha/images/ed_list_num.gif
+share/webmin/mailboxes/xinha/images/ed_overwrite.gif
+share/webmin/mailboxes/xinha/images/ed_paste.gif
+share/webmin/mailboxes/xinha/images/ed_print.gif
+share/webmin/mailboxes/xinha/images/ed_redo.gif
+share/webmin/mailboxes/xinha/images/ed_right_to_left.gif
+share/webmin/mailboxes/xinha/images/ed_rmformat.gif
+share/webmin/mailboxes/xinha/images/ed_save.gif
+share/webmin/mailboxes/xinha/images/ed_save.png
+share/webmin/mailboxes/xinha/images/ed_saveas.gif
+share/webmin/mailboxes/xinha/images/ed_selectall.gif
+share/webmin/mailboxes/xinha/images/ed_show_border.gif
+share/webmin/mailboxes/xinha/images/ed_splitblock.gif
+share/webmin/mailboxes/xinha/images/ed_splitcel.gif
+share/webmin/mailboxes/xinha/images/ed_undo.gif
+share/webmin/mailboxes/xinha/images/ed_word_cleaner.gif
+share/webmin/mailboxes/xinha/images/fr/bold.gif
+share/webmin/mailboxes/xinha/images/fr/strikethrough.gif
+share/webmin/mailboxes/xinha/images/fr/underline.gif
+share/webmin/mailboxes/xinha/images/fullscreen_maximize.gif
+share/webmin/mailboxes/xinha/images/fullscreen_minimize.gif
+share/webmin/mailboxes/xinha/images/insert_table.gif
+share/webmin/mailboxes/xinha/images/insertfilelink.gif
+share/webmin/mailboxes/xinha/images/insertmacro.png
+share/webmin/mailboxes/xinha/images/tidy.gif
+share/webmin/mailboxes/xinha/images/toggle_borders.gif
+share/webmin/mailboxes/xinha/images/xinha_logo.gif
+share/webmin/mailboxes/xinha/lang/b5.js
+share/webmin/mailboxes/xinha/lang/ch.js
+share/webmin/mailboxes/xinha/lang/cz.js
+share/webmin/mailboxes/xinha/lang/da.js
+share/webmin/mailboxes/xinha/lang/de.js
+share/webmin/mailboxes/xinha/lang/ee.js
+share/webmin/mailboxes/xinha/lang/el.js
+share/webmin/mailboxes/xinha/lang/es.js
+share/webmin/mailboxes/xinha/lang/fa.js
+share/webmin/mailboxes/xinha/lang/fi.js
+share/webmin/mailboxes/xinha/lang/fr.js
+share/webmin/mailboxes/xinha/lang/gb.js
+share/webmin/mailboxes/xinha/lang/he.js
+share/webmin/mailboxes/xinha/lang/hu.js
+share/webmin/mailboxes/xinha/lang/it.js
+share/webmin/mailboxes/xinha/lang/ja.js
+share/webmin/mailboxes/xinha/lang/lt.js
+share/webmin/mailboxes/xinha/lang/lv.js
+share/webmin/mailboxes/xinha/lang/nb.js
+share/webmin/mailboxes/xinha/lang/nl.js
+share/webmin/mailboxes/xinha/lang/pl.js
+share/webmin/mailboxes/xinha/lang/pt_br.js
+share/webmin/mailboxes/xinha/lang/ro.js
+share/webmin/mailboxes/xinha/lang/ru.js
+share/webmin/mailboxes/xinha/lang/sh.js
+share/webmin/mailboxes/xinha/lang/si.js
+share/webmin/mailboxes/xinha/lang/sr.js
+share/webmin/mailboxes/xinha/lang/sv.js
+share/webmin/mailboxes/xinha/lang/vn.js
+share/webmin/mailboxes/xinha/license.txt
+share/webmin/mailboxes/xinha/modules/ColorPicker/ColorPicker.js
+share/webmin/mailboxes/xinha/modules/CreateLink/link.html
+share/webmin/mailboxes/xinha/modules/CreateLink/link.js
+share/webmin/mailboxes/xinha/modules/Dialogs/dialog.js
+share/webmin/mailboxes/xinha/modules/Dialogs/inline-dialog.js
+share/webmin/mailboxes/xinha/modules/Dialogs/panel-dialog.js
+share/webmin/mailboxes/xinha/modules/Dialogs/popupwin.js
+share/webmin/mailboxes/xinha/modules/FullScreen/full-screen.js
+share/webmin/mailboxes/xinha/modules/FullScreen/lang/de.js
+share/webmin/mailboxes/xinha/modules/FullScreen/lang/fr.js
+share/webmin/mailboxes/xinha/modules/FullScreen/lang/ja.js
+share/webmin/mailboxes/xinha/modules/FullScreen/lang/nb.js
+share/webmin/mailboxes/xinha/modules/FullScreen/lang/pl.js
+share/webmin/mailboxes/xinha/modules/FullScreen/lang/ru.js
+share/webmin/mailboxes/xinha/modules/FullScreen/lang/sv.js
+share/webmin/mailboxes/xinha/modules/Gecko/Gecko.js
+share/webmin/mailboxes/xinha/modules/Gecko/paraHandlerBest.js
+share/webmin/mailboxes/xinha/modules/Gecko/paraHandlerDirty.js
+share/webmin/mailboxes/xinha/modules/GetHtml/DOMwalk.js
+share/webmin/mailboxes/xinha/modules/GetHtml/TransformInnerHTML.js
+share/webmin/mailboxes/xinha/modules/InsertImage/insert_image.html
+share/webmin/mailboxes/xinha/modules/InsertImage/insert_image.js
+share/webmin/mailboxes/xinha/modules/InsertTable/insert_table.html
+share/webmin/mailboxes/xinha/modules/InsertTable/insert_table.js
+share/webmin/mailboxes/xinha/modules/InternetExplorer/InternetExplorer.js
+share/webmin/mailboxes/xinha/plugins/Abbreviation/abbr/de.js
+share/webmin/mailboxes/xinha/plugins/Abbreviation/abbr/en.js
+share/webmin/mailboxes/xinha/plugins/Abbreviation/abbreviation.css
+share/webmin/mailboxes/xinha/plugins/Abbreviation/abbreviation.js
+share/webmin/mailboxes/xinha/plugins/Abbreviation/img/ed_abbreviation.gif
+share/webmin/mailboxes/xinha/plugins/Abbreviation/lang/de.js
+share/webmin/mailboxes/xinha/plugins/Abbreviation/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/Abbreviation/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/Abbreviation/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/Abbreviation/popups/abbreviation.html
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/background-image.js
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/backgrounds/blufur.jpg
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/backgrounds/palecnvs.jpg
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/backgrounds/ppplcnvs.jpg
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/backgrounds/thumbnails/blufur.jpg
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/backgrounds/thumbnails/palecnvs.jpg
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/backgrounds/thumbnails/ppplcnvs.jpg
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/backgrounds/thumbnails/ylwsand.jpg
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/backgrounds/ylwsand.jpg
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/img/ed_bgimage.gif
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/lang/de.js
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/BackgroundImage/popups/bgimage.html
+share/webmin/mailboxes/xinha/plugins/CSS/css.js
+share/webmin/mailboxes/xinha/plugins/CharCounter/char-counter.js
+share/webmin/mailboxes/xinha/plugins/CharCounter/lang/de.js
+share/webmin/mailboxes/xinha/plugins/CharCounter/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/CharCounter/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/CharCounter/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/CharacterMap/CharacterMap.css
+share/webmin/mailboxes/xinha/plugins/CharacterMap/character-map.js
+share/webmin/mailboxes/xinha/plugins/CharacterMap/img/ed_charmap.gif
+share/webmin/mailboxes/xinha/plugins/CharacterMap/lang/de.js
+share/webmin/mailboxes/xinha/plugins/CharacterMap/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/CharacterMap/lang/it.js
+share/webmin/mailboxes/xinha/plugins/CharacterMap/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/CharacterMap/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/CharacterMap/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/CharacterMap/lang/ru.js
+share/webmin/mailboxes/xinha/plugins/CharacterMap/lang/sv.js
+share/webmin/mailboxes/xinha/plugins/CharacterMap/popups/select_character.html
+share/webmin/mailboxes/xinha/plugins/ClientsideSpellcheck/clientside-spellcheck.js
+share/webmin/mailboxes/xinha/plugins/ClientsideSpellcheck/img/clientside-spellcheck.gif
+share/webmin/mailboxes/xinha/plugins/ClientsideSpellcheck/img/he-spell-check.gif
+share/webmin/mailboxes/xinha/plugins/ClientsideSpellcheck/lang/de.js
+share/webmin/mailboxes/xinha/plugins/ClientsideSpellcheck/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/ClientsideSpellcheck/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/ContextMenu/1.pl
+share/webmin/mailboxes/xinha/plugins/ContextMenu/context-menu.js
+share/webmin/mailboxes/xinha/plugins/ContextMenu/lang/de.js
+share/webmin/mailboxes/xinha/plugins/ContextMenu/lang/el.js
+share/webmin/mailboxes/xinha/plugins/ContextMenu/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/ContextMenu/lang/he.js
+share/webmin/mailboxes/xinha/plugins/ContextMenu/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/ContextMenu/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/ContextMenu/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/ContextMenu/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/ContextMenu/lang/sv.js
+share/webmin/mailboxes/xinha/plugins/ContextMenu/menu.css
+share/webmin/mailboxes/xinha/plugins/DefinitionList/definition-list.css
+share/webmin/mailboxes/xinha/plugins/DefinitionList/definition-list.js
+share/webmin/mailboxes/xinha/plugins/DefinitionList/img/ed_dd.gif
+share/webmin/mailboxes/xinha/plugins/DefinitionList/img/ed_dl.gif
+share/webmin/mailboxes/xinha/plugins/DefinitionList/img/ed_dt.gif
+share/webmin/mailboxes/xinha/plugins/DefinitionList/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/DoubleClick/double-click.js
+share/webmin/mailboxes/xinha/plugins/DynamicCSS/dynamiccss.js
+share/webmin/mailboxes/xinha/plugins/DynamicCSS/lang/de.js
+share/webmin/mailboxes/xinha/plugins/DynamicCSS/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/DynamicCSS/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/DynamicCSS/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/DynamicCSS/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/EditTag/edit-tag.js
+share/webmin/mailboxes/xinha/plugins/EditTag/img/ed_edit_tag.gif
+share/webmin/mailboxes/xinha/plugins/EditTag/lang/de.js
+share/webmin/mailboxes/xinha/plugins/EditTag/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/EditTag/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/EditTag/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/EditTag/popups/edit_tag.html
+share/webmin/mailboxes/xinha/plugins/Equation/ASCIIMathML.js
+share/webmin/mailboxes/xinha/plugins/Equation/equation.js
+share/webmin/mailboxes/xinha/plugins/Equation/example.html
+share/webmin/mailboxes/xinha/plugins/Equation/img/abs_value.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/diag_fraction.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/divide.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/dsp_greater_equal.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/dsp_less_equal.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/dsp_notequal.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/equation.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/equation.old.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/greater_equal_than.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/hor_fraction.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/less_equal_than.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/mul.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/notequal.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/parenthesis.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/root.gif
+share/webmin/mailboxes/xinha/plugins/Equation/img/square_root.gif
+share/webmin/mailboxes/xinha/plugins/Equation/lang/de.js
+share/webmin/mailboxes/xinha/plugins/Equation/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/Equation/popups/dialog.html
+share/webmin/mailboxes/xinha/plugins/Equation/readme.txt
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/Readme.txt
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/EditorContent.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/ImageEditor.css
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/dialog.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/editor.css
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/editor.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/editorFrame.css
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/editorFrame.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/hover.htc
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/imagelist.css
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/images.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/manager.css
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/manager.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/popup.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/slider.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets/wz_jsgraphics.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/backend.php
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/config.inc.php
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/demo_images/.htaccess
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/demo_images/bikerpeep.jpg
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/demo_images/linux/linux.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/demo_images/wesnoth078.jpg
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/editor.php
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/editorFrame.php
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/extended-file-manager.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/def.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/def_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/doc.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/doc_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/fla.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/fla_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/folder.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/folder_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/gif_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/gz.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/gz_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/html.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/html_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/jpg_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/js.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/js_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/mov.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/mov_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/pdf.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/pdf_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/php.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/php_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/png_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/ppt.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/ppt_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/rar.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/rar_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/txt.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/txt_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/xls.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/xls_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/zip.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons/zip_small.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/images.php
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/1x1_transparent.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/2x2.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/2x2_w.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/btnFolderNew.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/btnFolderNew1.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/btnFolderUp.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/btnFolderUp1.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/btn_cancel.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/btn_ok.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/crop.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/default.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/div.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/dots.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/ed_linkfile.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/ed_linkfile1.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/edit_active.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/edit_copy.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/edit_cut.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/edit_paste.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/edit_pencil.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/edit_rename.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/edit_trash.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/folder.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/hand.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/islocked2.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/locked.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/measure.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/noimages.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/rotate.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/save.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/scale.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/spacer.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/t_black.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/t_white.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/unlocked.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/unlocked2.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img/unlocked_empty.gif
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/lang/de.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/manager.php
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/resizer.php
+share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/thumbs.php
+share/webmin/mailboxes/xinha/plugins/Filter/filter.js
+share/webmin/mailboxes/xinha/plugins/Filter/filters/paragraph.js
+share/webmin/mailboxes/xinha/plugins/Filter/filters/word.js
+share/webmin/mailboxes/xinha/plugins/Filter/img/ed_filter.gif
+share/webmin/mailboxes/xinha/plugins/Filter/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/FindReplace/find-replace.js
+share/webmin/mailboxes/xinha/plugins/FindReplace/fr_engine.js
+share/webmin/mailboxes/xinha/plugins/FindReplace/img/ed_find.gif
+share/webmin/mailboxes/xinha/plugins/FindReplace/lang/de.js
+share/webmin/mailboxes/xinha/plugins/FindReplace/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/FindReplace/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/FindReplace/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/FindReplace/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/FindReplace/lang/pt_br.js
+share/webmin/mailboxes/xinha/plugins/FindReplace/lang/ru.js
+share/webmin/mailboxes/xinha/plugins/FindReplace/lang/sv.js
+share/webmin/mailboxes/xinha/plugins/FindReplace/popups/find_replace.html
+share/webmin/mailboxes/xinha/plugins/FormOperations/README
+share/webmin/mailboxes/xinha/plugins/FormOperations/default_form.html
+share/webmin/mailboxes/xinha/plugins/FormOperations/form-operations.js
+share/webmin/mailboxes/xinha/plugins/FormOperations/formmail.php
+share/webmin/mailboxes/xinha/plugins/FormOperations/iframe.css
+share/webmin/mailboxes/xinha/plugins/FormOperations/img/buttons.gif
+share/webmin/mailboxes/xinha/plugins/FormOperations/lang/de.js
+share/webmin/mailboxes/xinha/plugins/FormOperations/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/FormOperations/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/FormOperations/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/FormOperations/panel.html
+share/webmin/mailboxes/xinha/plugins/Forms/forms.css
+share/webmin/mailboxes/xinha/plugins/Forms/forms.js
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_button.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_checkbox.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_fieldset.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_file.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_form.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_hidden.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_image.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_label.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_password.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_radio.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_reset.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_select.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_submit.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_text.gif
+share/webmin/mailboxes/xinha/plugins/Forms/img/ed_textarea.gif
+share/webmin/mailboxes/xinha/plugins/Forms/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/Forms/popups/fieldset.html
+share/webmin/mailboxes/xinha/plugins/Forms/popups/form.html
+share/webmin/mailboxes/xinha/plugins/Forms/popups/input.html
+share/webmin/mailboxes/xinha/plugins/Forms/popups/label.html
+share/webmin/mailboxes/xinha/plugins/Forms/popups/select.html
+share/webmin/mailboxes/xinha/plugins/Forms/popups/textarea.html
+share/webmin/mailboxes/xinha/plugins/FullPage/full-page.js
+share/webmin/mailboxes/xinha/plugins/FullPage/img/docprop.gif
+share/webmin/mailboxes/xinha/plugins/FullPage/lang/de.js
+share/webmin/mailboxes/xinha/plugins/FullPage/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/FullPage/lang/he.js
+share/webmin/mailboxes/xinha/plugins/FullPage/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/FullPage/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/FullPage/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/FullPage/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/FullPage/lang/ro.js
+share/webmin/mailboxes/xinha/plugins/FullPage/popups/docprop.html
+share/webmin/mailboxes/xinha/plugins/GetHtml/get-html.js
+share/webmin/mailboxes/xinha/plugins/HorizontalRule/horizontal-rule.js
+share/webmin/mailboxes/xinha/plugins/HorizontalRule/lang/de.js
+share/webmin/mailboxes/xinha/plugins/HorizontalRule/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/HorizontalRule/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/HorizontalRule/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/HorizontalRule/popups/edit_horizontal_rule.html
+share/webmin/mailboxes/xinha/plugins/HtmlEntities/Entities.js
+share/webmin/mailboxes/xinha/plugins/HtmlEntities/html-entities.js
+share/webmin/mailboxes/xinha/plugins/HtmlEntities/iso-8859-1.js
+share/webmin/mailboxes/xinha/plugins/HtmlTidy/README
+share/webmin/mailboxes/xinha/plugins/HtmlTidy/html-tidy-config.cfg
+share/webmin/mailboxes/xinha/plugins/HtmlTidy/html-tidy-logic.php
+share/webmin/mailboxes/xinha/plugins/HtmlTidy/html-tidy.js
+share/webmin/mailboxes/xinha/plugins/HtmlTidy/img/html-tidy.gif
+share/webmin/mailboxes/xinha/plugins/HtmlTidy/lang/de.js
+share/webmin/mailboxes/xinha/plugins/HtmlTidy/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/HtmlTidy/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/HtmlTidy/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/HtmlTidy/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/Classes/Files.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/Classes/GD.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/Classes/IM.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/Classes/ImageEditor.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/Classes/ImageManager.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/Classes/NetPBM.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/Classes/Thumbnail.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/Classes/Transform.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/README.txt
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/EditorContent.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/ImageEditor.css
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/dialog.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/editor.css
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/editor.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/editorFrame.css
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/editorFrame.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/hover.htc
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/imagelist.css
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/images.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/manager.css
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/manager.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/popup.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/slider.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/assets/wz_jsgraphics.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/backend.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/config.inc.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/ddt.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/demo_images/bikerpeep.jpg
+share/webmin/mailboxes/xinha/plugins/ImageManager/demo_images/linux/linux.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/demo_images/wesnoth078.jpg
+share/webmin/mailboxes/xinha/plugins/ImageManager/editor.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/editorFrame.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/image-manager.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/images.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/2x2.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/2x2_w.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/btnFolderNew.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/btnFolderUp.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/btn_cancel.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/btn_ok.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/crop.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/default.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/div.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/dots.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/edit_active.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/edit_pencil.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/edit_trash.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/folder.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/hand.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/islocked2.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/locked.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/measure.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/noimages.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/rotate.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/save.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/scale.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/spacer.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/t_black.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/t_white.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/unlocked.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/img/unlocked2.gif
+share/webmin/mailboxes/xinha/plugins/ImageManager/lang/de.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/lang/ru.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/lang/sv.js
+share/webmin/mailboxes/xinha/plugins/ImageManager/manager.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/resizer.php
+share/webmin/mailboxes/xinha/plugins/ImageManager/thumbs.php
+share/webmin/mailboxes/xinha/plugins/InsertAnchor/img/insert-anchor.gif
+share/webmin/mailboxes/xinha/plugins/InsertAnchor/img/placeholder.gif
+share/webmin/mailboxes/xinha/plugins/InsertAnchor/insert-anchor.css
+share/webmin/mailboxes/xinha/plugins/InsertAnchor/insert-anchor.js
+share/webmin/mailboxes/xinha/plugins/InsertAnchor/lang/de.js
+share/webmin/mailboxes/xinha/plugins/InsertAnchor/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/InsertAnchor/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/InsertAnchor/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/InsertAnchor/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/InsertAnchor/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/InsertAnchor/popups/insert_anchor.html
+share/webmin/mailboxes/xinha/plugins/InsertMarquee/img/ed_marquee.gif
+share/webmin/mailboxes/xinha/plugins/InsertMarquee/insert-marquee.js
+share/webmin/mailboxes/xinha/plugins/InsertMarquee/lang/de.js
+share/webmin/mailboxes/xinha/plugins/InsertMarquee/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/InsertMarquee/lang/it.js
+share/webmin/mailboxes/xinha/plugins/InsertMarquee/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/InsertMarquee/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/InsertMarquee/popups/insert_marquee.html
+share/webmin/mailboxes/xinha/plugins/InsertPagebreak/img/pagebreak.gif
+share/webmin/mailboxes/xinha/plugins/InsertPagebreak/insert-pagebreak.js
+share/webmin/mailboxes/xinha/plugins/InsertPagebreak/lang/de.js
+share/webmin/mailboxes/xinha/plugins/InsertPagebreak/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/InsertPagebreak/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/InsertPagebreak/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/InsertPicture/InsertPicture.php
+share/webmin/mailboxes/xinha/plugins/InsertPicture/demo_pictures/bikerpeep.jpg
+share/webmin/mailboxes/xinha/plugins/InsertPicture/demo_pictures/wesnoth078.jpg
+share/webmin/mailboxes/xinha/plugins/InsertPicture/img/btn_open.gif
+share/webmin/mailboxes/xinha/plugins/InsertPicture/img/nopic.gif
+share/webmin/mailboxes/xinha/plugins/InsertPicture/insert-picture.js
+share/webmin/mailboxes/xinha/plugins/InsertPicture/lang/de.js
+share/webmin/mailboxes/xinha/plugins/InsertPicture/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/InsertPicture/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/InsertPicture/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/InsertPicture/lang/sv.js
+share/webmin/mailboxes/xinha/plugins/InsertPicture/viewpicture.html
+share/webmin/mailboxes/xinha/plugins/InsertSnippet/InsertSnippet.css
+share/webmin/mailboxes/xinha/plugins/InsertSnippet/demosnippets.js
+share/webmin/mailboxes/xinha/plugins/InsertSnippet/img/ed_snippet.gif
+share/webmin/mailboxes/xinha/plugins/InsertSnippet/insert-snippet.js
+share/webmin/mailboxes/xinha/plugins/InsertSnippet/lang/de.js
+share/webmin/mailboxes/xinha/plugins/InsertSnippet/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/InsertSnippet/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/InsertSnippet/popups/insertsnippet.html
+share/webmin/mailboxes/xinha/plugins/InsertSnippet/readme.html
+share/webmin/mailboxes/xinha/plugins/InsertSnippet/snippets.html
+share/webmin/mailboxes/xinha/plugins/InsertSnippet/snippets.php
+share/webmin/mailboxes/xinha/plugins/InsertWords/insert-words.js
+share/webmin/mailboxes/xinha/plugins/LangMarks/img/el.gif
+share/webmin/mailboxes/xinha/plugins/LangMarks/img/en.gif
+share/webmin/mailboxes/xinha/plugins/LangMarks/img/fr.gif
+share/webmin/mailboxes/xinha/plugins/LangMarks/img/la.gif
+share/webmin/mailboxes/xinha/plugins/LangMarks/lang-marks.css
+share/webmin/mailboxes/xinha/plugins/LangMarks/lang-marks.js
+share/webmin/mailboxes/xinha/plugins/LangMarks/lang/de.js
+share/webmin/mailboxes/xinha/plugins/LangMarks/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/LangMarks/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/LangMarks/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/LangMarks/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/api.html
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/dtree.css
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/dtree.js
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/example01.html
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/base.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/cd.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/copy.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/empty.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/folder.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/folderopen.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/globe.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/imgfolder.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/join.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/joinbottom.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/line.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/minus.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/minusbottom.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/move.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/musicfolder.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/nolines_minus.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/nolines_plus.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/offline.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/offline.png
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/page.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/plus.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/plusbottom.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/question.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dTree/img/trash.gif
+share/webmin/mailboxes/xinha/plugins/Linker/dialog.html
+share/webmin/mailboxes/xinha/plugins/Linker/lang/de.js
+share/webmin/mailboxes/xinha/plugins/Linker/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/Linker/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/Linker/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/Linker/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/Linker/linker.js
+share/webmin/mailboxes/xinha/plugins/Linker/scan.php
+share/webmin/mailboxes/xinha/plugins/ListType/ListType.css
+share/webmin/mailboxes/xinha/plugins/ListType/img/circle.png
+share/webmin/mailboxes/xinha/plugins/ListType/img/decimal.png
+share/webmin/mailboxes/xinha/plugins/ListType/img/disc.png
+share/webmin/mailboxes/xinha/plugins/ListType/img/lower-alpha.png
+share/webmin/mailboxes/xinha/plugins/ListType/img/lower-roman.png
+share/webmin/mailboxes/xinha/plugins/ListType/img/none.png
+share/webmin/mailboxes/xinha/plugins/ListType/img/square.png
+share/webmin/mailboxes/xinha/plugins/ListType/img/upper-alpha.png
+share/webmin/mailboxes/xinha/plugins/ListType/img/upper-roman.png
+share/webmin/mailboxes/xinha/plugins/ListType/lang/de.js
+share/webmin/mailboxes/xinha/plugins/ListType/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/ListType/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/ListType/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/ListType/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/ListType/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/ListType/lang/ru.js
+share/webmin/mailboxes/xinha/plugins/ListType/lang/sv.js
+share/webmin/mailboxes/xinha/plugins/ListType/list-type.js
+share/webmin/mailboxes/xinha/plugins/NoteServer/img/note.gif
+share/webmin/mailboxes/xinha/plugins/NoteServer/lang/de.js
+share/webmin/mailboxes/xinha/plugins/NoteServer/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/NoteServer/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/NoteServer/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/NoteServer/note-server.js
+share/webmin/mailboxes/xinha/plugins/NoteServer/popups/codenote.html
+share/webmin/mailboxes/xinha/plugins/PasteText/img/ed_paste_text.gif
+share/webmin/mailboxes/xinha/plugins/PasteText/lang/de.js
+share/webmin/mailboxes/xinha/plugins/PasteText/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/PasteText/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/PasteText/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/PasteText/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/PasteText/paste-text.js
+share/webmin/mailboxes/xinha/plugins/PasteText/popups/paste_text.html
+share/webmin/mailboxes/xinha/plugins/QuickTag/img/ed_quicktag.gif
+share/webmin/mailboxes/xinha/plugins/QuickTag/lang/de.js
+share/webmin/mailboxes/xinha/plugins/QuickTag/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/QuickTag/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/QuickTag/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/QuickTag/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/QuickTag/lang/pt_br.js
+share/webmin/mailboxes/xinha/plugins/QuickTag/popups/quicktag.html
+share/webmin/mailboxes/xinha/plugins/QuickTag/quick-tag.js
+share/webmin/mailboxes/xinha/plugins/QuickTag/tag-lib.js
+share/webmin/mailboxes/xinha/plugins/SaveSubmit/README.txt
+share/webmin/mailboxes/xinha/plugins/SaveSubmit/img/ed_save_green.gif
+share/webmin/mailboxes/xinha/plugins/SaveSubmit/img/ed_save_red.gif
+share/webmin/mailboxes/xinha/plugins/SaveSubmit/lang/de.js
+share/webmin/mailboxes/xinha/plugins/SaveSubmit/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/SaveSubmit/lang/ru.js
+share/webmin/mailboxes/xinha/plugins/SaveSubmit/save-submit.js
+share/webmin/mailboxes/xinha/plugins/SetId/img/placeholder.gif
+share/webmin/mailboxes/xinha/plugins/SetId/img/set-id.gif
+share/webmin/mailboxes/xinha/plugins/SetId/lang/de.js
+share/webmin/mailboxes/xinha/plugins/SetId/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/SetId/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/SetId/popups/set_id.html
+share/webmin/mailboxes/xinha/plugins/SetId/set-id.css
+share/webmin/mailboxes/xinha/plugins/SetId/set-id.js
+share/webmin/mailboxes/xinha/plugins/SmartReplace/img/smartquotes.gif
+share/webmin/mailboxes/xinha/plugins/SmartReplace/lang/de.js
+share/webmin/mailboxes/xinha/plugins/SmartReplace/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/SmartReplace/popups/dialog.html
+share/webmin/mailboxes/xinha/plugins/SmartReplace/readme.txt
+share/webmin/mailboxes/xinha/plugins/SmartReplace/smart-replace.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/README
+share/webmin/mailboxes/xinha/plugins/SpellChecker/aspell_setup.php
+share/webmin/mailboxes/xinha/plugins/SpellChecker/img/he-spell-check.gif
+share/webmin/mailboxes/xinha/plugins/SpellChecker/img/spell-check.gif
+share/webmin/mailboxes/xinha/plugins/SpellChecker/lang/cz.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/lang/da.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/lang/de.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/lang/he.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/lang/hu.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/lang/ro.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/readme-tech.html
+share/webmin/mailboxes/xinha/plugins/SpellChecker/spell-check-logic.php
+share/webmin/mailboxes/xinha/plugins/SpellChecker/spell-check-savedicts.php
+share/webmin/mailboxes/xinha/plugins/SpellChecker/spell-check-style.css
+share/webmin/mailboxes/xinha/plugins/SpellChecker/spell-check-ui.html
+share/webmin/mailboxes/xinha/plugins/SpellChecker/spell-check-ui.js
+share/webmin/mailboxes/xinha/plugins/SpellChecker/spell-checker.js
+share/webmin/mailboxes/xinha/plugins/Stylist/lang/de.js
+share/webmin/mailboxes/xinha/plugins/Stylist/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/Stylist/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/Stylist/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/Stylist/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/Stylist/stylist.js
+share/webmin/mailboxes/xinha/plugins/SuperClean/dialog.html
+share/webmin/mailboxes/xinha/plugins/SuperClean/filters/paragraph.js
+share/webmin/mailboxes/xinha/plugins/SuperClean/filters/word.js
+share/webmin/mailboxes/xinha/plugins/SuperClean/img/ed_superclean.gif
+share/webmin/mailboxes/xinha/plugins/SuperClean/lang/de.js
+share/webmin/mailboxes/xinha/plugins/SuperClean/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/SuperClean/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/SuperClean/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/SuperClean/super-clean.js
+share/webmin/mailboxes/xinha/plugins/SuperClean/tidy.php
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/cell-delete.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/cell-insert-after.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/cell-insert-before.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/cell-merge.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/cell-prop.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/cell-split.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/col-delete.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/col-insert-after.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/col-insert-before.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/col-split.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/row-delete.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/row-insert-above.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/row-insert-under.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/row-prop.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/row-split.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/img/table-prop.gif
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/cz.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/da.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/de.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/el.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/fi.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/he.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/it.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/pl.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/ro.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/ru.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/lang/sv.js
+share/webmin/mailboxes/xinha/plugins/TableOperations/table-operations.js
+share/webmin/mailboxes/xinha/plugins/Template/img/ed_template.gif
+share/webmin/mailboxes/xinha/plugins/Template/img/layout_01.gif
+share/webmin/mailboxes/xinha/plugins/Template/img/layout_02.gif
+share/webmin/mailboxes/xinha/plugins/Template/img/layout_03.gif
+share/webmin/mailboxes/xinha/plugins/Template/lang/de.js
+share/webmin/mailboxes/xinha/plugins/Template/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/Template/lang/it.js
+share/webmin/mailboxes/xinha/plugins/Template/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/Template/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/Template/popups/template.html
+share/webmin/mailboxes/xinha/plugins/Template/template.css
+share/webmin/mailboxes/xinha/plugins/Template/template.js
+share/webmin/mailboxes/xinha/plugins/UnFormat/img/unformat.gif
+share/webmin/mailboxes/xinha/plugins/UnFormat/lang/de.js
+share/webmin/mailboxes/xinha/plugins/UnFormat/lang/fr.js
+share/webmin/mailboxes/xinha/plugins/UnFormat/lang/ja.js
+share/webmin/mailboxes/xinha/plugins/UnFormat/lang/nb.js
+share/webmin/mailboxes/xinha/plugins/UnFormat/lang/nl.js
+share/webmin/mailboxes/xinha/plugins/UnFormat/popups/unformat.html
+share/webmin/mailboxes/xinha/plugins/UnFormat/un-format.js
+share/webmin/mailboxes/xinha/popups/about.html
+share/webmin/mailboxes/xinha/popups/blank.html
+share/webmin/mailboxes/xinha/popups/editor_help.html
+share/webmin/mailboxes/xinha/popups/popup.css
+share/webmin/mailboxes/xinha/popups/popup.js
+share/webmin/mailboxes/xinha/popups/select_color.html
+share/webmin/mailboxes/xinha/release-notes.txt
+share/webmin/mailboxes/xinha/skins/blue-look/button-background.png
+share/webmin/mailboxes/xinha/skins/blue-look/separator.gif
+share/webmin/mailboxes/xinha/skins/blue-look/skin.css
+share/webmin/mailboxes/xinha/skins/blue-metallic/button-background.png
+share/webmin/mailboxes/xinha/skins/blue-metallic/separator.gif
+share/webmin/mailboxes/xinha/skins/blue-metallic/skin.css
+share/webmin/mailboxes/xinha/skins/green-look/button-background.gif
+share/webmin/mailboxes/xinha/skins/green-look/separator.gif
+share/webmin/mailboxes/xinha/skins/green-look/skin.css
+share/webmin/mailboxes/xinha/skins/inditreuse/README
+share/webmin/mailboxes/xinha/skins/inditreuse/back.png
+share/webmin/mailboxes/xinha/skins/inditreuse/button-background.png
+share/webmin/mailboxes/xinha/skins/inditreuse/hover.png
+share/webmin/mailboxes/xinha/skins/inditreuse/selected.png
+share/webmin/mailboxes/xinha/skins/inditreuse/separator.png
+share/webmin/mailboxes/xinha/skins/inditreuse/skin.css
+share/webmin/mailboxes/xinha/skins/silva/dialog.jpg
+share/webmin/mailboxes/xinha/skins/silva/html.gif
+share/webmin/mailboxes/xinha/skins/silva/skin.css
+share/webmin/mailboxes/xinha/skins/silva/statusbar.png
+share/webmin/mailboxes/xinha/skins/silva/toolbar.png
+share/webmin/mailboxes/xinha/skins/titan/README
+share/webmin/mailboxes/xinha/skins/titan/back.png
+share/webmin/mailboxes/xinha/skins/titan/button-background.png
+share/webmin/mailboxes/xinha/skins/titan/hover.png
+share/webmin/mailboxes/xinha/skins/titan/selected.png
+share/webmin/mailboxes/xinha/skins/titan/separator.png
+share/webmin/mailboxes/xinha/skins/titan/skin.css
+share/webmin/mailboxes/xinha/skins/xp-blue/back.png
+share/webmin/mailboxes/xinha/skins/xp-blue/button-background.png
+share/webmin/mailboxes/xinha/skins/xp-blue/hover.png
+share/webmin/mailboxes/xinha/skins/xp-blue/selected.png
+share/webmin/mailboxes/xinha/skins/xp-blue/separator.png
+share/webmin/mailboxes/xinha/skins/xp-blue/skin.css
+share/webmin/mailboxes/xinha/skins/xp-green/back.png
+share/webmin/mailboxes/xinha/skins/xp-green/button-background.png
+share/webmin/mailboxes/xinha/skins/xp-green/hover.png
+share/webmin/mailboxes/xinha/skins/xp-green/selected.png
+share/webmin/mailboxes/xinha/skins/xp-green/separator.png
+share/webmin/mailboxes/xinha/skins/xp-green/skin.css
+@dirrm share/webmin/mailboxes/xinha/skins/xp-green
+@dirrm share/webmin/mailboxes/xinha/skins/xp-blue
+@dirrm share/webmin/mailboxes/xinha/skins/titan
+@dirrm share/webmin/mailboxes/xinha/skins/silva
+@dirrm share/webmin/mailboxes/xinha/skins/inditreuse
+@dirrm share/webmin/mailboxes/xinha/skins/green-look
+@dirrm share/webmin/mailboxes/xinha/skins/blue-metallic
+@dirrm share/webmin/mailboxes/xinha/skins/blue-look
+@dirrm share/webmin/mailboxes/xinha/skins
+@dirrm share/webmin/mailboxes/xinha/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/UnFormat/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/UnFormat/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/UnFormat/img
+@dirrm share/webmin/mailboxes/xinha/plugins/UnFormat
+@dirrm share/webmin/mailboxes/xinha/plugins/Template/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/Template/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/Template/img
+@dirrm share/webmin/mailboxes/xinha/plugins/Template
+@dirrm share/webmin/mailboxes/xinha/plugins/TableOperations/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/TableOperations/img
+@dirrm share/webmin/mailboxes/xinha/plugins/TableOperations
+@dirrm share/webmin/mailboxes/xinha/plugins/SuperClean/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/SuperClean/img
+@dirrm share/webmin/mailboxes/xinha/plugins/SuperClean/filters
+@dirrm share/webmin/mailboxes/xinha/plugins/SuperClean
+@dirrm share/webmin/mailboxes/xinha/plugins/Stylist/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/Stylist
+@dirrm share/webmin/mailboxes/xinha/plugins/SpellChecker/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/SpellChecker/img
+@dirrm share/webmin/mailboxes/xinha/plugins/SpellChecker
+@dirrm share/webmin/mailboxes/xinha/plugins/SmartReplace/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/SmartReplace/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/SmartReplace/img
+@dirrm share/webmin/mailboxes/xinha/plugins/SmartReplace
+@dirrm share/webmin/mailboxes/xinha/plugins/SetId/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/SetId/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/SetId/img
+@dirrm share/webmin/mailboxes/xinha/plugins/SetId
+@dirrm share/webmin/mailboxes/xinha/plugins/SaveSubmit/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/SaveSubmit/img
+@dirrm share/webmin/mailboxes/xinha/plugins/SaveSubmit
+@dirrm share/webmin/mailboxes/xinha/plugins/QuickTag/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/QuickTag/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/QuickTag/img
+@dirrm share/webmin/mailboxes/xinha/plugins/QuickTag
+@dirrm share/webmin/mailboxes/xinha/plugins/PasteText/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/PasteText/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/PasteText/img
+@dirrm share/webmin/mailboxes/xinha/plugins/PasteText
+@dirrm share/webmin/mailboxes/xinha/plugins/NoteServer/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/NoteServer/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/NoteServer/img
+@dirrm share/webmin/mailboxes/xinha/plugins/NoteServer
+@dirrm share/webmin/mailboxes/xinha/plugins/ListType/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/ListType/img
+@dirrm share/webmin/mailboxes/xinha/plugins/ListType
+@dirrm share/webmin/mailboxes/xinha/plugins/Linker/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/Linker/dTree/img
+@dirrm share/webmin/mailboxes/xinha/plugins/Linker/dTree
+@dirrm share/webmin/mailboxes/xinha/plugins/Linker
+@dirrm share/webmin/mailboxes/xinha/plugins/LangMarks/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/LangMarks/img
+@dirrm share/webmin/mailboxes/xinha/plugins/LangMarks
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertWords
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertSnippet/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertSnippet/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertSnippet/img
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertSnippet
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertPicture/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertPicture/img
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertPicture/demo_pictures
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertPicture
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertPagebreak/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertPagebreak/img
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertPagebreak
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertMarquee/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertMarquee/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertMarquee/img
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertMarquee
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertAnchor/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertAnchor/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertAnchor/img
+@dirrm share/webmin/mailboxes/xinha/plugins/InsertAnchor
+@dirrm share/webmin/mailboxes/xinha/plugins/ImageManager/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/ImageManager/img
+@dirrm share/webmin/mailboxes/xinha/plugins/ImageManager/demo_images/linux
+@dirrm share/webmin/mailboxes/xinha/plugins/ImageManager/demo_images
+@dirrm share/webmin/mailboxes/xinha/plugins/ImageManager/assets
+@dirrm share/webmin/mailboxes/xinha/plugins/ImageManager/Classes
+@dirrm share/webmin/mailboxes/xinha/plugins/ImageManager
+@dirrm share/webmin/mailboxes/xinha/plugins/HtmlTidy/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/HtmlTidy/img
+@dirrm share/webmin/mailboxes/xinha/plugins/HtmlTidy
+@dirrm share/webmin/mailboxes/xinha/plugins/HtmlEntities
+@dirrm share/webmin/mailboxes/xinha/plugins/HorizontalRule/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/HorizontalRule/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/HorizontalRule
+@dirrm share/webmin/mailboxes/xinha/plugins/GetHtml
+@dirrm share/webmin/mailboxes/xinha/plugins/FullPage/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/FullPage/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/FullPage/img
+@dirrm share/webmin/mailboxes/xinha/plugins/FullPage
+@dirrm share/webmin/mailboxes/xinha/plugins/Forms/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/Forms/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/Forms/img
+@dirrm share/webmin/mailboxes/xinha/plugins/Forms
+@dirrm share/webmin/mailboxes/xinha/plugins/FormOperations/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/FormOperations/img
+@dirrm share/webmin/mailboxes/xinha/plugins/FormOperations
+@dirrm share/webmin/mailboxes/xinha/plugins/FindReplace/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/FindReplace/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/FindReplace/img
+@dirrm share/webmin/mailboxes/xinha/plugins/FindReplace
+@dirrm share/webmin/mailboxes/xinha/plugins/Filter/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/Filter/img
+@dirrm share/webmin/mailboxes/xinha/plugins/Filter/filters
+@dirrm share/webmin/mailboxes/xinha/plugins/Filter
+@dirrm share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/img
+@dirrm share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/icons
+@dirrm share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/demo_images/linux
+@dirrm share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/demo_images
+@dirrm share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/assets
+@dirrm share/webmin/mailboxes/xinha/plugins/ExtendedFileManager/Classes
+@dirrm share/webmin/mailboxes/xinha/plugins/ExtendedFileManager
+@dirrm share/webmin/mailboxes/xinha/plugins/Equation/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/Equation/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/Equation/img
+@dirrm share/webmin/mailboxes/xinha/plugins/Equation
+@dirrm share/webmin/mailboxes/xinha/plugins/EditTag/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/EditTag/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/EditTag/img
+@dirrm share/webmin/mailboxes/xinha/plugins/EditTag
+@dirrm share/webmin/mailboxes/xinha/plugins/DynamicCSS/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/DynamicCSS
+@dirrm share/webmin/mailboxes/xinha/plugins/DoubleClick
+@dirrm share/webmin/mailboxes/xinha/plugins/DefinitionList/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/DefinitionList/img
+@dirrm share/webmin/mailboxes/xinha/plugins/DefinitionList
+@dirrm share/webmin/mailboxes/xinha/plugins/ContextMenu/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/ContextMenu
+@dirrm share/webmin/mailboxes/xinha/plugins/ClientsideSpellcheck/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/ClientsideSpellcheck/img
+@dirrm share/webmin/mailboxes/xinha/plugins/ClientsideSpellcheck
+@dirrm share/webmin/mailboxes/xinha/plugins/CharacterMap/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/CharacterMap/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/CharacterMap/img
+@dirrm share/webmin/mailboxes/xinha/plugins/CharacterMap
+@dirrm share/webmin/mailboxes/xinha/plugins/CharCounter/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/CharCounter
+@dirrm share/webmin/mailboxes/xinha/plugins/CSS
+@dirrm share/webmin/mailboxes/xinha/plugins/BackgroundImage/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/BackgroundImage/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/BackgroundImage/img
+@dirrm share/webmin/mailboxes/xinha/plugins/BackgroundImage/backgrounds/thumbnails
+@dirrm share/webmin/mailboxes/xinha/plugins/BackgroundImage/backgrounds
+@dirrm share/webmin/mailboxes/xinha/plugins/BackgroundImage
+@dirrm share/webmin/mailboxes/xinha/plugins/Abbreviation/popups
+@dirrm share/webmin/mailboxes/xinha/plugins/Abbreviation/lang
+@dirrm share/webmin/mailboxes/xinha/plugins/Abbreviation/img
+@dirrm share/webmin/mailboxes/xinha/plugins/Abbreviation/abbr
+@dirrm share/webmin/mailboxes/xinha/plugins/Abbreviation
+@dirrm share/webmin/mailboxes/xinha/plugins
+@dirrm share/webmin/mailboxes/xinha/modules/InternetExplorer
+@dirrm share/webmin/mailboxes/xinha/modules/InsertTable
+@dirrm share/webmin/mailboxes/xinha/modules/InsertImage
+@dirrm share/webmin/mailboxes/xinha/modules/GetHtml
+@dirrm share/webmin/mailboxes/xinha/modules/Gecko
+@dirrm share/webmin/mailboxes/xinha/modules/FullScreen/lang
+@dirrm share/webmin/mailboxes/xinha/modules/FullScreen
+@dirrm share/webmin/mailboxes/xinha/modules/Dialogs
+@dirrm share/webmin/mailboxes/xinha/modules/CreateLink
+@dirrm share/webmin/mailboxes/xinha/modules/ColorPicker
+@dirrm share/webmin/mailboxes/xinha/modules
+@dirrm share/webmin/mailboxes/xinha/lang
+@dirrm share/webmin/mailboxes/xinha/images/fr
+@dirrm share/webmin/mailboxes/xinha/images/de
+@dirrm share/webmin/mailboxes/xinha/images
+@dirrm share/webmin/mailboxes/xinha/examples
+@dirrm share/webmin/mailboxes/xinha/contrib
+@dirrm share/webmin/mailboxes/xinha
@dirrm share/webmin/mailboxes/lang
@dirrm share/webmin/mailboxes/images
-@dirrm share/webmin/mailboxes/htmlarea/popups
-@dirrm share/webmin/mailboxes/htmlarea/lang
-@dirrm share/webmin/mailboxes/htmlarea/images
-@dirrm share/webmin/mailboxes/htmlarea
@dirrm share/webmin/mailboxes
@dirrm share/examples/webmin/mailboxes
+@dirrm etc/webmin/mailboxes
diff --git a/sysutils/wbm-mailboxes/distinfo b/sysutils/wbm-mailboxes/distinfo
index 225533dce39..9658a5b2861 100644
--- a/sysutils/wbm-mailboxes/distinfo
+++ b/sysutils/wbm-mailboxes/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/05/16 15:41:41 jlam Exp $
+$NetBSD: distinfo,v 1.2 2007/04/21 05:23:03 obache Exp $
-SHA1 (webmin-modules-1.270/mailboxes.wbm.gz) = bde67ad88f8f360ca2947b52935752fb5129ac52
-RMD160 (webmin-modules-1.270/mailboxes.wbm.gz) = a2c6872c984909ed4f58f1ab01fa7f7dffc5d755
-Size (webmin-modules-1.270/mailboxes.wbm.gz) = 155874 bytes
+SHA1 (webmin-1.340.tar.gz) = 530bb583824688f24fc4c6d0b8522d43c7f5bb96
+RMD160 (webmin-1.340.tar.gz) = 5f4cfe51e052c2f46dc7f6813e74fb0e5aebff05
+Size (webmin-1.340.tar.gz) = 15851601 bytes