* Ken W ([EMAIL PROTECTED]) [990820 16:47]: > .. I was talking more about a way to say highlight block of text (even > if you have to scroll a bit) and then write the block to a text file. > The only way I have been able to do this so far is to edit the message, > as if I were going to resend it, and in vim delete everything but the > message I wanted to save, and then write it to a file, and exit vim > and quit from the message. Overkill! Just pipe the message to "vim -" and select the text visually (eg the current paragraph with "vip") and then ":w snippet". Then exit with ":q". Much quicker, I think. :-) > I have wanted to do this with individual messages as well, not just > digests. > If mutt cannot do this, I think that it would be a great function. Sure - but then again, mutt should not become an editor. This said, vim should not become a mailer, either. If you want both in the same program, then, well, use Emacs! Sven