On Thu, Feb 17, 2000 at 02:53:22PM +0000, [EMAIL PROTECTED] wrote:
:
:I sometimes need to preprocess a message I 'm about to reply
:(eg. to reformat it so that long lines fit at a particular screen width)
:
:After reading the manual and performing a search in 'comp.mail.mutt',
:I am still puzzled, whether and how it could be done.
Don't send a mailer to do an editor's job! :)
Some editors have a built-in function to wrap text. For example, Vim
uses the key sequences 'gq'. If your editor lacks that function, you
can always pipe the contents through a Unix filter such as 'par' that
does the same job (it actually does a better job, IMHO).
--
Eugene Lee
[EMAIL PROTECTED]