Changes 0.40 Jan 26 2000 Brian D. Winters * Added configuration file support to mzmail.sh. * Fixed the library's parser. * Added mznews.{sh,py}, tin support. * Added VM support. (Thanks to Claus Brunzema for (ba)sh version. Thanks to Fred L. Drake for python version.) * Tracked down who sent me the info on dtmail, so appropriate credit can be given. (Belated thanks to Chris Debenham.) * Documentation improvements. (Still a lot of room for work here.) 0.39 Jan 23 2000 Brian D. Winters * Configuration file support: mzmail.py completely works. muttzilla.so mostly works (see TODO). mzmail.sh not yet modified. 0.32 Jan 17 2000 Brian D. Winters * dtmail support (untested; actually, parts of this snuck into 0.31) [This version not released.] 0.31 Jan 17 2000 Brian D. Winters * Fixed two bugs with new fixed arguments to wrapper script scheme. * Further code simplification. (When it starts to come together...) 0.30 Jan 16 2000 Brian D. Winters * Complexity reduction in muttzilla. Support for different mailers is now handled by a wrapper script which muttzilla calls with fixed arguments. (Thanks to Erik Rossen for this suggestion!) * Lots of script changes and additions to go along with the new fixed argument scheme. (More thanks to Erik Rossen for shell scripting help.) * More documentation updates. [First public release under the name "muttzilla".] 0.29a Sep 06 1999 Brian D. Winters * Support for file based run time configuration added. * Substantial documentation updates. [This version not publicly released.] 0.29 Sep 04 1999 Brian D. Winters * Split code up into separate files in prepration for adding support for run time configuration using config files. [This version not publicly released.] 0.20 Aug 29 1999 Brian D. Winters * Name change to Muttzilla, which I like a lot more than navmutt. (Name suggested by Jeremy Blosser.) * Changed xmutt to use $@ instead of $*. This gets rid of the problems I was having with whitespace inside of arguments. (Thanks to Thomas Roessler for pointing this out.) * Improved commenting in the code slightly. [This version not publicly released.] 0.19 Jul 30 1999 Brian D. Winters * Added -name vs. -T differentiation. (Feature requested by Chris Grossmann.) * Added more robust (I think...) temp file creation, and enabled body support by default (body support is only thing that uses tempfiles so far). * News URLs are parsed into host and group, but I still haven't come up with a way to invoke the newsreader with them, so really all I've done is increase the code size slightly without adding any functionality here. (My fear on this one is that I will need to write out rc files in order to get this to work.) News support is still off by default as a result. 0.11 Jun 27 1999 Brian D. Winters * Fixed bug with File:"Send Link" and mutt immediately bailing (no "to"). * Created shell for "body" handling, to be filled in later. * Added xmutt example script. 0.10 Jun 27 1999 Brian D. Winters * Initial version.