Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!bu.edu!cvbnet!caribe!aperez From: aperez@caribe.prime.com (Arturo Perez x6739) Newsgroups: comp.mail.mh Subject: Query about including messages Message-ID: <1587@cvbnetPrime.COM> Date: 16 Jun 91 19:27:02 GMT Sender: postnews@cvbnetPrime.COM Lines: 22 Currently, when I want to include a message to which I am responding I run it through the following sed filter. #! /usr/bin/sed -f 1,/^$/D s@^\(>*\) *@\1> @ s@^\([^>]\)@> \1@ s@^$@>@ This just keeps a running list of '>' at the beginning of each line. In general it works okay. But I keep hearing about mhl and wondering if it's better. Can mhl automatically wrap lines that have gotten too long and still keep the correct number of '>' at the beginning of the newly wrapped line? I haven't figure out how to do that with sed yet. Arturo Perez ComputerVision, a division of Prime aperez@cvbnet.prime.com Too much information, like a bullet through my brain -- The Police