Feedback about exmh new version 2.8.0

Emile CARCAMO <[email protected]> Sun, 22 Apr 2012 22:07:12 +0200
Newsgroups gmane.mail.exmh.user
Message-ID <[email protected]>
Dead All,

	I've given it a try on a "non production" machine and
	I've installed the stuff as I did so many times. Nothing
	particular to notice, except some details I've listed for
	you below :

- to avoid troubles with msgShow.tcl, I had to replace all occurences
of exmh_lassign by lassign like it was the case wirh version 2.7.2 :

   	21:34	sed -i 's/exmh_lassign/lassign/g' html.tcl
   	21:34	sed -i 's/exmh_lassign/lassign/g' html_formtag.tcl
   	21:34	sed -i 's/exmh_lassign/lassign/g' html_get_http.tcl
   	21:34	sed -i 's/exmh_lassign/lassign/g' html_links.tcl
   	21:34	sed -i 's/exmh_lassign/lassign/g' msgShow.tcl
   	21:35	sed -i 's/exmh_lassign/lassign/g' utils.tcl

Below a list of files impacted with this change I did ... Note that I'm
using tcl/tk version 8.5 on a Fedora 16 distro.

- I also noticed that saving address database was taking forever ...
and was always run with a short time interval between 2 consecutive
runs. Since I'm not a tcl-tk guru at all, I've simply taken back the good
old /usr/local/exmh-2.7.2-CVS/lib/addr.tcl to replace the 2.8.0 version.

	Apart of these 2 troubles, I didn't notice anything bad so far.
	Thanks again and again to all those who pushed hard to get
	this new version in the field so quickly. With best regards,

-Émile