Index: openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 12 Jul 2004 14:49:49 -0000 1.5 +++ openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 24 Jul 2004 08:34:07 -0000 1.6 @@ -33,8 +33,11 @@ #source $r_dir/md5.tcl #source $r_dir/mime.tcl - package require mime + # Files are included, therefore there is no need for the mime + # package anymore. + # package require mime + # convert text to charset set encoding [ns_encodingforcharset $charset] if {[lsearch [encoding names] $encoding] != -1} {