nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] (OT) On the road to vi... (was "nmh current development")

2005-05-12 11:38:49
Chad Walstrom <chewie(_at_)wookimus(_dot_)net> wrote on May 12, 2005:

On Thu, May 12, 2005 at 01:32:52PM -0400, Ken Hornstein wrote:
Hey guys, can we concentrate on more important things ... like making fun
of all of those losers who are using mutt? :-)

I would use nmh more often if it understood how to dequote MIME text
before a reply. ;-)

When using command line nmh, I do

        mhstore -part 2         ## that usually the text part.

then, in reply

        :r !dosixq filename.txt

where "filename.txt" is what mhstore wrote.  Here "dosixq" is just a
small script that converts DOS line endings to unix line endings
(sometimes needed), quotes each line with "<", and adds a little
comment about why sending html is a bad idea.  The latter is because
most of the messages that need this treatment are multi-part
alternative with an html component.

I could probably automate the above with a shell script replacement
to "repl", but fortunately most of my email is still plain text, so
it hasn't been worth the effort.

But I mostly use exmh (with "vi" as editor), and in that case I can
just use

        :r !dosix2 @

to bring in the appropriate reply text.

 -NWR




_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
http://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>