After a little over two years of hacking on nmh, I'm proud to announce
the release of version 1.0.  I figured that after this length of time,
the version number should be bumped to better reflected its current
stability.

There have been a lot of changes to the code over the past 6 months.
Most of it is internal restructuring, but there are several important
changes.  I'll list the most important below and refer people to the
ChangeLog for the details.

www site: http://www.math.gatech.edu/nmh
ftp site: ftp://ftp.math.gatech.edu/pub/nmh/nmh.tar.gz

Please send bug reports to [EMAIL PROTECTED],
rather than directly to me.

Richard Coleman
[EMAIL PROTECTED]


The major changes since version 0.27 are:

1. Most all the functions will now take an unlimited number
   of arguments on the command line.  Therefore commands such
   as

   scan `pick +folder`

   will work even when `folder' has thousand of messages.

2. A version of the function snprintf() (which was taken from the
   Apache web server) is now built on platforms which do not have a
   native version.  Most all calls to sprintf() have been converted
   to snprintf().  Many buffer overflow problems have been fixed.

3. The `mhn' is now considered deprecated.  Its functionality has
   been split into the commands mhshow, mhstore, mhlist, and
   viamail.

4  The support in `inc' for Hesiod is now back.

5. The support in `inc' for Kerberos is now back.

6. `refile' and `rmm' have new switches -unlink and -nounlink.

7. More cleanups to the output of slocal.

8. Fixed bad bug which caused certain commands to core dump
   on empty folders.

Reply via email to