TkMH, version 1.2 (April 1997) I downloaded version 1.1 of TkMH and enjoyed using on on Tk3.6. When Tk4.0 and later versions appeared, I upgraded TkMH and while I was at it, fixed some bugs, added some bindings and a feature or two. This should work 4.0/4.1/4.2. For a TK 3.X version please download tkmh1.1. I did not write the original TkMH, but am releasing my updated version in case others might enjoy it. What follows is the original README from the original author. F. Tarek Rogers ftrogers@netedge.com The original arthur: (Note - the email address has changed) Martien Verbruggen University of Technology, Eindhoven The Netherlands email: mgjv@comdyn.com.au ----------------------------------------------------------------------- This is an (THE) interface for the Mailing system MH. I have been using MH and Xmh for quite a while now, but I never really was satisfied about Xmh. So when I got my hands on tcl/tk, I decided to make a different interface. In the beginning I was planning on keeping it simple, just for personal use, but other people got interested, and while I was programming, I added more and more features. I released it to the PD net, so other people can enjoy it too. To install TkMH: 1) Edit the Makefile and the file tkmh.rc. 2) If you want to try before installing, type: make test. 3) type: make install This will install an executable tkmh in the bin directory you chose and install the library and help files in a subdirectory called tkmh from the libdir you chose. It will also install a little tool I wrote to convert elm folders to mh folders, when I started using MH. If you don't want this installed, then remove the entry 'elm2mh' after the 'all:' rule in the Makefile. 4) type 'tkmh', and try it If you get it up and running on your system, I would be delighted to know. I also would like to hear any suggestions, remarks or comments you have. In the file TODO I have included my own suggestions to improve the program. Martien Verbruggen University of Technology, Eindhoven The Netherlands email: tgtcmv@chem.tue.nl ACKNOWLEDGMENTS: # For the help function I was inspired by the help function from tkinspect release 4d, written by Sam Shen. # The file browser I use in the Edit window is strongly based on the j:fs file selector box from the jlibrary written by Jay Sekora. # The procedure dofolders is written by Mark Moraes VERSIONS: Dec 6 1993 1.1 Added lots of stuff, removed lots of bugs. See HISTORY Nov 20 1993 1.0b2 Fixed Bugs in alias handling, and changed some of the functions. Use show in stead of /bin/cat to show messages. Nov 18 1993 1.0b1 The first version of the program.