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.4.4.1 -r1.4.4.2 --- openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 6 Jul 2004 15:47:40 -0000 1.4.4.1 +++ openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 15 Jul 2004 15:19:55 -0000 1.4.4.2 @@ -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} {