A while back, the web site maintainer was nice enough to put up the
printable-ascii form of manual.txt for me (it used to have the ^H version).
For a long time (since the .7x days or so) I've just done (gnu make):
manual-plain.txt: ${MUTTDOCDIR}/manual.txt
col -b < $< > $@
Being a command-line junky, I've always been a little bummed that the
premier text-based MUA doesn't have a printable-ascii manual (a favorite
help lookup for me is via "grep -C whatever manual-plain.txt").
The 1.0.1 version needs to generate the .html file at build time (ok only
if you have a working sgmltools).
--
-e
On Thu, Apr 13, 2000 at 7:40 PM, Jeremy Blosser ([EMAIL PROTECTED])
typed:
>
> I know you're talking about what comes with the tarball, but I'll note that
> the web site includes a vanilla plain text version as well as the html
> version.
>
> The version is 1.0.1, which is the current stable version, though hopefully
> not for too much longer.